2016-04-07 21:33:36,095 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.0.0 / /_// (_) | (_) | | / ___/| | license: CC BY-NC 4.0 /___,' \___/ \___/|_| \/ |_| URL: Authors: Thomas Meissner Supporter: Phillip Munz Hermann Dötsch Dennis Häußler Hubert Nusser Michael Hauer Andreas Schwarz Max Rößler missing someone? -> sorry -> mail me 2016-04-07 21:33:36,096 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2016-04-07 21:33:36,096 [DEBUG] [doorpi.doorpi] run 2016-04-07 21:33:36,097 [DEBUG] [doorpi.doorpi] prepare 2016-04-07 21:33:36,097 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2016-04-07 21:33:36,100 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2016-04-07 21:33:36,109 [DEBUG] [doorpi.conf.config_object] __init__ 2016-04-07 21:33:36,110 [TRACE] [doorpi.conf.config_object] get_from_config 2016-04-07 21:33:36,117 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2016-04-07 21:33:36,118 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2016-04-07 21:33:36,118 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2016-04-07 21:33:36,121 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2016-04-07 21:33:36,122 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2016-04-07 21:33:36,122 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2016-04-07 21:33:36,123 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2016-04-07 21:33:36,123 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2016-04-07 21:33:36,123 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2016-04-07 21:33:36,124 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2016-04-07 21:33:36,124 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2016-04-07 21:33:36,125 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2016-04-07 21:33:36,125 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2016-04-07 21:33:36,126 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2016-04-07 21:33:36,126 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2016-04-07 21:33:36,126 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2016-04-07 21:33:36,128 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2016-04-07 21:33:36,129 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2016-04-07 21:33:36,132 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2016-04-07 21:33:36,132 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2016-04-07 21:33:36,133 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2016-04-07 21:33:36,133 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2016-04-07 21:33:36,148 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2016-04-07 21:33:36,148 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2016-04-07 21:33:36,149 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2016-04-07 21:33:36,149 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2016-04-07 21:33:36,150 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2016-04-07 21:33:36,150 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2016-04-07 21:33:36,150 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2016-04-07 21:33:36,151 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2016-04-07 21:33:36,152 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2016-04-07 21:33:36,152 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2016-04-07 21:33:36,153 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2016-04-07 21:33:36,153 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2016-04-07 21:33:36,154 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2016-04-07 21:33:36,155 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2016-04-07 21:33:36,155 [TRACE] [doorpi.conf.config_object] get_string for key online_fallback in section DoorPiWeb (default: http://motom001.github.io/DoorPiWeb) returns http://motom001.github.io/DoorPiWeb 2016-04-07 21:33:36,156 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2016-04-07 21:33:36,156 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrators'] 2016-04-07 21:33:36,157 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns ['guests'] 2016-04-07 21:33:36,157 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrators', 'guests'] 2016-04-07 21:33:36,157 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['admin', 'visitor'] 2016-04-07 21:33:36,158 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section Group (default: []) returns ['admin'] 2016-04-07 21:33:36,158 [TRACE] [doorpi.conf.config_object] get_list for key guests in section Group (default: []) returns ['visitor'] 2016-04-07 21:33:36,159 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_OutputPins', 'AREA_public', 'onboardpins_keyboard', 'Group', 'ReadPermission', 'AREA_dashboard', 'AdminNumbers', 'keyboards', 'DTMF', 'SIP-Phone', 'AREA_config', 'onboardpins_InputPins', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'DoorPi', 'WritePermission', 'AREA_status'] 2016-04-07 21:33:36,160 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section WritePermission (default: []) returns ['dashboard', 'status', 'config'] 2016-04-07 21:33:36,160 [TRACE] [doorpi.conf.config_object] get_list for key guests in section ReadPermission (default: []) returns ['dashboard'] 2016-04-07 21:33:36,161 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2016-04-07 21:33:36,161 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2016-04-07 21:33:36,162 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2016-04-07 21:33:36,163 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,164 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2016-04-07 21:33:36,164 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,165 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,165 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,166 [DEBUG] [doorpi.action.handler] [5WCNFP] fire for event OnWebServerStart this actions [] 2016-04-07 21:33:36,166 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,167 [TRACE] [doorpi.action.handler] [5WCNFP] try to fire action WebServerStartupAction with args () and kwargs {} 2016-04-07 21:33:36,167 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,168 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2016-04-07 21:33:36,168 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,169 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,169 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,170 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,170 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,171 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,171 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,171 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,172 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,172 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2016-04-07 21:33:36,173 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2016-04-07 21:33:36,173 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2016-04-07 21:33:36,174 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2016-04-07 21:33:36,174 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns piface 2016-04-07 21:33:36,175 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['1', '0'] 2016-04-07 21:33:36,175 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '2'] 2016-04-07 21:33:36,176 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 2000.0 2016-04-07 21:33:36,176 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2016-04-07 21:33:36,177 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2016-04-07 21:33:36,178 [DEBUG] [doorpi.keyboard.from_piface] doorpi.keyboard.from_piface loaded 2016-04-07 21:33:36,224 [DEBUG] [doorpi.keyboard.from_piface] __init__(input_pins = ['1', '0'], output_pins = ['1', '0', '2'], polarity = 0) 2016-04-07 21:33:36,300 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2016-04-07 21:33:36,301 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was added 2016-04-07 21:33:36,302 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,302 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,302 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_1 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,303 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,303 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.1 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,304 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2016-04-07 21:33:36,304 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,304 [TRACE] [doorpi.action.handler] register Event OnKeyUp_1 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,305 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_1 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,305 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,306 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.1 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,306 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2016-04-07 21:33:36,306 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,307 [TRACE] [doorpi.action.handler] register Event OnKeyDown_1 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,307 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_1 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,308 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,308 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.1 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,308 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2016-04-07 21:33:36,309 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2016-04-07 21:33:36,309 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,310 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_0 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,310 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,311 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.0 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,311 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2016-04-07 21:33:36,311 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2016-04-07 21:33:36,312 [TRACE] [doorpi.action.handler] register Event OnKeyUp_0 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,312 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_0 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,313 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,313 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.0 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,313 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2016-04-07 21:33:36,314 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2016-04-07 21:33:36,314 [TRACE] [doorpi.action.handler] register Event OnKeyDown_0 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,315 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_0 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,315 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2016-04-07 21:33:36,315 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.0 and registered source doorpi.keyboard.from_piface 2016-04-07 21:33:36,326 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2016-04-07 21:33:36,327 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '2'] 2016-04-07 21:33:36,328 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_OutputPins (default: ) returns Licht 2016-04-07 21:33:36,329 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_OutputPins (default: ) returns Tueroeffner 2016-04-07 21:33:36,329 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_OutputPins (default: ) returns blinking_led 2016-04-07 21:33:36,332 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2016-04-07 21:33:36,335 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2016-04-07 21:33:36,337 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2016-04-07 21:33:36,339 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2016-04-07 21:33:36,383 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2016-04-07 21:33:36,386 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2016-04-07 21:33:36,388 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2016-04-07 21:33:36,406 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2016-04-07 21:33:36,412 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2016-04-07 21:33:36,413 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2016-04-07 21:33:36,415 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2016-04-07 21:33:36,417 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2016-04-07 21:33:36,419 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2016-04-07 21:33:36,422 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2016-04-07 21:33:36,424 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2016-04-07 21:33:36,424 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2016-04-07 21:33:36,425 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,425 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2016-04-07 21:33:36,426 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,426 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,427 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,427 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,427 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,428 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,428 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,429 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,429 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,429 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,430 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,430 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,430 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,431 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,431 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,432 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,432 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,432 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,433 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,433 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,434 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,434 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,435 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2016-04-07 21:33:36,435 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2016-04-07 21:33:36,435 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2016-04-07 21:33:36,436 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,436 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2016-04-07 21:33:36,437 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,437 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,438 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,438 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,438 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,439 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,439 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,440 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,440 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,440 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,441 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,441 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,442 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,442 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,442 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,443 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,443 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,444 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,444 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,444 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,445 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,446 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,446 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,446 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"2"'] 2016-04-07 21:33:36,447 [TRACE] [doorpi.action.handler] register Event OnDTMF_"2" from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,447 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"2" and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,448 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,448 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2016-04-07 21:33:36,448 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,449 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,449 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,450 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,450 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,450 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,451 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,451 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,452 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,452 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,452 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,453 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,453 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,454 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,454 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,454 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,455 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,455 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,456 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:36,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2016-04-07 21:33:36,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x75a7bc68 2016-04-07 21:33:36,459 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:36,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2016-04-07 21:33:36,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x75a7bc68 2016-04-07 21:33:36,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x74562030, "(null)", "(null)") 2016-04-07 21:33:36,461 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2016-04-07 21:33:36,462 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2016-04-07 21:33:36,462 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2016-04-07 21:33:36,462 [INFO] [doorpi.sipphone.from_linphone] srtp init 2016-04-07 21:33:36,494 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2016-04-07 21:33:36,584 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2016-04-07 21:33:36,601 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC0D0c' failed (-2) 2016-04-07 21:33:36,603 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2016-04-07 21:33:36,620 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB PnP Sound Device' added 2016-04-07 21:33:36,621 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2016-04-07 21:33:36,622 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2016-04-07 21:33:36,622 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2016-04-07 21:33:36,623 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2016-04-07 21:33:36,623 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2016-04-07 21:33:36,624 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2016-04-07 21:33:36,624 [INFO] [doorpi.sipphone.from_linphone] Vtable [0xa926f0] registered on core [0xa99628] 2016-04-07 21:33:36,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0xa926f0, 1, "Starting up") 2016-04-07 21:33:36,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-04-07 21:33:36,626 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [global_state_changed] 2016-04-07 21:33:36,626 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2016-04-07 21:33:36,627 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2016-04-07 21:33:36,627 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2016-04-07 21:33:36,628 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2016-04-07 21:33:36,628 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2016-04-07 21:33:36,629 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-04-07 21:33:36,629 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-04-07 21:33:36,629 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-04-07 21:33:36,630 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-04-07 21:33:36,630 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2016-04-07 21:33:36,631 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2016-04-07 21:33:36,631 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2016-04-07 21:33:36,632 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2016-04-07 21:33:36,632 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2016-04-07 21:33:36,633 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2016-04-07 21:33:36,633 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2016-04-07 21:33:36,634 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2016-04-07 21:33:36,634 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2016-04-07 21:33:36,634 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2016-04-07 21:33:36,635 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2016-04-07 21:33:36,635 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2016-04-07 21:33:36,636 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-04-07 21:33:36,636 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-04-07 21:33:36,637 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-07 21:33:36,637 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-07 21:33:36,638 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-07 21:33:36,638 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-07 21:33:36,639 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-07 21:33:36,639 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-07 21:33:36,640 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-07 21:33:36,640 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-07 21:33:36,640 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-07 21:33:36,641 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-07 21:33:36,641 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2016-04-07 21:33:36,642 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2016-04-07 21:33:36,642 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2016-04-07 21:33:36,643 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-04-07 21:33:36,643 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-04-07 21:33:36,644 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-04-07 21:33:36,644 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-04-07 21:33:36,645 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-04-07 21:33:36,645 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-04-07 21:33:36,646 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2016-04-07 21:33:36,646 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2016-04-07 21:33:36,646 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2016-04-07 21:33:36,647 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2016-04-07 21:33:36,647 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2016-04-07 21:33:36,648 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2016-04-07 21:33:36,648 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2016-04-07 21:33:36,649 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2016-04-07 21:33:36,649 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2016-04-07 21:33:36,650 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2016-04-07 21:33:36,650 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2016-04-07 21:33:36,650 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2016-04-07 21:33:36,651 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2016-04-07 21:33:36,651 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2016-04-07 21:33:36,652 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2016-04-07 21:33:36,652 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2016-04-07 21:33:36,653 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2016-04-07 21:33:36,653 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2016-04-07 21:33:36,654 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2016-04-07 21:33:36,654 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2016-04-07 21:33:36,655 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2016-04-07 21:33:36,655 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2016-04-07 21:33:36,656 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2016-04-07 21:33:36,656 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-04-07 21:33:36,656 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2016-04-07 21:33:36,657 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2016-04-07 21:33:36,657 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2016-04-07 21:33:36,658 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2016-04-07 21:33:36,658 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2016-04-07 21:33:36,659 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2016-04-07 21:33:36,659 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2016-04-07 21:33:36,660 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2016-04-07 21:33:36,660 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2016-04-07 21:33:36,661 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2016-04-07 21:33:36,661 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-04-07 21:33:36,661 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-04-07 21:33:36,662 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2016-04-07 21:33:36,662 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2016-04-07 21:33:36,663 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2016-04-07 21:33:36,663 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2016-04-07 21:33:36,664 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-04-07 21:33:36,664 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-04-07 21:33:36,665 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-07 21:33:36,665 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-07 21:33:36,666 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-07 21:33:36,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0xa926f0, 2, "(null)") 2016-04-07 21:33:36,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2016-04-07 21:33:36,667 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [configuring_status] 2016-04-07 21:33:36,668 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2016-04-07 21:33:36,668 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2016-04-07 21:33:36,669 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2016-04-07 21:33:36,669 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2016-04-07 21:33:36,670 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2016-04-07 21:33:36,670 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-04-07 21:33:36,670 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-04-07 21:33:36,671 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2016-04-07 21:33:36,671 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2016-04-07 21:33:36,672 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2016-04-07 21:33:36,672 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2016-04-07 21:33:36,673 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2016-04-07 21:33:36,673 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2016-04-07 21:33:36,674 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2016-04-07 21:33:36,674 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2016-04-07 21:33:36,675 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-04-07 21:33:36,675 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-04-07 21:33:36,676 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2016-04-07 21:33:36,676 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2016-04-07 21:33:36,676 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2016-04-07 21:33:36,677 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-04-07 21:33:36,677 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-07 21:33:36,678 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-04-07 21:33:36,678 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xa99310] on [sip:0.0.0.0:5060;transport=UDP] 2016-04-07 21:33:36,679 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xa91d38] on [sip:0.0.0.0:5060;transport=TCP] 2016-04-07 21:33:36,680 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xa93280] on [sip:0.0.0.0:-1;transport=TLS] 2016-04-07 21:33:36,680 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 54608 2016-04-07 21:33:36,681 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-07 21:33:36,681 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-07 21:33:36,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0xa926f0, 2, "Ready") 2016-04-07 21:33:36,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-04-07 21:33:36,686 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [global_state_changed] 2016-04-07 21:33:36,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x75a7bc68 2016-04-07 21:33:36,687 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2016-04-07 21:33:36,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x75a7bc68 [0xa926f0], "DoorPi ") 2016-04-07 21:33:36,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2016-04-07 21:33:36,690 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2016-04-07 21:33:36,691 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2016-04-07 21:33:36,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x75a7bc68 [0xa926f0], 2) 2016-04-07 21:33:36,692 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-04-07 21:33:36,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2016-04-07 21:33:36,694 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2016-04-07 21:33:36,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x75a7bc68 [0xa926f0], 0x2e0614 [0]) 2016-04-07 21:33:36,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2016-04-07 21:33:36,695 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-04-07 21:33:36,696 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-04-07 21:33:36,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2016-04-07 21:33:36,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x75a7bc80 2016-04-07 21:33:36,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x75a7bc68 [0xa926f0], 0x75a7bc80 [0x75a7bc88]) 2016-04-07 21:33:36,698 [INFO] [doorpi.sipphone.from_linphone] Listening point [0xa99310] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2016-04-07 21:33:36,698 [INFO] [doorpi.sipphone.from_linphone] Listening point [0xa91d38] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2016-04-07 21:33:36,699 [INFO] [doorpi.sipphone.from_linphone] Listening point [0xa93280] on [sip:0.0.0.0:54608;transport=TLS] destroyed 2016-04-07 21:33:36,699 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-04-07 21:33:36,700 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xaa71b8] on [sip:0.0.0.0:5060;transport=UDP] 2016-04-07 21:33:36,700 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xaa7118] on [sip:0.0.0.0:5060;transport=TCP] 2016-04-07 21:33:36,701 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xaa6270] on [sip:0.0.0.0:-1;transport=TLS] 2016-04-07 21:33:36,701 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 54763 2016-04-07 21:33:36,702 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-07 21:33:36,702 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-07 21:33:36,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2016-04-07 21:33:36,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x75a7bc80) 2016-04-07 21:33:36,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2016-04-07 21:33:36,704 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2016-04-07 21:33:36,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x75a7bc68 [0xa926f0], 0x2e0614 [0]) 2016-04-07 21:33:36,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2016-04-07 21:33:36,706 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2016-04-07 21:33:36,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x75a7bc68 [0xa926f0], "") 2016-04-07 21:33:36,707 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2016-04-07 21:33:36,708 [INFO] [doorpi.sipphone.from_linphone] 192.168.0.254 2016-04-07 21:33:36,709 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2016-04-07 21:33:36,709 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2016-04-07 21:33:36,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2016-04-07 21:33:36,710 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2016-04-07 21:33:36,711 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2016-04-07 21:33:36,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x75a7bc68 [0xa926f0], 0) 2016-04-07 21:33:36,712 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-04-07 21:33:36,712 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-04-07 21:33:36,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2016-04-07 21:33:36,714 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2016-04-07 21:33:36,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x75a7bc68 [0xa926f0], 120) 2016-04-07 21:33:36,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2016-04-07 21:33:36,716 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2016-04-07 21:33:36,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x75a7bc68 [0xa926f0], 15) 2016-04-07 21:33:36,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2016-04-07 21:33:36,717 [WARNING] [doorpi.conf.config_object] could not delete section DoorPi, because it's not empty. 2016-04-07 21:33:36,718 [WARNING] [doorpi.conf.config_object] found SIP-Phone - dialtone in BACKWARD_COMPATIBILITY_KEYS with DoorPi - dialtone 2016-04-07 21:33:36,718 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/doorpi/media/ShortDialTone.wav 2016-04-07 21:33:36,720 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/doorpi/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/doorpi/media/ShortDialTone.wav" 2016-04-07 21:33:36,720 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-04-07 21:33:36,721 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2016-04-07 21:33:36,722 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:33:36,722 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2016-04-07 21:33:36,723 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2016-04-07 21:33:36,723 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:33:36,724 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2016-04-07 21:33:36,724 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:33:36,725 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2016-04-07 21:33:36,725 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2016-04-07 21:33:36,726 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2016-04-07 21:33:36,726 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2016-04-07 21:33:36,727 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-07 21:33:36,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x75a7bc68 [0xa926f0], "/usr/local/etc/DoorPi/doorpi/media/ShortDialTone.wav") 2016-04-07 21:33:36,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2016-04-07 21:33:36,729 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:33:36,730 [WARNING] [doorpi.conf.config_object] could not delete section DoorPi, because it's not empty. 2016-04-07 21:33:36,730 [WARNING] [doorpi.conf.config_object] found SIP-Phone - records in BACKWARD_COMPATIBILITY_KEYS with DoorPi - records 2016-04-07 21:33:36,731 [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/!LastKey!/%Y-%m-%d_%H-%M-%S.wav 2016-04-07 21:33:36,731 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-04-07 21:33:36,732 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:33:36,732 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2016-04-07 21:33:36,733 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:33:36,733 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:33:36,734 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:33:36,734 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:33:36,735 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:33:36,735 [WARNING] [doorpi.conf.config_object] could not delete section DoorPi, because it's not empty. 2016-04-07 21:33:36,736 [WARNING] [doorpi.conf.config_object] found SIP-Phone - record_while_dialing in BACKWARD_COMPATIBILITY_KEYS with DoorPi - record_while_dialing 2016-04-07 21:33:36,736 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns True 2016-04-07 21:33:36,736 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneMakeCall 2016-04-07 21:33:36,737 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2016-04-07 21:33:36,737 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2016-04-07 21:33:36,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74563378 2016-04-07 21:33:36,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,740 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:33:36,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7455ce90 2016-04-07 21:33:36,742 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Sound Device 2016-04-07 21:33:36,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x75a7bc68 [0xa926f0], "ALSA: USB PnP Sound Device") 2016-04-07 21:33:36,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2016-04-07 21:33:36,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7455cec0 2016-04-07 21:33:36,744 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Sound Device 2016-04-07 21:33:36,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x75a7bc68 [0xa926f0], "ALSA: USB PnP Sound Device") 2016-04-07 21:33:36,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2016-04-07 21:33:36,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74563260 2016-04-07 21:33:36,746 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2016-04-07 21:33:36,747 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2016-04-07 21:33:36,748 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-04-07 21:33:36,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74563260 2016-04-07 21:33:36,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75a7bc68 [0xa926f0], "ALSA: default device") 2016-04-07 21:33:36,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-04-07 21:33:36,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75a7bc68 [0xa926f0], "ALSA: default device") 2016-04-07 21:33:36,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-04-07 21:33:36,751 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2016-04-07 21:33:36,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75a7bc68 [0xa926f0], "ALSA: bcm2835 ALSA") 2016-04-07 21:33:36,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0614 2016-04-07 21:33:36,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75a7bc68 [0xa926f0], "ALSA: bcm2835 ALSA") 2016-04-07 21:33:36,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-04-07 21:33:36,753 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2016-04-07 21:33:36,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75a7bc68 [0xa926f0], "ALSA: USB PnP Sound Device") 2016-04-07 21:33:36,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-04-07 21:33:36,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75a7bc68 [0xa926f0], "ALSA: USB PnP Sound Device") 2016-04-07 21:33:36,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-04-07 21:33:36,755 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB PnP Sound Device 2016-04-07 21:33:36,756 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-04-07 21:33:36,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7455cf80 2016-04-07 21:33:36,757 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB PnP Sound Device 2016-04-07 21:33:36,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7455cfb0 2016-04-07 21:33:36,759 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB PnP Sound Device 2016-04-07 21:33:36,759 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2016-04-07 21:33:36,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa91ac8) 2016-04-07 21:33:36,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d31450 2016-04-07 21:33:36,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d31450 2016-04-07 21:33:36,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d31450 2016-04-07 21:33:36,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa91b38) 2016-04-07 21:33:36,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d31440 2016-04-07 21:33:36,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d31440 2016-04-07 21:33:36,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d31440 2016-04-07 21:33:36,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa913c8) 2016-04-07 21:33:36,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d31460 2016-04-07 21:33:36,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d31460 2016-04-07 21:33:36,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d31460 2016-04-07 21:33:36,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa91430) 2016-04-07 21:33:36,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d31470 2016-04-07 21:33:36,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d31470 2016-04-07 21:33:36,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d31470 2016-04-07 21:33:36,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa91488) 2016-04-07 21:33:36,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d31480 2016-04-07 21:33:36,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d31480 2016-04-07 21:33:36,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d31480 2016-04-07 21:33:36,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa914e0) 2016-04-07 21:33:36,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d31490 2016-04-07 21:33:36,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d31490 2016-04-07 21:33:36,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d31490 2016-04-07 21:33:36,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa91538) 2016-04-07 21:33:36,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d314a0 2016-04-07 21:33:36,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d314a0 2016-04-07 21:33:36,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d314a0 2016-04-07 21:33:36,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa91f38) 2016-04-07 21:33:36,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d314b0 2016-04-07 21:33:36,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d314b0 2016-04-07 21:33:36,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d314b0 2016-04-07 21:33:36,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa91fa0) 2016-04-07 21:33:36,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d314c0 2016-04-07 21:33:36,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d314c0 2016-04-07 21:33:36,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d314c0 2016-04-07 21:33:36,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa91ff8) 2016-04-07 21:33:36,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d314d0 2016-04-07 21:33:36,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d314d0 2016-04-07 21:33:36,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d314d0 2016-04-07 21:33:36,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x745633c8 2016-04-07 21:33:36,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31450 [0xa91ac8]) 2016-04-07 21:33:36,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x76601ca0 2016-04-07 21:33:36,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31450 [0xa91ac8]) 2016-04-07 21:33:36,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455eb00 2016-04-07 21:33:36,789 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2016-04-07 21:33:36,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d31450 [0xa91ac8], 0x2e0614 [0]) 2016-04-07 21:33:36,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31440 [0xa91b38]) 2016-04-07 21:33:36,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455ea00 2016-04-07 21:33:36,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31440 [0xa91b38]) 2016-04-07 21:33:36,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455eb00 2016-04-07 21:33:36,793 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-04-07 21:33:36,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d31440 [0xa91b38], 0x2e0614 [0]) 2016-04-07 21:33:36,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31460 [0xa913c8]) 2016-04-07 21:33:36,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455ea00 2016-04-07 21:33:36,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31460 [0xa913c8]) 2016-04-07 21:33:36,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455eb00 2016-04-07 21:33:36,796 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-04-07 21:33:36,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d31460 [0xa913c8], 0x2e0614 [0]) 2016-04-07 21:33:36,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31470 [0xa91430]) 2016-04-07 21:33:36,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455ea00 2016-04-07 21:33:36,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31470 [0xa91430]) 2016-04-07 21:33:36,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455eb00 2016-04-07 21:33:36,800 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2016-04-07 21:33:36,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d31470 [0xa91430], 0x2e0620 [1]) 2016-04-07 21:33:36,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31480 [0xa91488]) 2016-04-07 21:33:36,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455ea00 2016-04-07 21:33:36,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31480 [0xa91488]) 2016-04-07 21:33:36,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455eb00 2016-04-07 21:33:36,803 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2016-04-07 21:33:36,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d31480 [0xa91488], 0x2e0620 [1]) 2016-04-07 21:33:36,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31490 [0xa914e0]) 2016-04-07 21:33:36,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a7bc80 2016-04-07 21:33:36,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d31490 [0xa914e0]) 2016-04-07 21:33:36,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a7bc80 2016-04-07 21:33:36,806 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2016-04-07 21:33:36,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d31490 [0xa914e0], 0x2e0614 [0]) 2016-04-07 21:33:36,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314a0 [0xa91538]) 2016-04-07 21:33:36,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455ea00 2016-04-07 21:33:36,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314a0 [0xa91538]) 2016-04-07 21:33:36,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455eb00 2016-04-07 21:33:36,810 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2016-04-07 21:33:36,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d314a0 [0xa91538], 0x2e0614 [0]) 2016-04-07 21:33:36,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314b0 [0xa91f38]) 2016-04-07 21:33:36,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455ea00 2016-04-07 21:33:36,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314b0 [0xa91f38]) 2016-04-07 21:33:36,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7455eb00 2016-04-07 21:33:36,813 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-04-07 21:33:36,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d314b0 [0xa91f38], 0x2e0614 [0]) 2016-04-07 21:33:36,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314c0 [0xa91fa0]) 2016-04-07 21:33:36,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a7bc80 2016-04-07 21:33:36,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314c0 [0xa91fa0]) 2016-04-07 21:33:36,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a7bc80 2016-04-07 21:33:36,817 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-04-07 21:33:36,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d314c0 [0xa91fa0], 0x2e0614 [0]) 2016-04-07 21:33:36,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314d0 [0xa91ff8]) 2016-04-07 21:33:36,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a7bc80 2016-04-07 21:33:36,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314d0 [0xa91ff8]) 2016-04-07 21:33:36,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a7bc80 2016-04-07 21:33:36,820 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-04-07 21:33:36,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d314d0 [0xa91ff8], 0x2e0614 [0]) 2016-04-07 21:33:36,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74563418 2016-04-07 21:33:36,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74563418 2016-04-07 21:33:36,823 [INFO] [doorpi.sipphone.from_linphone] found 1 possible videodevices: 2016-04-07 21:33:36,824 [DEBUG] [doorpi.sipphone.from_linphone] | name 2016-04-07 21:33:36,824 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-04-07 21:33:36,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74563418 2016-04-07 21:33:36,825 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2016-04-07 21:33:36,826 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-04-07 21:33:36,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74563418 2016-04-07 21:33:36,827 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: StaticImage: Static picture) returns StaticImage: Static picture 2016-04-07 21:33:36,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74563418 2016-04-07 21:33:36,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x75a7bc68 [0xa926f0], 0x2e0620 [1]) 2016-04-07 21:33:36,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2016-04-07 21:33:36,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x75a7bc68 [0xa926f0], "StaticImage: Static picture") 2016-04-07 21:33:36,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2016-04-07 21:33:36,831 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2016-04-07 21:33:36,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x75a7bc68 [0xa926f0], "vga") 2016-04-07 21:33:36,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2016-04-07 21:33:36,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x745670e0 2016-04-07 21:33:36,833 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2016-04-07 21:33:36,833 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2016-04-07 21:33:36,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xa91a28) 2016-04-07 21:33:36,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-07 21:33:36,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d314e0 2016-04-07 21:33:36,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-07 21:33:36,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d314e0 2016-04-07 21:33:36,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d314e0 2016-04-07 21:33:36,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x74563300 2016-04-07 21:33:36,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314e0 [0xa91a28]) 2016-04-07 21:33:36,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a7bc80 2016-04-07 21:33:36,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2e0620 2016-04-07 21:33:36,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d314e0 [0xa91a28]) 2016-04-07 21:33:36,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a7bc80 2016-04-07 21:33:36,840 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2016-04-07 21:33:36,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a7bc68 [0xa926f0], 0x76d314e0 [0xa91a28], 0x2e0620 [1]) 2016-04-07 21:33:36,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x8f68bc 2016-04-07 21:33:36,842 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.0.254 2016-04-07 21:33:36,842 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns 622 2016-04-07 21:33:36,843 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: 622) returns ******* 2016-04-07 21:33:36,843 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.0.254) returns fritz.box 2016-04-07 21:33:36,844 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2016-04-07 21:33:36,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:36,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0xaab6b8) 2016-04-07 21:33:36,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2016-04-07 21:33:36,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76d314f0 2016-04-07 21:33:36,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2016-04-07 21:33:36,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76d314f0 2016-04-07 21:33:36,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76d314f0 2016-04-07 21:33:36,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76d314f0 2016-04-07 21:33:36,848 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2016-04-07 21:33:36,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2016-04-07 21:33:36,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xaaceb0) 2016-04-07 21:33:36,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-07 21:33:36,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d31500 2016-04-07 21:33:36,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-07 21:33:36,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d31500 2016-04-07 21:33:36,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d31500 2016-04-07 21:33:36,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76d31500 2016-04-07 21:33:36,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76d314f0 [0xaab6b8], 0x76d31500 [0xaaceb0]) 2016-04-07 21:33:36,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2016-04-07 21:33:36,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76d314f0 [0xaab6b8], "sip:192.168.0.254") 2016-04-07 21:33:36,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2016-04-07 21:33:36,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76d314f0 [0xaab6b8], 0x2e0620 [1]) 2016-04-07 21:33:36,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2016-04-07 21:33:36,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x75a7bc68 [0xa926f0], 0x76d314f0 [0xaab6b8]) 2016-04-07 21:33:36,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x8f68bc 2016-04-07 21:33:36,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x75a7bc68 [0xa926f0], 0x76d314f0 [0xaab6b8]) 2016-04-07 21:33:36,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2016-04-07 21:33:36,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x75a7bc68 [0xa926f0], "622", "(null)", "raspberry", "(null)", "(null)", "fritz.box") 2016-04-07 21:33:36,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0xaa5358) 2016-04-07 21:33:36,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2016-04-07 21:33:36,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76d31510 2016-04-07 21:33:36,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2016-04-07 21:33:36,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76d31510 2016-04-07 21:33:36,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76d31510 2016-04-07 21:33:36,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76d31510 2016-04-07 21:33:36,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x75a7bc68 [0xa926f0], 0x76d31510 [0xaa5358]) 2016-04-07 21:33:36,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2016-04-07 21:33:36,863 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2016-04-07 21:33:36,864 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup'] 2016-04-07 21:33:36,864 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2016-04-07 21:33:36,865 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2016-04-07 21:33:36,865 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2016-04-07 21:33:36,866 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2016-04-07 21:33:36,867 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2016-04-07 21:33:36,868 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2016-04-07 21:33:36,868 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_InputPins (default: ) returns call:967398 2016-04-07 21:33:36,869 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2016-04-07 21:33:36,870 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '967398'} was added to new evententry OnKeyPressed_onboardpins.1 2016-04-07 21:33:36,870 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_InputPins (default: ) returns call:**623 2016-04-07 21:33:36,871 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**623'} was added to new evententry OnKeyPressed_onboardpins.0 2016-04-07 21:33:36,871 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"2"'] 2016-04-07 21:33:36,872 [TRACE] [doorpi.conf.config_object] get_string for key "2" in section DTMF (default: ) returns out:Tueroeffner,1,0,3 2016-04-07 21:33:36,873 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2016-04-07 21:33:36,874 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2016-04-07 21:33:36,875 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'Tueroeffner', 'start_value': '1'} was added to new evententry OnDTMF_"2" 2016-04-07 21:33:36,876 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns blinking_led 2016-04-07 21:33:36,876 [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-04-07 21:33:36,877 [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-04-07 21:33:36,877 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2016-04-07 21:33:36,879 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2016-04-07 21:33:36,880 [DEBUG] [doorpi.action.handler] [UTAELS] fire for event OnStartup this actions [] 2016-04-07 21:33:36,880 [TRACE] [doorpi.action.handler] [UTAELS] try to fire action SleepAction with args (1.0,) and kwargs {} 2016-04-07 21:33:36,881 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2016-04-07 21:33:37,883 [TRACE] [doorpi.action.handler] [UTAELS] finished fire_event for event_name OnStartup 2016-04-07 21:33:37,884 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2016-04-07 21:33:37,885 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2016-04-07 21:33:37,886 [INFO] [doorpi.doorpi] DoorPi started successfully 2016-04-07 21:33:37,887 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2016-04-07 21:33:37,887 [INFO] [doorpi.doorpi] Weburl is http://RaspberryPa.fritz.box/ 2016-04-07 21:33:37,888 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.0.254 2016-04-07 21:33:37,889 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2016-04-07 21:33:37,889 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.0.195 2016-04-07 21:33:37,890 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2016-04-07 21:33:37,891 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2016-04-07 21:33:37,891 [INFO] [doorpi.sipphone.from_linphone] 192.168.0.254 2016-04-07 21:33:37,892 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2016-04-07 21:33:37,893 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2016-04-07 21:33:37,894 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0xaab6b8] about to register (LinphoneCore version: 3.9.0) 2016-04-07 21:33:37,901 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2016-04-07 21:33:37,902 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: starting resolution of 192.168.0.254 2016-04-07 21:33:37,902 [INFO] [doorpi.sipphone.from_linphone] channel 0xabbff8: state RES_IN_PROGRESS 2016-04-07 21:33:37,903 [INFO] [doorpi.sipphone.from_linphone] transaction [0xaa6a38] channel state changed to [RES_IN_PROGRESS] 2016-04-07 21:33:37,903 [INFO] [doorpi.sipphone.from_linphone] channel 0xabbff8: state RES_DONE 2016-04-07 21:33:37,904 [INFO] [doorpi.sipphone.from_linphone] transaction [0xaa6a38] channel state changed to [RES_DONE] 2016-04-07 21:33:37,904 [INFO] [doorpi.sipphone.from_linphone] channel 0xabbff8: state CONNECTING 2016-04-07 21:33:37,905 [INFO] [doorpi.sipphone.from_linphone] transaction [0xaa6a38] channel state changed to [CONNECTING] 2016-04-07 21:33:37,905 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.0.254:5060] 2016-04-07 21:33:37,906 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2016-04-07 21:33:37,906 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.0.51:5060 2016-04-07 21:33:37,907 [INFO] [doorpi.sipphone.from_linphone] channel 0xabbff8: state READY 2016-04-07 21:33:37,907 [INFO] [doorpi.sipphone.from_linphone] transaction [0xaa6a38] channel state changed to [READY] 2016-04-07 21:33:37,908 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xaa6a38], from state [INIT] to [TRYING] 2016-04-07 21:33:37,909 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: message sent to [UDP://192.168.0.254:5060], size: [510] bytes REGISTER sip:192.168.0.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.wceIvRbrp;rport From: "DoorPi" ;tag=bvTaxlAPC To: "DoorPi" CSeq: 20 REGISTER Call-ID: 6HPZbFppyE Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) 2016-04-07 21:33:37,909 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2016-04-07 21:33:37,910 [INFO] [doorpi.sipphone.from_linphone] Refresher [0xaaadc8] takes ownership of transaction [0xaa6a38] 2016-04-07 21:33:37,910 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xaab6b8] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2016-04-07 21:33:37,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0xa926f0, 0xaab6b8, 1, "Registration in progress") 2016-04-07 21:33:37,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2016-04-07 21:33:37,912 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [registration_state_changed] 2016-04-07 21:33:37,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0xa926f0, 0x1) 2016-04-07 21:33:37,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2016-04-07 21:33:37,964 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [network_reachable] 2016-04-07 21:33:37,964 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: received [364] new bytes from [UDP://192.168.0.254:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.wceIvRbrp;rport=5060 From: "DoorPi" ;tag=bvTaxlAPC To: "DoorPi" ;tag=143AA767B3A91962 Call-ID: 6HPZbFppyE CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="46865B56D6344AC0" User-Agent: FRITZ!OS Content-Length: 0 2016-04-07 21:33:37,972 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8] [364] bytes parsed 2016-04-07 21:33:37,973 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: discovered public ip and port are [192.168.0.51:5060] 2016-04-07 21:33:37,974 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-07 21:33:37,974 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xaa6a38], from state [TRYING] to [COMPLETED] 2016-04-07 21:33:37,975 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=622, realm= 2016-04-07 21:33:37,975 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [622] realm [fritz.box] 2016-04-07 21:33:37,976 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xab2680], from state [INIT] to [TRYING] 2016-04-07 21:33:37,977 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: message sent to [UDP://192.168.0.254:5060], size: [665] bytes REGISTER sip:192.168.0.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.iO-xqtZck;rport From: "DoorPi" ;tag=bvTaxlAPC To: "DoorPi" CSeq: 21 REGISTER Call-ID: 6HPZbFppyE 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="46865B56D6344AC0", username="622", uri="sip:192.168.0.254", response="3bbb5dcacbb1ef5855a3738c0b688a19" 2016-04-07 21:33:37,978 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.0.254 2016-04-07 21:33:37,978 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2016-04-07 21:33:38,030 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: received [683] new bytes from [UDP://192.168.0.254:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.iO-xqtZck;rport=5060 From: "DoorPi" ;tag=bvTaxlAPC To: "DoorPi" ;tag=A6100C3731E26669 Call-ID: 6HPZbFppyE CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.30 TAL (Jul 10 2015) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2016-04-07 21:33:38,041 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8] [683] bytes parsed 2016-04-07 21:33:38,042 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-07 21:33:38,043 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xab2680], from state [TRYING] to [COMPLETED] 2016-04-07 21:33:38,043 [INFO] [doorpi.sipphone.from_linphone] Refresher [0xaaadc8]: has no contact for request [0xb1efc8]. 2016-04-07 21:33:38,044 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2016-04-07 21:33:38,044 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.0.254] 2016-04-07 21:33:38,045 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xaab6b8] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2016-04-07 21:33:38,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0xa926f0, 0xaab6b8, 2, "Registration successful") 2016-04-07 21:33:38,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2016-04-07 21:33:38,046 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [registration_state_changed] 2016-04-07 21:33:42,992 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xaa6a38], from state [COMPLETED] to [TERMINATED] 2016-04-07 21:33:42,993 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xaa6a38] terminated 2016-04-07 21:33:43,094 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xab2680], from state [COMPLETED] to [TERMINATED] 2016-04-07 21:33:43,095 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xab2680] terminated 2016-04-07 21:33:49,086 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2016-04-07 21:33:49,088 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_0 from doorpi.keyboard.from_piface asyncron 2016-04-07 21:33:49,088 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2016-04-07 21:33:49,090 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2016-04-07 21:33:49,091 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_0 - skip fire_event OnKeyDown_0 from doorpi.keyboard.from_piface 2016-04-07 21:33:49,093 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2016-04-07 21:33:49,094 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_0 from doorpi.keyboard.from_piface asyncron 2016-04-07 21:33:49,095 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.0 - skip fire_event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2016-04-07 21:33:49,096 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2016-04-07 21:33:49,098 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2016-04-07 21:33:49,099 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_0 - skip fire_event OnKeyPressed_0 from doorpi.keyboard.from_piface 2016-04-07 21:33:49,100 [DEBUG] [doorpi.action.handler] [79V9YH] fire for event OnKeyPressed_onboardpins.0 this actions [] 2016-04-07 21:33:49,101 [TRACE] [doorpi.action.handler] [79V9YH] try to fire action CallAction with args () and kwargs {'number': '**623'} 2016-04-07 21:33:49,101 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**623'} 2016-04-07 21:33:49,102 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-04-07 21:33:49,103 [DEBUG] [doorpi.sipphone.from_linphone] call (**623) 2016-04-07 21:33:49,104 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2016-04-07 21:33:49,105 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-07 21:33:49,105 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2016-04-07 19:33:49.105448 2016-04-07 21:33:49,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x75a7bc68 [0xa926f0], 0x2d7824 [(nil)]) 2016-04-07 21:33:49,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73202160) 2016-04-07 21:33:49,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2016-04-07 21:33:49,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76d315a0 2016-04-07 21:33:49,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2016-04-07 21:33:49,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76d315a0 2016-04-07 21:33:49,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76d315a0 2016-04-07 21:33:49,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76d315a0 2016-04-07 21:33:49,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76d315a0 [0x73202160], "/usr/local/etc/DoorPi/records/onboardpins.0/2016-04-07_21-33-49.wav") 2016-04-07 21:33:49,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2016-04-07 21:33:49,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76d315a0 [0x73202160], 0x2e0620 [1]) 2016-04-07 21:33:49,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2016-04-07 21:33:49,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x75a7bc68 [0xa926f0], "**623", 0x76d315a0 [0x73202160]) 2016-04-07 21:33:49,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xa926f0, 0x7322c800, 2, "Starting outgoing call") 2016-04-07 21:33:49,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2016-04-07 21:33:49,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76d31530 2016-04-07 21:33:49,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2016-04-07 21:33:49,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76d31530 2016-04-07 21:33:49,118 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2016-04-07 21:33:49,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7322a878) 2016-04-07 21:33:49,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-07 21:33:49,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d31580 2016-04-07 21:33:49,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-07 21:33:49,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d31580 2016-04-07 21:33:49,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d31580 2016-04-07 21:33:49,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d31580 2016-04-07 21:33:49,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d31580 [0x7322a878]) 2016-04-07 21:33:49,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74567a10 2016-04-07 21:33:49,121 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:49,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:49,122 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:49,122 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:49,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:49,124 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:49,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-07 21:33:49,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xa926f0, 0x7322c800, 3, "Outgoing call in progress") 2016-04-07 21:33:49,127 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2016-04-07 21:33:49,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7322a878) 2016-04-07 21:33:49,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-07 21:33:49,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d31590 2016-04-07 21:33:49,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-07 21:33:49,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d31590 2016-04-07 21:33:49,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d31590 2016-04-07 21:33:49,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d31590 2016-04-07 21:33:49,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d31590 [0x7322a878]) 2016-04-07 21:33:49,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74567a70 2016-04-07 21:33:49,130 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:49,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:49,131 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:49,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:49,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:49,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-07 21:33:49,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76d31530 2016-04-07 21:33:49,133 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-04-07 21:33:49,134 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-04-07 21:33:49,134 [DEBUG] [doorpi.action.handler] [8Q7E08] fire for event OnSipPhoneMakeCall this actions [, ] 2016-04-07 21:33:49,135 [TRACE] [doorpi.action.handler] [8Q7E08] try to fire action > with args () and kwargs {} 2016-04-07 21:33:49,135 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-07 21:33:49,135 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-07 21:33:49,137 [TRACE] [doorpi.action.handler] [79V9YH] finished fire_event for event_name OnKeyPressed_onboardpins.0 2016-04-07 21:33:49,137 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:33:49,137 [TRACE] [doorpi.action.handler] [8Q7E08] try to fire action > with args () and kwargs {} 2016-04-07 21:33:49,138 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-07 21:33:49,139 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/onboardpins.0/2016-04-07_21-33-49.wav 2016-04-07 21:33:49,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2016-04-07 21:33:49,140 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2016-04-07 21:33:49,138 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-07 21:33:49,141 [TRACE] [doorpi.action.handler] [8Q7E08] finished fire_event for event_name OnSipPhoneMakeCall 2016-04-07 21:33:49,142 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:33:49,152 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1951716448]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2016-04-07 21:33:49,153 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x7322c800] initialized (LinphoneCore version: 3.9.0) 2016-04-07 21:33:49,154 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c800: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2016-04-07 21:33:49,154 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_state_changed] 2016-04-07 21:33:49,155 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x7322c800] 2016-04-07 21:33:49,155 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2016-04-07 21:33:49,155 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2016-04-07 21:33:49,156 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2016-04-07 21:33:49,156 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2016-04-07 21:33:49,157 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x7322c800] 2016-04-07 21:33:49,157 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2016-04-07 21:33:49,158 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2016-04-07 21:33:49,158 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2016-04-07 21:33:49,159 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x7322c800] 2016-04-07 21:33:49,159 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7322bda0,0-->MSVoidSink:0x7322b7e0,0 2016-04-07 21:33:49,159 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2016-04-07 21:33:49,160 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2016-04-07 21:33:49,160 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**623@192.168.0.254] on op [0x73200e60] 2016-04-07 21:33:49,161 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2016-04-07 21:33:49,161 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7320f7e0], from state [INIT] to [CALLING] 2016-04-07 21:33:49,162 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: message sent to [UDP://192.168.0.254:5060], size: [809] bytes INVITE sip:**623@192.168.0.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.CX4SmCjfT;rport From: "DoorPi" ;tag=2DLGxxFAo To: sip:**623@192.168.0.254 CSeq: 20 INVITE Call-ID: 2yYVm3adVH Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 269 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=622 2195 3800 IN IP4 192.168.0.195 s=Talk c=IN IP4 192.168.0.195 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2016-04-07 21:33:49,162 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c800: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2016-04-07 21:33:49,163 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_state_changed] 2016-04-07 21:33:49,163 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: received [355] new bytes from [UDP://192.168.0.254:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.CX4SmCjfT;rport=5060 From: "DoorPi" ;tag=2DLGxxFAo To: ;tag=C783DB27F21A6ECA Call-ID: 2yYVm3adVH CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="DEA16D7DB38C57D2" User-Agent: FRITZ!OS Content-Length: 0 2016-04-07 21:33:49,171 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8] [355] bytes parsed 2016-04-07 21:33:49,172 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-07 21:33:49,172 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7320f7e0], from state [CALLING] to [PROCEEDING] 2016-04-07 21:33:49,173 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7320f7e0], from state [PROCEEDING] to [COMPLETED] 2016-04-07 21:33:49,174 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: message sent to [UDP://192.168.0.254:5060], size: [362] bytes ACK sip:**623@192.168.0.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.CX4SmCjfT;rport Call-ID: 2yYVm3adVH From: "DoorPi" ;tag=2DLGxxFAo To: ;tag=C783DB27F21A6ECA Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2016-04-07 21:33:49,174 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=622, realm=fritz.box 2016-04-07 21:33:49,175 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [622] realm [fritz.box] 2016-04-07 21:33:49,175 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xaf6608], from state [INIT] to [CALLING] 2016-04-07 21:33:49,177 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: message sent to [UDP://192.168.0.254:5060], size: [970] bytes INVITE sip:**623@192.168.0.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.UD8MFjBVq;rport From: "DoorPi" ;tag=2DLGxxFAo To: sip:**623@192.168.0.254 CSeq: 21 INVITE Call-ID: 2yYVm3adVH Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 269 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="DEA16D7DB38C57D2", username="622", uri="sip:**623@192.168.0.254", response="fcbb11332e16d4bd7b74c140c77eacf4" v=0 o=622 2195 3800 IN IP4 192.168.0.195 s=Talk c=IN IP4 192.168.0.195 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2016-04-07 21:33:49,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6898 2016-04-07 21:33:49,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,230 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: received [309] new bytes from [UDP://192.168.0.254:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.UD8MFjBVq;rport=5060 From: "DoorPi" ;tag=2DLGxxFAo To: Call-ID: 2yYVm3adVH CSeq: 21 INVITE User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.30 TAL (Jul 10 2015) Content-Length: 0 2016-04-07 21:33:49,237 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8] [309] bytes parsed 2016-04-07 21:33:49,238 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-07 21:33:49,238 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xaf6608], from state [CALLING] to [PROCEEDING] 2016-04-07 21:33:49,239 [INFO] [doorpi.sipphone.from_linphone] op [0x73200e60] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2016-04-07 21:33:49,239 [INFO] [doorpi.sipphone.from_linphone] Op [0x73200e60] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2016-04-07 21:33:49,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6898 2016-04-07 21:33:49,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,293 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: received [699] new bytes from [UDP://192.168.0.254:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.UD8MFjBVq;rport=5060 From: "DoorPi" ;tag=2DLGxxFAo To: ;tag=BB6751EB8CE5F181 Call-ID: 2yYVm3adVH CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.30 TAL (Jul 10 2015) Content-Type: application/sdp Content-Length: 264 v=0 o=user 14736525 14736525 IN IP4 192.168.0.254 s=Talk c=IN IP4 192.168.0.254 t=0 0 m=audio 7082 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7083 m=video 0 RTP/AVP 96 2016-04-07 21:33:49,305 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8] [435] bytes parsed 2016-04-07 21:33:49,306 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8] read [264] bytes of body from [192.168.0.254:5060] 2016-04-07 21:33:49,306 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-07 21:33:49,307 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0xaa74d0] , local tag [2DLGxxFAo], remote tag [BB6751EB8CE5F181] 2016-04-07 21:33:49,307 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xaa74d0]: now updated by transaction [0xaf6608]. 2016-04-07 21:33:49,311 [INFO] [doorpi.sipphone.from_linphone] op [0x73200e60] : set_or_update_dialog() current=[(nil)] new=[0xaa74d0] 2016-04-07 21:33:49,311 [INFO] [doorpi.sipphone.from_linphone] Op [0x73200e60] receiving call response [183], dialog is [0xaa74d0] in state [BELLE_SIP_DIALOG_EARLY] 2016-04-07 21:33:49,316 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2016-04-07 21:33:49,317 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2016-04-07 21:33:49,317 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2016-04-07 21:33:49,318 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2016-04-07 21:33:49,318 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2016-04-07 21:33:49,319 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2016-04-07 21:33:49,319 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2016-04-07 21:33:49,320 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73203ed8] rejected by peer 2016-04-07 21:33:49,320 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c800: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2016-04-07 21:33:49,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xa926f0, 0x7322c800, 5, "Early media") 2016-04-07 21:33:49,321 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2016-04-07 21:33:49,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7322a878) 2016-04-07 21:33:49,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-07 21:33:49,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d31540 2016-04-07 21:33:49,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-07 21:33:49,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d31540 2016-04-07 21:33:49,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d31540 2016-04-07 21:33:49,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d31540 2016-04-07 21:33:49,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d31540 [0x7322a878]) 2016-04-07 21:33:49,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74567e30 2016-04-07 21:33:49,326 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:49,328 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:49,329 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:49,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:49,331 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:49,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:49,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:49,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-07 21:33:49,335 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_state_changed] 2016-04-07 21:33:49,335 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2016-04-07 21:33:49,335 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x7322c800] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2016-04-07 21:33:49,336 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2016-04-07 21:33:49,337 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x7322d8d8] sending to rtp [192.168.0.254:7082] rtcp [192.168.0.254:7083] 2016-04-07 21:33:49,337 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7322d8d8] 2016-04-07 21:33:49,338 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7322bda0,0-->MSVoidSink:0x7322b7e0,0 2016-04-07 21:33:49,338 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2016-04-07 21:33:49,340 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2016-04-07 21:33:49,341 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2016-04-07 21:33:49,342 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2016-04-07 21:33:49,342 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x73227468] using payload's bitrate is 80000 2016-04-07 21:33:49,343 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x73227468] 2016-04-07 21:33:49,343 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2016-04-07 21:33:49,344 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2016-04-07 21:33:49,344 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0xab4e78,0-->MSVolume:0xb1e2b0,0 2016-04-07 21:33:49,345 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0xb1e2b0,0-->MSAudioMixer:0xab8b18,0 2016-04-07 21:33:49,345 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xab8b18,0-->MSUlawEnc:0xb18318,0 2016-04-07 21:33:49,346 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0xb18318,0-->MSRtpSend:0x73227890,0 2016-04-07 21:33:49,346 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0xb1e8e8,0-->MSUlawDec:0xb18398,0 2016-04-07 21:33:49,347 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0xb18398,0-->MSGenericPLC:0xab5b88,0 2016-04-07 21:33:49,347 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0xab5b88,0-->MSDtmfGen:0xb197d8,0 2016-04-07 21:33:49,348 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0xb197d8,0-->MSVolume:0xb1e330,0 2016-04-07 21:33:49,348 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0xb1e330,0-->MSTee:0xab4120,0 2016-04-07 21:33:49,349 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0xab4120,0-->MSEqualizer:0xab03a8,0 2016-04-07 21:33:49,349 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0xab03a8,0-->MSAudioMixer:0xab82b8,0 2016-04-07 21:33:49,349 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2016-04-07 21:33:49,350 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0xb16448,0-->MSResample:0xb198e0,0 2016-04-07 21:33:49,350 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0xb198e0,0-->MSAudioMixer:0xab82b8,1 2016-04-07 21:33:49,351 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xab82b8,0-->MSAlsaWrite:0xab9568,0 2016-04-07 21:33:49,351 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xaa8338,1-->MSResample:0xb1e460,0 2016-04-07 21:33:49,352 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0xb1e460,0-->MSOpusEnc:0xab0858,0 2016-04-07 21:33:49,352 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0xab0858,0-->MSMKVRecorder:0xab66a0,1 2016-04-07 21:33:49,353 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0xaab1f0,0-->MSMKVRecorder:0xab66a0,0 2016-04-07 21:33:49,353 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xab8b18,1-->MSAudioMixer:0xaa8338,0 2016-04-07 21:33:49,354 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0xab4120,1-->MSAudioMixer:0xaa8338,1 2016-04-07 21:33:49,354 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xaa8338,0-->MSFileRec:0xaa5b88,0 2016-04-07 21:33:49,355 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2016-04-07 21:33:49,355 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2016-04-07 21:33:49,356 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2016-04-07 21:33:49,356 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2016-04-07 21:33:49,357 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2016-04-07 21:33:49,358 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/onboardpins.0/2016-04-07_21-33-49.wav 2016-04-07 21:33:49,358 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2016-04-07 21:33:49,359 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2016-04-07 21:33:49,359 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7322c800] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2016-04-07 21:33:49,359 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7322c800] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2016-04-07 21:33:49,360 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7322c800] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2016-04-07 21:33:49,360 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2016-04-07 21:33:49,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,414 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2016-04-07 21:33:49,415 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2016-04-07 21:33:49,415 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2016-04-07 21:33:49,416 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2016-04-07 21:33:49,416 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2016-04-07 21:33:49,417 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2016-04-07 21:33:49,417 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7322d8d8] 2016-04-07 21:33:49,418 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xaa8338] is entering bypass mode. 2016-04-07 21:33:49,418 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xab82b8] is entering bypass mode. 2016-04-07 21:33:49,419 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2016-04-07 21:33:49,419 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2016-04-07 21:33:49,420 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2016-04-07 21:33:49,420 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2016-04-07 21:33:49,420 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2016-04-07 21:33:49,421 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xab8b18] is entering bypass mode. 2016-04-07 21:33:49,421 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xaa8338] is leaving bypass mode. 2016-04-07 21:33:49,422 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xab82b8] is leaving bypass mode. 2016-04-07 21:33:49,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:49,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:49,904 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:49,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:49,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:49,906 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:49,907 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:33:49,907 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=15,861364 video=0,000000 2016-04-07 21:33:49,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:49,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:49,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:49,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:49,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,014 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,388 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xab82b8] is entering bypass mode. 2016-04-07 21:33:50,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:50,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:50,924 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:50,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:50,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:50,925 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:50,926 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 72,9,u= 73,3], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:33:50,927 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,084712 video=0,000000 2016-04-07 21:33:50,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:50,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:50,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:50,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:50,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,033 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=4,172577 ms 2016-04-07 21:33:51,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,249 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,566 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d8d8]. 2016-04-07 21:33:51,567 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73227468], local statistics available: Local current jitter buffer size: 53,3ms 2016-04-07 21:33:51,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:51,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:51,569 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:51,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,728 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73227468]: receiving RTCP SR 2016-04-07 21:33:51,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:51,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:51,730 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:51,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6880 2016-04-07 21:33:51,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x8f6808 2016-04-07 21:33:51,838 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: received [920] new bytes from [UDP://192.168.0.254:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.0.51:5060;branch=z9hG4bK.UD8MFjBVq;rport=5060 From: "DoorPi" ;tag=2DLGxxFAo To: ;tag=BB6751EB8CE5F181 Call-ID: 2yYVm3adVH CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.30 TAL (Jul 10 2015) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Content-Type: application/sdp Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 264 v=0 o=user 14736525 14736525 IN IP4 192.168.0.254 s=Talk c=IN IP4 192.168.0.254 t=0 0 m=audio 7082 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7083 m=video 0 RTP/AVP 96 2016-04-07 21:33:51,853 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8] [656] bytes parsed 2016-04-07 21:33:51,854 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8] read [264] bytes of body from [192.168.0.254:5060] 2016-04-07 21:33:51,855 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-07 21:33:51,855 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xaf6608], from state [PROCEEDING] to [ACCEPTED] 2016-04-07 21:33:51,856 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xaa74d0]: now updated by transaction [0xaf6608]. 2016-04-07 21:33:51,860 [INFO] [doorpi.sipphone.from_linphone] op [0x73200e60] : set_or_update_dialog() current=[0xaa74d0] new=[0xaa74d0] 2016-04-07 21:33:51,861 [INFO] [doorpi.sipphone.from_linphone] Op [0x73200e60] receiving call response [200], dialog is [0xaa74d0] in state [BELLE_SIP_DIALOG_CONFIRMED] 2016-04-07 21:33:51,866 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2016-04-07 21:33:51,866 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2016-04-07 21:33:51,867 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2016-04-07 21:33:51,867 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2016-04-07 21:33:51,868 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2016-04-07 21:33:51,868 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2016-04-07 21:33:51,869 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2016-04-07 21:33:51,869 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73203ed8] rejected by peer 2016-04-07 21:33:51,870 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.lvmhm2y6V for message sent statelessly 2016-04-07 21:33:51,871 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: message sent to [UDP://192.168.0.254:5060], size: [450] bytes ACK sip:1678A39FF109E31669DEAD7AD863C@192.168.0.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.51:5060;rport;branch=z9hG4bK.lvmhm2y6V From: "DoorPi" ;tag=2DLGxxFAo To: ;tag=BB6751EB8CE5F181 CSeq: 21 ACK Call-ID: 2yYVm3adVH Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="DEA16D7DB38C57D2", username="622", uri="sip:**623@192.168.0.254", response="fcbb11332e16d4bd7b74c140c77eacf4" 2016-04-07 21:33:51,872 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c800: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2016-04-07 21:33:51,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xa926f0, 0x7322c800, 6, "Connected") 2016-04-07 21:33:51,873 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2016-04-07 21:33:51,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7322a878) 2016-04-07 21:33:51,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-07 21:33:51,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d315d0 2016-04-07 21:33:51,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-07 21:33:51,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d315d0 2016-04-07 21:33:51,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d315d0 2016-04-07 21:33:51,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d315d0 2016-04-07 21:33:51,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d315d0 [0x7322a878]) 2016-04-07 21:33:51,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74567ec0 2016-04-07 21:33:51,878 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:51,879 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:51,881 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:51,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:51,883 [DEBUG] [doorpi.action.handler] [Z2GK2I] fire for event OnCallStateConnect this actions [] 2016-04-07 21:33:51,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,884 [TRACE] [doorpi.action.handler] [Z2GK2I] try to fire action > with args () and kwargs {} 2016-04-07 21:33:51,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:51,886 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-07 21:33:51,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,887 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-07 21:33:51,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:51,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-07 21:33:51,889 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_state_changed] 2016-04-07 21:33:51,890 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2016-04-07 21:33:51,891 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0,000000 db], [1,000000] linear 2016-04-07 21:33:51,891 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:33:51,891 [TRACE] [doorpi.action.handler] [Z2GK2I] finished fire_event for event_name OnCallStateConnect 2016-04-07 21:33:51,892 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2016-04-07 21:33:51,893 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2016-04-07 21:33:51,894 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2016-04-07 21:33:51,894 [INFO] [doorpi.sipphone.from_linphone] Call [0x7322c800]: disabling video in our call params because the remote doesn't want it. 2016-04-07 21:33:51,895 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c800: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2016-04-07 21:33:51,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xa926f0, 0x7322c800, 7, "Streams running") 2016-04-07 21:33:51,896 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2016-04-07 21:33:51,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7322a878) 2016-04-07 21:33:51,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-07 21:33:51,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d315f0 2016-04-07 21:33:51,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-07 21:33:51,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d315f0 2016-04-07 21:33:51,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d315f0 2016-04-07 21:33:51,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d315f0 2016-04-07 21:33:51,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d315f0 [0x7322a878]) 2016-04-07 21:33:51,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733b3080 2016-04-07 21:33:51,901 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:51,903 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:51,903 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:51,905 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:33:51,907 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:51,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:51,909 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:33:51,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:51,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68b0 2016-04-07 21:33:51,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-07 21:33:51,912 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_state_changed] 2016-04-07 21:33:51,913 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2016-04-07 21:33:51,913 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2016-04-07 21:33:51,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:51,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:51,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:51,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:51,969 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:51,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:51,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:51,970 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:51,971 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: 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-04-07 21:33:51,971 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,425034 video=0,000000 2016-04-07 21:33:51,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:51,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:51,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:51,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,610 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=9,407807 ms 2016-04-07 21:33:52,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:52,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:52,932 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:52,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:52,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:52,934 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:52,934 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 79,9,u= 79,9], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,1,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:33:52,935 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,297147 video=0,000000 2016-04-07 21:33:52,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:52,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:52,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:52,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:52,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:53,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:53,895 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:53,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:53,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:53,896 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:53,897 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 79,2,u= 79,2], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:33:53,897 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,047379 video=0,000000 2016-04-07 21:33:53,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:53,951 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d8d8]. 2016-04-07 21:33:53,952 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73227468], local statistics available: Local current jitter buffer size: 56,7ms 2016-04-07 21:33:53,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:53,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:53,954 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:53,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:53,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:53,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:53,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,009 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,009 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,219 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=15,303104 ms 2016-04-07 21:33:54,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,432 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 32 ms in excess dropped 2016-04-07 21:33:54,432 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 10 ms in excess dropped 2016-04-07 21:33:54,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:54,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:54,916 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:54,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:54,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:54,917 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:54,918 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 81,6,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-04-07 21:33:54,918 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,712320 video=0,000000 2016-04-07 21:33:54,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:54,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:54,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:54,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:54,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,827 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=21,238769 ms 2016-04-07 21:33:55,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:55,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:55,936 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:55,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:55,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:55,937 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:55,938 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 78,4,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-04-07 21:33:55,938 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,490883 video=0,000000 2016-04-07 21:33:55,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:55,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:55,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:55,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:55,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,683 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d8d8]. 2016-04-07 21:33:56,684 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73227468], local statistics available: Local current jitter buffer size: 59,1ms 2016-04-07 21:33:56,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:56,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:56,686 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:56,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:56,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:56,900 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:56,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:56,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:56,901 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:56,902 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 80,8,u= 79,2], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:33:56,902 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,243218 video=0,000000 2016-04-07 21:33:56,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:56,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:56,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:56,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:56,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,009 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,433 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=27,303140 ms 2016-04-07 21:33:57,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:57,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:57,913 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:57,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:57,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:57,914 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:57,915 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: 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-04-07 21:33:57,916 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,121193 video=0,000000 2016-04-07 21:33:57,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:57,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:57,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:57,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:57,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,669 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73227468]: receiving RTCP SR 2016-04-07 21:33:58,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:58,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:58,670 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:58,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:58,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:58,941 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:58,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:58,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:58,942 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:58,943 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 80,7,u= 80,7], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:33:58,943 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,764132 video=0,000000 2016-04-07 21:33:58,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:58,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:58,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:58,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:58,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,052 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=33,036548 ms 2016-04-07 21:33:59,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,107 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d8d8]. 2016-04-07 21:33:59,107 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73227468], local statistics available: Local current jitter buffer size: 59,2ms 2016-04-07 21:33:59,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:59,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:59,109 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:59,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,430 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 30 ms in excess dropped 2016-04-07 21:33:59,431 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 20 ms in excess dropped 2016-04-07 21:33:59,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:33:59,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:59,913 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:59,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:33:59,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:33:59,914 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:33:59,915 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 78,4,u= 78,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,1,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:33:59,916 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,352694 video=0,000000 2016-04-07 21:33:59,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:33:59,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:33:59,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:33:59,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:33:59,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,663 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d8d8]. 2016-04-07 21:34:00,663 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=39,882610 ms 2016-04-07 21:34:00,664 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73227468], local statistics available: Local current jitter buffer size: 59,2ms 2016-04-07 21:34:00,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:00,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:00,666 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:00,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:00,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:00,934 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:00,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:00,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:00,935 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:00,936 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 81,6,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-04-07 21:34:00,936 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,286175 video=0,000000 2016-04-07 21:34:00,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:00,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:00,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:00,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:00,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:01,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:01,897 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:01,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:01,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:01,899 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:01,899 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 79,2,u= 80,7], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:01,900 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,156969 video=0,000000 2016-04-07 21:34:01,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:01,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:01,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:01,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:01,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,273 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=46,069839 ms 2016-04-07 21:34:02,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:02,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:02,918 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:02,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:02,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:02,920 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:02,920 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 80,1,u= 78,5], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:02,921 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,410359 video=0,000000 2016-04-07 21:34:02,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:02,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:02,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:02,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:02,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,404 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d8d8]. 2016-04-07 21:34:03,405 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73227468], local statistics available: Local current jitter buffer size: 60,9ms 2016-04-07 21:34:03,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:03,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:03,407 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:03,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,887 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=52,280255 ms 2016-04-07 21:34:03,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:03,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:03,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:03,942 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:03,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:03,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:03,943 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:03,944 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 79,9,u= 78,3], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:03,944 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,788249 video=0,000000 2016-04-07 21:34:03,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:03,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:03,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:03,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,479 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 40 ms in excess dropped 2016-04-07 21:34:04,479 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 20 ms in excess dropped 2016-04-07 21:34:04,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:04,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:04,907 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:04,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:04,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:04,909 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:04,909 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 79,2,u= 80,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:04,910 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,312171 video=0,000000 2016-04-07 21:34:04,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:04,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:04,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:04,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:04,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,494 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=58,369319 ms 2016-04-07 21:34:05,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,601 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73227468]: receiving RTCP SR 2016-04-07 21:34:05,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:05,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:05,602 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:05,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:05,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:05,923 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:05,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:05,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:05,924 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:05,925 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 81,6,u= 81,6], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:05,925 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,649904 video=0,000000 2016-04-07 21:34:05,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:05,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:05,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:05,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:05,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:06,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:06,940 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:06,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:06,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:06,941 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:06,941 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 79,2,u= 77,7], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:06,942 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,781884 video=0,000000 2016-04-07 21:34:06,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:06,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:06,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:06,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:06,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,103 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=64,469014 ms 2016-04-07 21:34:07,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:07,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:07,906 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:07,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:07,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:07,907 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:07,907 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: 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-04-07 21:34:07,908 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,195024 video=0,000000 2016-04-07 21:34:07,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:07,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:07,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:07,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:07,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,713 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=70,567500 ms 2016-04-07 21:34:08,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:08,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:08,929 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:08,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:08,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:08,931 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:08,931 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: 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-04-07 21:34:08,932 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,886996 video=0,000000 2016-04-07 21:34:08,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:08,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:08,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:08,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:08,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,486 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 331 miliseconds. 2016-04-07 21:34:09,487 [ERROR] [doorpi.sipphone.from_linphone] snd_pcm_avail_update: Datenübergabe unterbrochen (broken pipe) 2016-04-07 21:34:09,488 [ERROR] [doorpi.sipphone.from_linphone] *** alsa_can_read fixup, trying to recover 2016-04-07 21:34:09,488 [INFO] [doorpi.sipphone.from_linphone] also error in pcm.c:7843 - overrun occurred 2016-04-07 21:34:09,489 [INFO] [doorpi.sipphone.from_linphone] Recovery done 2016-04-07 21:34:09,489 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d8d8]. 2016-04-07 21:34:09,489 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 38 ms in excess dropped 2016-04-07 21:34:09,490 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 50 ms in excess dropped 2016-04-07 21:34:09,490 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73227468], local statistics available: Local current jitter buffer size: 68,6ms 2016-04-07 21:34:09,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:09,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:09,492 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:09,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:09,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:09,920 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:09,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:09,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:09,921 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:09,922 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 80,3,u= 57,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:09,922 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,535095 video=0,000000 2016-04-07 21:34:09,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:09,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:09,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:09,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:09,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,615 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=260,741177 ms 2016-04-07 21:34:10,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:10,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:10,936 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:10,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:10,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:10,937 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:10,938 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 79,6,u= 77,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:10,938 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,378160 video=0,000000 2016-04-07 21:34:10,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:10,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:10,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:10,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:10,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,848 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73227468]: receiving RTCP SR 2016-04-07 21:34:11,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:11,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:11,850 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:11,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:11,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:11,906 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:11,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:11,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:11,908 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:11,908 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 79,2,u= 82,1], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:11,909 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,514790 video=0,000000 2016-04-07 21:34:11,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:11,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:11,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:11,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:11,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,284 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=374,113040 ms 2016-04-07 21:34:12,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:12,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:12,932 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:12,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:12,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:12,933 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:12,934 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 80,8,u= 79,3], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:12,934 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,441438 video=0,000000 2016-04-07 21:34:12,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:12,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:12,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:12,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:12,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,846 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=420,026069 ms 2016-04-07 21:34:13,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322ccc0) 2016-04-07 21:34:13,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:13,901 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:13,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xa926f0, 0x7322c800, 0x7322cd78) 2016-04-07 21:34:13,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-07 21:34:13,902 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_stats_updated] 2016-04-07 21:34:13,903 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c800]: RTP audio=[d= 80,8,u= 79,2], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-07 21:34:13,904 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,408473 video=0,000000 2016-04-07 21:34:13,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d31530 [0x7322c800]) 2016-04-07 21:34:13,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x8f6868 2016-04-07 21:34:13,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:13,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x8f6ad4 2016-04-07 21:34:13,958 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: received [693] new bytes from [UDP://192.168.0.254:5060]: BYE sip:622@192.168.0.51 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.254:5060;branch=z9hG4bK4524EBF0163DCD9C From: ;tag=BB6751EB8CE5F181 To: "DoorPi" ;tag=2DLGxxFAo Call-ID: 2yYVm3adVH CSeq: 22 BYE X-RTP-Stat: CS=0;PS=1129;ES=1235;OS=180640;SP=0/0;SO=0;QS=-;PR=0;ER=1235;OR=0;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=0/0;EN=PCMU;DE=;JI=0,113;DL=9,6,12;IP=192.168.0.254:7082,192.168.0.195:7078 X-RTP-Stat-Add: DQ=0;DSS=0;DS=0;PLCS=0;JS=0 Reason: Q.850; cause=16 Max-Forwards: 70 User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.30 TAL (Jul 10 2015) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2016-04-07 21:34:13,971 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8] [693] bytes parsed 2016-04-07 21:34:13,973 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0xa93480], from state [INIT] to [TRYING] 2016-04-07 21:34:13,974 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0xa93480], from state [TRYING] to [COMPLETED] 2016-04-07 21:34:13,975 [INFO] [doorpi.sipphone.from_linphone] channel [0xabbff8]: message sent to [UDP://192.168.0.254:5060], size: [279] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.0.254:5060;branch=z9hG4bK4524EBF0163DCD9C From: ;tag=BB6751EB8CE5F181 To: "DoorPi" ;tag=2DLGxxFAo Call-ID: 2yYVm3adVH CSeq: 22 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2016-04-07 21:34:13,976 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xaa74d0]: now updated by transaction [0xa93480]. 2016-04-07 21:34:13,976 [INFO] [doorpi.sipphone.from_linphone] dialog [0xaa74d0] deleted. 2016-04-07 21:34:13,977 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2016-04-07 21:34:13,978 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2016-04-07 21:34:13,980 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2016-04-07 21:34:13,980 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-04-07 21:34:13,981 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2016-04-07 21:34:13,981 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2016-04-07 21:34:13,982 [INFO] [doorpi.sipphone.from_linphone] sent 1206 packets 2016-04-07 21:34:13,982 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2016-04-07 21:34:13,982 [INFO] [doorpi.sipphone.from_linphone] 207432 bytes 2016-04-07 21:34:13,983 [INFO] [doorpi.sipphone.from_linphone] received 1235 packets 2016-04-07 21:34:13,983 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2016-04-07 21:34:13,984 [INFO] [doorpi.sipphone.from_linphone] 212420 bytes 2016-04-07 21:34:13,984 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 210700 bytes 2016-04-07 21:34:13,985 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2016-04-07 21:34:13,985 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2016-04-07 21:34:13,986 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2016-04-07 21:34:13,986 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2016-04-07 21:34:13,987 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-04-07 21:34:13,987 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0xab4e78,0-->MSVolume:0xb1e2b0,0 2016-04-07 21:34:13,988 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0xb1e2b0,0-->MSAudioMixer:0xab8b18,0 2016-04-07 21:34:13,988 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xab8b18,0-->MSUlawEnc:0xb18318,0 2016-04-07 21:34:13,988 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0xb18318,0-->MSRtpSend:0x73227890,0 2016-04-07 21:34:13,989 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0xb1e8e8,0-->MSUlawDec:0xb18398,0 2016-04-07 21:34:13,989 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0xb18398,0-->MSGenericPLC:0xab5b88,0 2016-04-07 21:34:13,990 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0xab5b88,0-->MSDtmfGen:0xb197d8,0 2016-04-07 21:34:13,990 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0xb197d8,0-->MSVolume:0xb1e330,0 2016-04-07 21:34:13,991 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0xb1e330,0-->MSTee:0xab4120,0 2016-04-07 21:34:13,991 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0xab4120,0-->MSEqualizer:0xab03a8,0 2016-04-07 21:34:13,992 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0xab03a8,0-->MSAudioMixer:0xab82b8,0 2016-04-07 21:34:13,992 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0xb16448,0-->MSResample:0xb198e0,0 2016-04-07 21:34:13,993 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0xb198e0,0-->MSAudioMixer:0xab82b8,1 2016-04-07 21:34:13,993 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xab82b8,0-->MSAlsaWrite:0xab9568,0 2016-04-07 21:34:13,993 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xaa8338,1-->MSResample:0xb1e460,0 2016-04-07 21:34:13,994 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0xb1e460,0-->MSOpusEnc:0xab0858,0 2016-04-07 21:34:13,994 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0xab0858,0-->MSMKVRecorder:0xab66a0,1 2016-04-07 21:34:13,995 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0xaab1f0,0-->MSMKVRecorder:0xab66a0,0 2016-04-07 21:34:13,995 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xab8b18,1-->MSAudioMixer:0xaa8338,0 2016-04-07 21:34:13,996 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0xab4120,1-->MSAudioMixer:0xaa8338,1 2016-04-07 21:34:13,996 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xaa8338,0-->MSFileRec:0xaa5b88,0 2016-04-07 21:34:13,997 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2016-04-07 21:34:13,998 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-04-07 21:34:13,998 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2016-04-07 21:34:13,999 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2016-04-07 21:34:13,999 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2016-04-07 21:34:14,000 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 2419 0,893076 59,5069 2016-04-07 21:34:14,000 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 2419 0,183413 12,221 2016-04-07 21:34:14,000 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 1276 0,3365 11,8315 2016-04-07 21:34:14,001 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 2419 0,114078 7,60117 2016-04-07 21:34:14,001 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 2419 0,0374265 2,49378 2016-04-07 21:34:14,002 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 2441 0,0347376 2,33565 2016-04-07 21:34:14,002 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 7257 0,00772167 1,54309 2016-04-07 21:34:14,003 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 1136 0,0171939 0,538266 2016-04-07 21:34:14,003 [INFO] [doorpi.sipphone.from_linphone] MSVolume 2365 0,0064014 0,417016 2016-04-07 21:34:14,004 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 1223 0,0119178 0,401645 2016-04-07 21:34:14,004 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 2419 0,00361682 0,240994 2016-04-07 21:34:14,005 [INFO] [doorpi.sipphone.from_linphone] MSTee 1229 0,00510281 0,172814 2016-04-07 21:34:14,005 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 2419 0,00214325 0,142807 2016-04-07 21:34:14,006 [INFO] [doorpi.sipphone.from_linphone] MSResample 2419 0,00189928 0,126552 2016-04-07 21:34:14,006 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 2419 0,00187427 0,124885 2016-04-07 21:34:14,007 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 1210 0,00369076 0,123062 2016-04-07 21:34:14,007 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 2419 0,0017297 0,115252 2016-04-07 21:34:14,007 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 1229 0,00187309 0,0634346 2016-04-07 21:34:14,008 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 2 0,00215267 0,000177812 2016-04-07 21:34:14,008 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2016-04-07 21:34:14,009 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2016-04-07 21:34:14,009 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-04-07 21:34:14,010 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c800: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2016-04-07 21:34:14,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0xa926f0, 0x7322a9b0) 2016-04-07 21:34:14,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2016-04-07 21:34:14,019 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2016-04-07 21:34:14,019 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_log_updated] 2016-04-07 21:34:14,020 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2016-04-07 21:34:14,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xa926f0, 0x7322c800, 13, "Call ended") 2016-04-07 21:34:14,021 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2016-04-07 21:34:14,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d31530 [0x7322c800]) 2016-04-07 21:34:14,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7322a878) 2016-04-07 21:34:14,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-07 21:34:14,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d315c0 2016-04-07 21:34:14,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-07 21:34:14,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d315c0 2016-04-07 21:34:14,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d315c0 2016-04-07 21:34:14,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d315c0 2016-04-07 21:34:14,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d315c0 [0x7322a878]) 2016-04-07 21:34:14,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733b31a0 2016-04-07 21:34:14,026 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:34:14,027 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:34:14,028 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:14,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:14,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68bc 2016-04-07 21:34:14,031 [DEBUG] [doorpi.action.handler] [4P14OY] fire for event OnCallStateDisconnect this actions [, ] 2016-04-07 21:34:14,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:14,032 [TRACE] [doorpi.action.handler] [4P14OY] try to fire action > with args () and kwargs {} 2016-04-07 21:34:14,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68bc 2016-04-07 21:34:14,033 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-07 21:34:14,033 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:34:14,034 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-07 21:34:14,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:14,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68bc 2016-04-07 21:34:14,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-07 21:34:14,038 [TRACE] [doorpi.action.handler] [4P14OY] try to fire action > with args () and kwargs {} 2016-04-07 21:34:14,038 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:34:14,039 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_state_changed] 2016-04-07 21:34:14,039 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-07 21:34:14,042 [TRACE] [doorpi.action.handler] [4P14OY] finished fire_event for event_name OnCallStateDisconnect 2016-04-07 21:34:14,040 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:14,091 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xaa74d0] terminated for op [0x73200e60] 2016-04-07 21:34:14,142 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c800: moving from state LinphoneCallEnd to LinphoneCallReleased 2016-04-07 21:34:14,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xa926f0, 0x7322c800, 18, "Call released") 2016-04-07 21:34:14,146 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2016-04-07 21:34:14,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d31530 [0x7322c800]) 2016-04-07 21:34:14,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7322a878) 2016-04-07 21:34:14,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-07 21:34:14,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d31610 2016-04-07 21:34:14,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-07 21:34:14,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d31610 2016-04-07 21:34:14,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d31610 2016-04-07 21:34:14,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d31610 2016-04-07 21:34:14,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d31610 [0x7322a878]) 2016-04-07 21:34:14,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733b33e0 2016-04-07 21:34:14,151 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-07 21:34:14,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:14,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68bc 2016-04-07 21:34:14,153 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:14,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:14,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68bc 2016-04-07 21:34:14,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:14,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x8f68bc 2016-04-07 21:34:14,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-07 21:34:14,157 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xa926f0] notifying [call_state_changed] 2016-04-07 21:34:14,157 [INFO] [doorpi.sipphone.from_linphone] op [0x73200e60] : set_or_update_dialog() current=[0xaa74d0] new=[(nil)] 2016-04-07 21:34:18,465 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2016-04-07 21:34:18,466 [DEBUG] [doorpi.doorpi] destroy doorpi 2016-04-07 21:34:18,466 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1993551872)>, , ] 2016-04-07 21:34:18,467 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2016-04-07 21:34:18,469 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2016-04-07 21:34:18,469 [DEBUG] [doorpi.action.handler] [NVWTMR] fire for event OnShutdown this actions [, , , ] 2016-04-07 21:34:18,470 [TRACE] [doorpi.action.handler] [NVWTMR] try to fire action TimeTickDestroyAction with args () and kwargs {} 2016-04-07 21:34:18,470 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2016-04-07 21:34:18,471 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2016-04-07 21:34:18,471 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,472 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2016-04-07 21:34:18,472 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2016-04-07 21:34:18,473 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,473 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2016-04-07 21:34:18,474 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2016-04-07 21:34:18,474 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,475 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2016-04-07 21:34:18,475 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2016-04-07 21:34:18,476 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,476 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2016-04-07 21:34:18,476 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2016-04-07 21:34:18,477 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,477 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2016-04-07 21:34:18,478 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2016-04-07 21:34:18,478 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,478 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2016-04-07 21:34:18,479 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2016-04-07 21:34:18,479 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,480 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2016-04-07 21:34:18,480 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2016-04-07 21:34:18,480 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,481 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2016-04-07 21:34:18,481 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2016-04-07 21:34:18,482 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,482 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2016-04-07 21:34:18,483 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2016-04-07 21:34:18,483 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,483 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2016-04-07 21:34:18,484 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2016-04-07 21:34:18,484 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,485 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2016-04-07 21:34:18,485 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2016-04-07 21:34:18,486 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,486 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2016-04-07 21:34:18,487 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2016-04-07 21:34:18,487 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,487 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2016-04-07 21:34:18,488 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2016-04-07 21:34:18,488 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,489 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2016-04-07 21:34:18,489 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2016-04-07 21:34:18,489 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,490 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2016-04-07 21:34:18,490 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2016-04-07 21:34:18,491 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,491 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2016-04-07 21:34:18,492 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2016-04-07 21:34:18,492 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,492 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2016-04-07 21:34:18,493 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2016-04-07 21:34:18,493 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,494 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2016-04-07 21:34:18,494 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2016-04-07 21:34:18,494 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,495 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2016-04-07 21:34:18,495 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2016-04-07 21:34:18,496 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,496 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2016-04-07 21:34:18,497 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2016-04-07 21:34:18,497 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,498 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2016-04-07 21:34:18,498 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2016-04-07 21:34:18,498 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,499 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2016-04-07 21:34:18,499 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2016-04-07 21:34:18,500 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,500 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2016-04-07 21:34:18,500 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2016-04-07 21:34:18,501 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,501 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2016-04-07 21:34:18,502 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2016-04-07 21:34:18,502 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,502 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2016-04-07 21:34:18,503 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2016-04-07 21:34:18,503 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,504 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2016-04-07 21:34:18,504 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2016-04-07 21:34:18,505 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,505 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2016-04-07 21:34:18,506 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2016-04-07 21:34:18,506 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,506 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2016-04-07 21:34:18,507 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2016-04-07 21:34:18,507 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,508 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2016-04-07 21:34:18,508 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2016-04-07 21:34:18,508 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,509 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2016-04-07 21:34:18,509 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2016-04-07 21:34:18,510 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,510 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2016-04-07 21:34:18,511 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2016-04-07 21:34:18,511 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,511 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2016-04-07 21:34:18,512 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2016-04-07 21:34:18,512 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,513 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2016-04-07 21:34:18,513 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2016-04-07 21:34:18,513 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,514 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2016-04-07 21:34:18,514 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2016-04-07 21:34:18,515 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,515 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2016-04-07 21:34:18,516 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2016-04-07 21:34:18,516 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,516 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2016-04-07 21:34:18,517 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2016-04-07 21:34:18,517 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,518 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2016-04-07 21:34:18,518 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2016-04-07 21:34:18,519 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,519 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2016-04-07 21:34:18,519 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2016-04-07 21:34:18,520 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,520 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2016-04-07 21:34:18,521 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2016-04-07 21:34:18,521 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,521 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2016-04-07 21:34:18,522 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2016-04-07 21:34:18,522 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,523 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2016-04-07 21:34:18,523 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2016-04-07 21:34:18,524 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,524 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2016-04-07 21:34:18,524 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2016-04-07 21:34:18,525 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,525 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2016-04-07 21:34:18,526 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2016-04-07 21:34:18,526 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,527 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2016-04-07 21:34:18,527 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2016-04-07 21:34:18,527 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,528 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2016-04-07 21:34:18,528 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2016-04-07 21:34:18,529 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,529 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2016-04-07 21:34:18,529 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2016-04-07 21:34:18,530 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,530 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2016-04-07 21:34:18,531 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2016-04-07 21:34:18,531 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,532 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2016-04-07 21:34:18,532 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2016-04-07 21:34:18,532 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,533 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2016-04-07 21:34:18,533 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2016-04-07 21:34:18,534 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,534 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2016-04-07 21:34:18,535 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2016-04-07 21:34:18,535 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,535 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2016-04-07 21:34:18,536 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2016-04-07 21:34:18,536 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,537 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2016-04-07 21:34:18,537 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2016-04-07 21:34:18,538 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,538 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2016-04-07 21:34:18,539 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2016-04-07 21:34:18,539 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,539 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2016-04-07 21:34:18,540 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2016-04-07 21:34:18,540 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,541 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2016-04-07 21:34:18,541 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2016-04-07 21:34:18,542 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,542 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2016-04-07 21:34:18,542 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2016-04-07 21:34:18,543 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,543 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2016-04-07 21:34:18,544 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2016-04-07 21:34:18,544 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,544 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2016-04-07 21:34:18,545 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2016-04-07 21:34:18,545 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,546 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2016-04-07 21:34:18,546 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2016-04-07 21:34:18,547 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,547 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2016-04-07 21:34:18,547 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2016-04-07 21:34:18,548 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,548 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2016-04-07 21:34:18,549 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2016-04-07 21:34:18,549 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,550 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2016-04-07 21:34:18,550 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2016-04-07 21:34:18,550 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,551 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2016-04-07 21:34:18,551 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2016-04-07 21:34:18,552 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,552 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2016-04-07 21:34:18,552 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2016-04-07 21:34:18,553 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,553 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2016-04-07 21:34:18,554 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2016-04-07 21:34:18,554 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,555 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2016-04-07 21:34:18,555 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2016-04-07 21:34:18,556 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,556 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2016-04-07 21:34:18,556 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2016-04-07 21:34:18,557 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,557 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2016-04-07 21:34:18,558 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2016-04-07 21:34:18,558 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,558 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2016-04-07 21:34:18,559 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2016-04-07 21:34:18,559 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,560 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2016-04-07 21:34:18,560 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2016-04-07 21:34:18,560 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,561 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2016-04-07 21:34:18,561 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2016-04-07 21:34:18,562 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,562 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2016-04-07 21:34:18,563 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2016-04-07 21:34:18,563 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,563 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2016-04-07 21:34:18,564 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2016-04-07 21:34:18,564 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,565 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2016-04-07 21:34:18,565 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2016-04-07 21:34:18,566 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,566 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2016-04-07 21:34:18,566 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2016-04-07 21:34:18,567 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,567 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2016-04-07 21:34:18,568 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2016-04-07 21:34:18,568 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,568 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2016-04-07 21:34:18,569 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2016-04-07 21:34:18,569 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,570 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2016-04-07 21:34:18,570 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2016-04-07 21:34:18,571 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,571 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2016-04-07 21:34:18,571 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2016-04-07 21:34:18,572 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,572 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2016-04-07 21:34:18,573 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2016-04-07 21:34:18,573 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,573 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2016-04-07 21:34:18,574 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2016-04-07 21:34:18,574 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,575 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2016-04-07 21:34:18,575 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2016-04-07 21:34:18,576 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,576 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2016-04-07 21:34:18,576 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2016-04-07 21:34:18,577 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,577 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2016-04-07 21:34:18,578 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2016-04-07 21:34:18,578 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,579 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2016-04-07 21:34:18,579 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2016-04-07 21:34:18,579 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,580 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2016-04-07 21:34:18,580 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2016-04-07 21:34:18,581 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,581 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2016-04-07 21:34:18,581 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2016-04-07 21:34:18,582 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,582 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2016-04-07 21:34:18,583 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2016-04-07 21:34:18,583 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,583 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2016-04-07 21:34:18,584 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2016-04-07 21:34:18,584 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,585 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2016-04-07 21:34:18,585 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2016-04-07 21:34:18,586 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,586 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2016-04-07 21:34:18,586 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2016-04-07 21:34:18,587 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,587 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2016-04-07 21:34:18,588 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2016-04-07 21:34:18,588 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,589 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2016-04-07 21:34:18,589 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2016-04-07 21:34:18,589 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,590 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2016-04-07 21:34:18,590 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2016-04-07 21:34:18,591 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,591 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2016-04-07 21:34:18,591 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2016-04-07 21:34:18,592 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,592 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2016-04-07 21:34:18,593 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2016-04-07 21:34:18,593 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,594 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2016-04-07 21:34:18,594 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2016-04-07 21:34:18,594 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,595 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2016-04-07 21:34:18,595 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2016-04-07 21:34:18,596 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,596 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2016-04-07 21:34:18,597 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2016-04-07 21:34:18,597 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,597 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2016-04-07 21:34:18,598 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2016-04-07 21:34:18,598 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,599 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2016-04-07 21:34:18,599 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2016-04-07 21:34:18,599 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,600 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2016-04-07 21:34:18,600 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2016-04-07 21:34:18,601 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,601 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2016-04-07 21:34:18,602 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2016-04-07 21:34:18,602 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,602 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2016-04-07 21:34:18,603 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2016-04-07 21:34:18,603 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-07 21:34:18,604 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2016-04-07 21:34:18,604 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2016-04-07 21:34:18,605 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2016-04-07 21:34:18,605 [TRACE] [doorpi.action.handler] [NVWTMR] try to fire action WebServerShutdownAction with args () and kwargs {} 2016-04-07 21:34:18,606 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2016-04-07 21:34:18,606 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2016-04-07 21:34:18,608 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2016-04-07 21:34:18,608 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2016-04-07 21:34:18,609 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2016-04-07 21:34:18,609 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2016-04-07 21:34:18,610 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2016-04-07 21:34:18,611 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2016-04-07 21:34:18,611 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2016-04-07 21:34:18,612 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2016-04-07 21:34:18,612 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2016-04-07 21:34:18,612 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2016-04-07 21:34:18,613 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2016-04-07 21:34:18,613 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2016-04-07 21:34:18,614 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2016-04-07 21:34:18,614 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2016-04-07 21:34:18,614 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2016-04-07 21:34:18,615 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2016-04-07 21:34:18,615 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2016-04-07 21:34:18,616 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2016-04-07 21:34:18,616 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2016-04-07 21:34:18,617 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2016-04-07 21:34:18,617 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2016-04-07 21:34:18,618 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2016-04-07 21:34:18,618 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2016-04-07 21:34:18,618 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2016-04-07 21:34:18,619 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2016-04-07 21:34:18,619 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2016-04-07 21:34:18,620 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2016-04-07 21:34:18,636 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2016-04-07 21:34:18,637 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2016-04-07 21:34:18,638 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2016-04-07 21:34:18,639 [TRACE] [doorpi.action.handler] [5WCNFP] finished fire_event for event_name OnWebServerStart 2016-04-07 21:34:18,640 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2016-04-07 21:34:18,641 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2016-04-07 21:34:18,641 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2016-04-07 21:34:18,642 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2016-04-07 21:34:18,642 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2016-04-07 21:34:18,643 [TRACE] [doorpi.action.handler] [NVWTMR] try to fire action KeyboardDestroyAction with args () and kwargs {} 2016-04-07 21:34:18,644 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2016-04-07 21:34:18,644 [DEBUG] [doorpi.keyboard.from_piface] destroy 2016-04-07 21:34:18,659 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_piface and force_unregister is True 2016-04-07 21:34:18,660 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,661 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.0 - remove event too 2016-04-07 21:34:18,661 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.0 2016-04-07 21:34:18,662 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_piface 2016-04-07 21:34:18,662 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2016-04-07 21:34:18,663 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed 2016-04-07 21:34:18,664 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_piface 2016-04-07 21:34:18,664 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2016-04-07 21:34:18,665 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp 2016-04-07 21:34:18,665 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_1 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,666 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_1 - remove event too 2016-04-07 21:34:18,667 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_1 2016-04-07 21:34:18,667 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_0 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,668 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_0 - remove event too 2016-04-07 21:34:18,668 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_0 2016-04-07 21:34:18,669 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,669 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.1 - remove event too 2016-04-07 21:34:18,670 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.1 2016-04-07 21:34:18,670 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_piface 2016-04-07 21:34:18,671 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2016-04-07 21:34:18,671 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown 2016-04-07 21:34:18,672 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,673 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.0 - remove event too 2016-04-07 21:34:18,673 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.0 2016-04-07 21:34:18,674 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,674 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.1 - remove event too 2016-04-07 21:34:18,675 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.1 2016-04-07 21:34:18,675 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_0 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,676 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_0 - remove event too 2016-04-07 21:34:18,677 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_0 2016-04-07 21:34:18,677 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_1 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,678 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_1 - remove event too 2016-04-07 21:34:18,678 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_1 2016-04-07 21:34:18,679 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,679 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_1 - remove event too 2016-04-07 21:34:18,680 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_1 2016-04-07 21:34:18,680 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,681 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_0 - remove event too 2016-04-07 21:34:18,682 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_0 2016-04-07 21:34:18,682 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,683 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.1 - remove event too 2016-04-07 21:34:18,683 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.1 2016-04-07 21:34:18,684 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2016-04-07 21:34:18,684 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.0 - remove event too 2016-04-07 21:34:18,685 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.0 2016-04-07 21:34:18,686 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed 2016-04-07 21:34:18,687 [TRACE] [doorpi.action.handler] [NVWTMR] try to fire action > with args () and kwargs {} 2016-04-07 21:34:18,687 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-07 21:34:18,688 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2016-04-07 21:34:18,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x75a7bc68 [0xa926f0]) 2016-04-07 21:34:18,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x8f68bc 2016-04-07 21:34:18,690 [DEBUG] [doorpi.action.handler] [Y969ET] fire for event OnSipPhoneDestroy this actions [, , ] 2016-04-07 21:34:18,690 [TRACE] [doorpi.action.handler] [Y969ET] try to fire action > with args () and kwargs {} 2016-04-07 21:34:18,691 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-07 21:34:18,691 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2016-04-07 21:34:18,692 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2016-04-07 21:34:18,692 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,693 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2016-04-07 21:34:18,693 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2016-04-07 21:34:18,693 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,694 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2016-04-07 21:34:18,694 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2016-04-07 21:34:18,695 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,695 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2016-04-07 21:34:18,696 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2016-04-07 21:34:18,696 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,696 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2016-04-07 21:34:18,697 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2016-04-07 21:34:18,697 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,698 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2016-04-07 21:34:18,698 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2016-04-07 21:34:18,699 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,699 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2016-04-07 21:34:18,700 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2016-04-07 21:34:18,700 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,700 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2016-04-07 21:34:18,701 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2016-04-07 21:34:18,701 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,702 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2016-04-07 21:34:18,702 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2016-04-07 21:34:18,702 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,703 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2016-04-07 21:34:18,703 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2016-04-07 21:34:18,704 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,704 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2016-04-07 21:34:18,705 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2016-04-07 21:34:18,705 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,705 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2016-04-07 21:34:18,706 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2016-04-07 21:34:18,706 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,707 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2016-04-07 21:34:18,707 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2016-04-07 21:34:18,707 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,708 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2016-04-07 21:34:18,708 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2016-04-07 21:34:18,709 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"2" from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,709 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"2" - remove event too 2016-04-07 21:34:18,710 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"2" 2016-04-07 21:34:18,710 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,710 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2016-04-07 21:34:18,711 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2016-04-07 21:34:18,711 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,712 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2016-04-07 21:34:18,712 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2016-04-07 21:34:18,713 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,713 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2016-04-07 21:34:18,713 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2016-04-07 21:34:18,714 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,714 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2016-04-07 21:34:18,715 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2016-04-07 21:34:18,715 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,715 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2016-04-07 21:34:18,716 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2016-04-07 21:34:18,716 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,717 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2016-04-07 21:34:18,717 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2016-04-07 21:34:18,718 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,718 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2016-04-07 21:34:18,718 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2016-04-07 21:34:18,719 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-07 21:34:18,719 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2016-04-07 21:34:18,720 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2016-04-07 21:34:18,720 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2016-04-07 21:34:18,721 [TRACE] [doorpi.action.handler] [Y969ET] try to fire action > with args () and kwargs {} 2016-04-07 21:34:18,721 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-07 21:34:18,722 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-07 21:34:18,723 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2016-04-07 21:34:18,724 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:34:18,724 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2016-04-07 21:34:18,725 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:34:18,725 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:34:18,726 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2016-04-07 21:34:18,727 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2016-04-07 21:34:18,727 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-07 21:34:18,727 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2016-04-07 21:34:18,728 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2016-04-07 21:34:18,728 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2016-04-07 21:34:18,729 [TRACE] [doorpi.action.handler] [Y969ET] try to fire action > with args () and kwargs {} 2016-04-07 21:34:18,730 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-07 21:34:18,730 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2016-04-07 21:34:18,731 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:34:18,731 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2016-04-07 21:34:18,732 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2016-04-07 21:34:18,732 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:34:18,733 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2016-04-07 21:34:18,733 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2016-04-07 21:34:18,733 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2016-04-07 21:34:18,734 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2016-04-07 21:34:18,734 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2016-04-07 21:34:18,735 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2016-04-07 21:34:18,736 [TRACE] [doorpi.action.handler] [Y969ET] finished fire_event for event_name OnSipPhoneDestroy 2016-04-07 21:34:18,736 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2016-04-07 21:34:18,737 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,737 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2016-04-07 21:34:18,737 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2016-04-07 21:34:18,738 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,738 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2016-04-07 21:34:18,739 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2016-04-07 21:34:18,739 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,739 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2016-04-07 21:34:18,740 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2016-04-07 21:34:18,740 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,741 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2016-04-07 21:34:18,741 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2016-04-07 21:34:18,742 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,742 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2016-04-07 21:34:18,742 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2016-04-07 21:34:18,743 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,743 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2016-04-07 21:34:18,744 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2016-04-07 21:34:18,744 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,745 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2016-04-07 21:34:18,745 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2016-04-07 21:34:18,745 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,746 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2016-04-07 21:34:18,746 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2016-04-07 21:34:18,747 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,747 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2016-04-07 21:34:18,748 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2016-04-07 21:34:18,748 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,748 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2016-04-07 21:34:18,749 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2016-04-07 21:34:18,749 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,750 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2016-04-07 21:34:18,750 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2016-04-07 21:34:18,750 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-04-07 21:34:18,751 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2016-04-07 21:34:18,751 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2016-04-07 21:34:18,752 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2016-04-07 21:34:18,753 [TRACE] [doorpi.action.handler] [NVWTMR] finished fire_event for event_name OnShutdown 2016-04-07 21:34:18,753 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2016-04-07 21:34:18,755 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2016-04-07 21:34:19,255 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2016-04-07 21:34:19,344 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:19,344 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:19,846 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2016-04-07 21:34:19,846 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:19,847 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:20,348 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2016-04-07 21:34:20,348 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:20,348 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:20,849 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2016-04-07 21:34:20,850 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:20,850 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:21,351 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2016-04-07 21:34:21,351 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:21,351 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:21,852 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2016-04-07 21:34:21,853 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:21,854 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:22,355 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2016-04-07 21:34:22,355 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:22,356 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:22,857 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2016-04-07 21:34:22,857 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:22,858 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:23,359 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2016-04-07 21:34:23,359 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:23,360 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:23,861 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2016-04-07 21:34:23,862 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-04-07 21:34:23,862 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-04-07 21:34:24,363 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [] 2016-04-07 21:34:24,711 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========