2019-01-11 20:50:42,150 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.1 / /_// (_) | (_) | | / ___/| | license: CC BY-NC 4.0 /___,' \___/ \___/|_| \/ |_| URL: Authors: Thomas Meissner Supporter: Phillip Munz Hermann Dötsch Dennis Häußler Hubert Nusser Michael Hauer Andreas Schwarz Max Rößler missing someone? -> sorry -> mail me 2019-01-11 20:50:42,151 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2019-01-11 20:50:42,152 [DEBUG] [doorpi.doorpi] run 2019-01-11 20:50:42,152 [DEBUG] [doorpi.doorpi] prepare 2019-01-11 20:50:42,152 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2019-01-11 20:50:42,154 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2019-01-11 20:50:42,160 [DEBUG] [doorpi.conf.config_object] __init__ 2019-01-11 20:50:42,160 [TRACE] [doorpi.conf.config_object] get_from_config 2019-01-11 20:50:42,164 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2019-01-11 20:50:42,164 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2019-01-11 20:50:42,165 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2019-01-11 20:50:42,167 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2019-01-11 20:50:42,168 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2019-01-11 20:50:42,168 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2019-01-11 20:50:42,168 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2019-01-11 20:50:42,169 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2019-01-11 20:50:42,169 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2019-01-11 20:50:42,169 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2019-01-11 20:50:42,169 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2019-01-11 20:50:42,169 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2019-01-11 20:50:42,170 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2019-01-11 20:50:42,170 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2019-01-11 20:50:42,170 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2019-01-11 20:50:42,170 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2019-01-11 20:50:42,171 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2019-01-11 20:50:42,172 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2019-01-11 20:50:42,174 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2019-01-11 20:50:42,174 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2019-01-11 20:50:42,174 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2019-01-11 20:50:42,175 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2019-01-11 20:50:42,177 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2019-01-11 20:50:42,177 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2019-01-11 20:50:42,177 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2019-01-11 20:50:42,178 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2019-01-11 20:50:42,178 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2019-01-11 20:50:42,178 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2019-01-11 20:50:42,178 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2019-01-11 20:50:42,179 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2019-01-11 20:50:42,179 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2019-01-11 20:50:42,180 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2019-01-11 20:50:42,180 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2019-01-11 20:50:42,181 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2019-01-11 20:50:42,181 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2019-01-11 20:50:42,182 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2019-01-11 20:50:42,182 [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 2019-01-11 20:50:42,183 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2019-01-11 20:50:42,183 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrator'] 2019-01-11 20:50:42,183 [WARNING] [root] section ReadPermission not found in configfile 2019-01-11 20:50:42,184 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2019-01-11 20:50:42,184 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrator'] 2019-01-11 20:50:42,184 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['door'] 2019-01-11 20:50:42,184 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section Group (default: []) returns ['door'] 2019-01-11 20:50:42,185 [TRACE] [doorpi.conf.config_object] get_sections returns ['Group', 'keyboards', 'AdminNumbers', 'prodsystem_keyboard', 'SIP-Phone', 'WritePermission', 'AREA_installer', 'EVENT_OnStartup', 'User', 'prodsystem_InputPins', 'DoorPiWeb', 'DoorPi', 'EVENT_OnKeyPressed_prodsystem.23'] 2019-01-11 20:50:42,185 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section WritePermission (default: []) returns ['installer'] 2019-01-11 20:50:42,186 [ERROR] [doorpi.status.webserver] no ReadPermission found 2019-01-11 20:50:42,186 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2019-01-11 20:50:42,186 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2019-01-11 20:50:42,187 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2019-01-11 20:50:42,188 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,188 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2019-01-11 20:50:42,188 [DEBUG] [doorpi.action.handler] [0LP6HD] fire for event OnWebServerStart this actions [] 2019-01-11 20:50:42,189 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,189 [TRACE] [doorpi.action.handler] [0LP6HD] try to fire action WebServerStartupAction with args () and kwargs {} 2019-01-11 20:50:42,189 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,190 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2019-01-11 20:50:42,190 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,190 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,191 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,191 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,191 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,191 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,192 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,192 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,192 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,192 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,192 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,193 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,193 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2019-01-11 20:50:42,193 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['dummy', 'prodsystem'] 2019-01-11 20:50:42,194 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: dummy, prodsystem) 2019-01-11 20:50:42,194 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'dummy' to handler 2019-01-11 20:50:42,194 [TRACE] [doorpi.conf.config_object] get_string for key dummy in section keyboards (default: dummy) returns dummy 2019-01-11 20:50:42,194 [WARNING] [root] section dummy_InputPins not found in configfile 2019-01-11 20:50:42,195 [TRACE] [doorpi.conf.config_object] get_keys for section dummy_InputPins returns [] 2019-01-11 20:50:42,195 [WARNING] [root] section dummy_OutputPins not found in configfile 2019-01-11 20:50:42,195 [TRACE] [doorpi.conf.config_object] get_keys for section dummy_OutputPins returns [] 2019-01-11 20:50:42,195 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section dummy_keyboard (default: 2000) returns 2000.0 2019-01-11 20:50:42,196 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section dummy_keyboard (default: 0) returns 0 2019-01-11 20:50:42,196 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section dummy_keyboard (default: True) returns True 2019-01-11 20:50:42,197 [DEBUG] [doorpi.keyboard.from_dummy] doorpi.keyboard.from_dummy loaded 2019-01-11 20:50:42,197 [DEBUG] [doorpi.keyboard.from_dummy] __init__(input_pins = [], output_pins = [], bouncetime = 2000.0, polarity = 0) 2019-01-11 20:50:42,198 [WARNING] [root] section dummy_InputPins not found in configfile 2019-01-11 20:50:42,198 [TRACE] [doorpi.conf.config_object] get_keys for section dummy_InputPins returns [] 2019-01-11 20:50:42,198 [WARNING] [root] section dummy_OutputPins not found in configfile 2019-01-11 20:50:42,198 [TRACE] [doorpi.conf.config_object] get_keys for section dummy_OutputPins returns [] 2019-01-11 20:50:42,199 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2019-01-11 20:50:42,199 [WARNING] [root] section dummy_OutputPins not found in configfile 2019-01-11 20:50:42,199 [TRACE] [doorpi.conf.config_object] get_keys for section dummy_OutputPins returns [] 2019-01-11 20:50:42,199 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'prodsystem' to handler 2019-01-11 20:50:42,200 [TRACE] [doorpi.conf.config_object] get_string for key prodsystem in section keyboards (default: dummy) returns gpio 2019-01-11 20:50:42,200 [TRACE] [doorpi.conf.config_object] get_keys for section prodsystem_InputPins returns ['23'] 2019-01-11 20:50:42,200 [WARNING] [root] section prodsystem_OutputPins not found in configfile 2019-01-11 20:50:42,201 [TRACE] [doorpi.conf.config_object] get_keys for section prodsystem_OutputPins returns [] 2019-01-11 20:50:42,201 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section prodsystem_keyboard (default: 2000) returns 500.0 2019-01-11 20:50:42,201 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section prodsystem_keyboard (default: 0) returns 1 2019-01-11 20:50:42,201 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section prodsystem_keyboard (default: True) returns True 2019-01-11 20:50:42,202 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2019-01-11 20:50:42,204 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['23'], output_pins = [], bouncetime = 500.0, polarity = 1) 2019-01-11 20:50:42,205 [TRACE] [doorpi.conf.config_object] get_string for key mode in section prodsystem_keyboard (default: BOARD) returns BCM 2019-01-11 20:50:42,205 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section prodsystem_keyboard (default: PUD_OFF) returns PUD_DOWN 2019-01-11 20:50:42,207 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2019-01-11 20:50:42,207 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2019-01-11 20:50:42,208 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2019-01-11 20:50:42,208 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_23 from doorpi.keyboard.from_gpio 2019-01-11 20:50:42,208 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_23 and registered source doorpi.keyboard.from_gpio 2019-01-11 20:50:42,208 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_prodsystem.23 from doorpi.keyboard.from_gpio 2019-01-11 20:50:42,209 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_prodsystem.23 and registered source doorpi.keyboard.from_gpio 2019-01-11 20:50:42,209 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2019-01-11 20:50:42,209 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2019-01-11 20:50:42,210 [TRACE] [doorpi.action.handler] register Event OnKeyUp_23 from doorpi.keyboard.from_gpio 2019-01-11 20:50:42,210 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_23 and registered source doorpi.keyboard.from_gpio 2019-01-11 20:50:42,210 [TRACE] [doorpi.action.handler] register Event OnKeyUp_prodsystem.23 from doorpi.keyboard.from_gpio 2019-01-11 20:50:42,210 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_prodsystem.23 and registered source doorpi.keyboard.from_gpio 2019-01-11 20:50:42,211 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2019-01-11 20:50:42,211 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2019-01-11 20:50:42,211 [TRACE] [doorpi.action.handler] register Event OnKeyDown_23 from doorpi.keyboard.from_gpio 2019-01-11 20:50:42,212 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_23 and registered source doorpi.keyboard.from_gpio 2019-01-11 20:50:42,212 [TRACE] [doorpi.action.handler] register Event OnKeyDown_prodsystem.23 from doorpi.keyboard.from_gpio 2019-01-11 20:50:42,212 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_prodsystem.23 and registered source doorpi.keyboard.from_gpio 2019-01-11 20:50:42,213 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2019-01-11 20:50:42,213 [WARNING] [root] section prodsystem_OutputPins not found in configfile 2019-01-11 20:50:42,214 [TRACE] [doorpi.conf.config_object] get_keys for section prodsystem_OutputPins returns [] 2019-01-11 20:50:42,215 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2019-01-11 20:50:42,216 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2019-01-11 20:50:42,217 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2019-01-11 20:50:42,218 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2019-01-11 20:50:42,249 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2019-01-11 20:50:42,251 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2019-01-11 20:50:42,252 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2019-01-11 20:50:42,287 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2019-01-11 20:50:42,291 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2019-01-11 20:50:42,292 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2019-01-11 20:50:42,293 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2019-01-11 20:50:42,294 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2019-01-11 20:50:42,295 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2019-01-11 20:50:42,296 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2019-01-11 20:50:42,298 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2019-01-11 20:50:42,298 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2019-01-11 20:50:42,299 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,299 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2019-01-11 20:50:42,299 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,299 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,300 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,300 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,300 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,300 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,301 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,301 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,301 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,301 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,301 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,302 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,302 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,302 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,302 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,303 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,303 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,303 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,303 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,304 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,304 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,304 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,304 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2019-01-11 20:50:42,305 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2019-01-11 20:50:42,305 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2019-01-11 20:50:42,305 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,305 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2019-01-11 20:50:42,306 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,306 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,306 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,306 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,307 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,307 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,307 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,307 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,308 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,308 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,308 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,308 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,309 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,309 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,309 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,309 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,310 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,310 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,310 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,310 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,311 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,311 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,311 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,311 [WARNING] [root] section DTMF not found in configfile 2019-01-11 20:50:42,312 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2019-01-11 20:50:42,312 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,312 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2019-01-11 20:50:42,312 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,313 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,313 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,313 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,313 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,314 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,314 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,314 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,314 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,315 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,315 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,315 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,315 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,316 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,316 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,316 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,316 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,317 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,317 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:42,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2019-01-11 20:50:42,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x74555638 2019-01-11 20:50:42,319 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:42,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2019-01-11 20:50:42,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x74555638 2019-01-11 20:50:42,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x7447cd20, "(null)", "(null)") 2019-01-11 20:50:42,320 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2019-01-11 20:50:42,320 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2019-01-11 20:50:42,321 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2019-01-11 20:50:42,321 [INFO] [doorpi.sipphone.from_linphone] srtp init 2019-01-11 20:50:42,328 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2019-01-11 20:50:42,377 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2019-01-11 20:50:42,396 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB AUDIO' added 2019-01-11 20:50:42,408 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB AUDIO' added 2019-01-11 20:50:42,409 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2019-01-11 20:50:42,409 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2019-01-11 20:50:42,409 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2019-01-11 20:50:42,410 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2019-01-11 20:50:42,410 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2019-01-11 20:50:42,410 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2019-01-11 20:50:42,411 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2019-01-11 20:50:42,411 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x1d84b20] registered on core [0x1db87b0] 2019-01-11 20:50:42,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1d84b20, 1, "Starting up") 2019-01-11 20:50:42,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-01-11 20:50:42,412 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [global_state_changed] 2019-01-11 20:50:42,412 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2019-01-11 20:50:42,412 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2019-01-11 20:50:42,413 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2019-01-11 20:50:42,413 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2019-01-11 20:50:42,413 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2019-01-11 20:50:42,413 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-01-11 20:50:42,414 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-01-11 20:50:42,414 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-01-11 20:50:42,414 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-01-11 20:50:42,414 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2019-01-11 20:50:42,415 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2019-01-11 20:50:42,415 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2019-01-11 20:50:42,415 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2019-01-11 20:50:42,416 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2019-01-11 20:50:42,416 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2019-01-11 20:50:42,416 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2019-01-11 20:50:42,416 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2019-01-11 20:50:42,417 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2019-01-11 20:50:42,417 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2019-01-11 20:50:42,417 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2019-01-11 20:50:42,417 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2019-01-11 20:50:42,418 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-01-11 20:50:42,418 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-01-11 20:50:42,418 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-11 20:50:42,418 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-11 20:50:42,419 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-11 20:50:42,419 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-11 20:50:42,419 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-11 20:50:42,420 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-11 20:50:42,420 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-11 20:50:42,420 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-11 20:50:42,420 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-11 20:50:42,421 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-11 20:50:42,421 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2019-01-11 20:50:42,421 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2019-01-11 20:50:42,421 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2019-01-11 20:50:42,422 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-01-11 20:50:42,422 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-01-11 20:50:42,422 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-01-11 20:50:42,422 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-01-11 20:50:42,423 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-01-11 20:50:42,423 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-01-11 20:50:42,423 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2019-01-11 20:50:42,424 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2019-01-11 20:50:42,424 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2019-01-11 20:50:42,424 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2019-01-11 20:50:42,424 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2019-01-11 20:50:42,425 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2019-01-11 20:50:42,425 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2019-01-11 20:50:42,425 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2019-01-11 20:50:42,425 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2019-01-11 20:50:42,426 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2019-01-11 20:50:42,426 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2019-01-11 20:50:42,427 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2019-01-11 20:50:42,427 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2019-01-11 20:50:42,427 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2019-01-11 20:50:42,427 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2019-01-11 20:50:42,428 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2019-01-11 20:50:42,428 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2019-01-11 20:50:42,428 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2019-01-11 20:50:42,429 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2019-01-11 20:50:42,429 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2019-01-11 20:50:42,429 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2019-01-11 20:50:42,429 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2019-01-11 20:50:42,430 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2019-01-11 20:50:42,430 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-01-11 20:50:42,430 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2019-01-11 20:50:42,430 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2019-01-11 20:50:42,431 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2019-01-11 20:50:42,431 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2019-01-11 20:50:42,431 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2019-01-11 20:50:42,431 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2019-01-11 20:50:42,432 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2019-01-11 20:50:42,432 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2019-01-11 20:50:42,432 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2019-01-11 20:50:42,433 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2019-01-11 20:50:42,433 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-01-11 20:50:42,433 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-01-11 20:50:42,433 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2019-01-11 20:50:42,434 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2019-01-11 20:50:42,434 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2019-01-11 20:50:42,434 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2019-01-11 20:50:42,434 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-01-11 20:50:42,435 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-01-11 20:50:42,435 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-11 20:50:42,435 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-11 20:50:42,436 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-11 20:50:42,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x1d84b20, 2, "(null)") 2019-01-11 20:50:42,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2019-01-11 20:50:42,436 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [configuring_status] 2019-01-11 20:50:42,437 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2019-01-11 20:50:42,437 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2019-01-11 20:50:42,437 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2019-01-11 20:50:42,438 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2019-01-11 20:50:42,438 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2019-01-11 20:50:42,438 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-01-11 20:50:42,438 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-01-11 20:50:42,439 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2019-01-11 20:50:42,439 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2019-01-11 20:50:42,439 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2019-01-11 20:50:42,439 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2019-01-11 20:50:42,440 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2019-01-11 20:50:42,440 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2019-01-11 20:50:42,440 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2019-01-11 20:50:42,440 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2019-01-11 20:50:42,441 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-01-11 20:50:42,441 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-01-11 20:50:42,441 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2019-01-11 20:50:42,442 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2019-01-11 20:50:42,442 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2019-01-11 20:50:42,442 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-01-11 20:50:42,442 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-11 20:50:42,443 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-01-11 20:50:42,443 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1dbd578] on [sip:0.0.0.0:5060;transport=UDP] 2019-01-11 20:50:42,443 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1db8a78] on [sip:0.0.0.0:5060;transport=TCP] 2019-01-11 20:50:42,444 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1db8c50] on [sip:0.0.0.0:-1;transport=TLS] 2019-01-11 20:50:42,444 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 39361 2019-01-11 20:50:42,444 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-11 20:50:42,445 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-11 20:50:42,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1d84b20, 2, "Ready") 2019-01-11 20:50:42,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-01-11 20:50:42,447 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [global_state_changed] 2019-01-11 20:50:42,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x74555638 2019-01-11 20:50:42,448 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2019-01-11 20:50:42,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x74555638 [0x1d84b20], "DoorPi ") 2019-01-11 20:50:42,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2019-01-11 20:50:42,449 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2019-01-11 20:50:42,450 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2019-01-11 20:50:42,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x74555638 [0x1d84b20], 2) 2019-01-11 20:50:42,451 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-01-11 20:50:42,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2019-01-11 20:50:42,452 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns True 2019-01-11 20:50:42,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x74555638 [0x1d84b20], 0x2d769c [1]) 2019-01-11 20:50:42,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2019-01-11 20:50:42,453 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-01-11 20:50:42,453 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-01-11 20:50:42,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2019-01-11 20:50:42,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x74555650 2019-01-11 20:50:42,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x74555638 [0x1d84b20], 0x74555650 [0x74555658]) 2019-01-11 20:50:42,454 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1dbd578] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2019-01-11 20:50:42,454 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1db8a78] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2019-01-11 20:50:42,455 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1db8c50] on [sip:0.0.0.0:39361;transport=TLS] destroyed 2019-01-11 20:50:42,455 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-01-11 20:50:42,455 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1dd0110] on [sip:0.0.0.0:5060;transport=UDP] 2019-01-11 20:50:42,456 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1dbd608] on [sip:0.0.0.0:5060;transport=TCP] 2019-01-11 20:50:42,456 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1dcf310] on [sip:0.0.0.0:-1;transport=TLS] 2019-01-11 20:50:42,456 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 33215 2019-01-11 20:50:42,457 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-11 20:50:42,457 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-11 20:50:42,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2019-01-11 20:50:42,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x74555650) 2019-01-11 20:50:42,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2019-01-11 20:50:42,458 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2019-01-11 20:50:42,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x74555638 [0x1d84b20], 0x2d7690 [0]) 2019-01-11 20:50:42,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2019-01-11 20:50:42,459 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2019-01-11 20:50:42,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x74555638 [0x1d84b20], "") 2019-01-11 20:50:42,460 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-01-11 20:50:42,460 [INFO] [doorpi.sipphone.from_linphone] 192.168.2.1 2019-01-11 20:50:42,461 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-01-11 20:50:42,461 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-01-11 20:50:42,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2019-01-11 20:50:42,461 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2019-01-11 20:50:42,462 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2019-01-11 20:50:42,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x74555638 [0x1d84b20], 0) 2019-01-11 20:50:42,462 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-01-11 20:50:42,463 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-01-11 20:50:42,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2019-01-11 20:50:42,464 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2019-01-11 20:50:42,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x74555638 [0x1d84b20], 120) 2019-01-11 20:50:42,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2019-01-11 20:50:42,465 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2019-01-11 20:50:42,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x74555638 [0x1d84b20], 15) 2019-01-11 20:50:42,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2019-01-11 20:50:42,465 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2019-01-11 20:50:42,466 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2019-01-11 20:50:42,467 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-01-11 20:50:42,468 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2019-01-11 20:50:42,468 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:50:42,468 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2019-01-11 20:50:42,469 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2019-01-11 20:50:42,469 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:50:42,469 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2019-01-11 20:50:42,469 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:50:42,470 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2019-01-11 20:50:42,470 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2019-01-11 20:50:42,470 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2019-01-11 20:50:42,470 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2019-01-11 20:50:42,471 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2019-01-11 20:50:42,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x74555638 [0x1d84b20], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2019-01-11 20:50:42,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2019-01-11 20:50:42,472 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:50:42,473 [DEBUG] [doorpi.conf.config_object] create new key records in section SIP-Phone with value '!BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav' 2019-01-11 20:50:42,473 [TRACE] [doorpi.conf.config_object] get_string for key records in section SIP-Phone (default: !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav) returns !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav 2019-01-11 20:50:42,474 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-01-11 20:50:42,474 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:50:42,474 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2019-01-11 20:50:42,474 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:50:42,475 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:50:42,475 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:50:42,475 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:50:42,475 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:50:42,476 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2019-01-11 20:50:42,476 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2019-01-11 20:50:42,476 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2019-01-11 20:50:42,477 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-01-11 20:50:42,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74483620 2019-01-11 20:50:42,478 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:50:42,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x744807a0 2019-01-11 20:50:42,479 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: default device 2019-01-11 20:50:42,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x74555638 [0x1d84b20], "ALSA: default device") 2019-01-11 20:50:42,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2019-01-11 20:50:42,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x74480770 2019-01-11 20:50:42,481 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: default device 2019-01-11 20:50:42,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x74555638 [0x1d84b20], "ALSA: default device") 2019-01-11 20:50:42,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2019-01-11 20:50:42,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74483558 2019-01-11 20:50:42,482 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2019-01-11 20:50:42,482 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2019-01-11 20:50:42,483 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-01-11 20:50:42,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74483558 2019-01-11 20:50:42,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74555638 [0x1d84b20], "ALSA: default device") 2019-01-11 20:50:42,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2d769c 2019-01-11 20:50:42,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74555638 [0x1d84b20], "ALSA: default device") 2019-01-11 20:50:42,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2d769c 2019-01-11 20:50:42,485 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2019-01-11 20:50:42,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74555638 [0x1d84b20], "ALSA: USB AUDIO") 2019-01-11 20:50:42,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2d769c 2019-01-11 20:50:42,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74555638 [0x1d84b20], "ALSA: USB AUDIO") 2019-01-11 20:50:42,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2d769c 2019-01-11 20:50:42,486 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB AUDIO 2019-01-11 20:50:42,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74555638 [0x1d84b20], "ALSA: USB AUDIO") 2019-01-11 20:50:42,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2d769c 2019-01-11 20:50:42,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74555638 [0x1d84b20], "ALSA: USB AUDIO") 2019-01-11 20:50:42,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2d769c 2019-01-11 20:50:42,487 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB AUDIO 2019-01-11 20:50:42,487 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-01-11 20:50:42,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x74480830 2019-01-11 20:50:42,488 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: default device 2019-01-11 20:50:42,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x74480860 2019-01-11 20:50:42,489 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: default device 2019-01-11 20:50:42,489 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2019-01-11 20:50:42,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1d7ce80) 2019-01-11 20:50:42,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb9410 2019-01-11 20:50:42,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb9410 2019-01-11 20:50:42,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb9410 2019-01-11 20:50:42,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1dbd7f8) 2019-01-11 20:50:42,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb9420 2019-01-11 20:50:42,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb9420 2019-01-11 20:50:42,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb9420 2019-01-11 20:50:42,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1dbd860) 2019-01-11 20:50:42,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb9430 2019-01-11 20:50:42,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb9430 2019-01-11 20:50:42,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb9430 2019-01-11 20:50:42,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1dbd8c8) 2019-01-11 20:50:42,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb9440 2019-01-11 20:50:42,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb9440 2019-01-11 20:50:42,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb9440 2019-01-11 20:50:42,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1dbd920) 2019-01-11 20:50:42,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb9450 2019-01-11 20:50:42,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb9450 2019-01-11 20:50:42,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb9450 2019-01-11 20:50:42,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1d84800) 2019-01-11 20:50:42,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb9460 2019-01-11 20:50:42,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb9460 2019-01-11 20:50:42,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb9460 2019-01-11 20:50:42,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1d84858) 2019-01-11 20:50:42,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb9470 2019-01-11 20:50:42,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb9470 2019-01-11 20:50:42,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb9470 2019-01-11 20:50:42,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1d848b0) 2019-01-11 20:50:42,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb9480 2019-01-11 20:50:42,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb9480 2019-01-11 20:50:42,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb9480 2019-01-11 20:50:42,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1d84918) 2019-01-11 20:50:42,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb9490 2019-01-11 20:50:42,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb9490 2019-01-11 20:50:42,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb9490 2019-01-11 20:50:42,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1d84970) 2019-01-11 20:50:42,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb94a0 2019-01-11 20:50:42,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb94a0 2019-01-11 20:50:42,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb94a0 2019-01-11 20:50:42,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x744836c0 2019-01-11 20:50:42,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9410 [0x1d7ce80]) 2019-01-11 20:50:42,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744821e0 2019-01-11 20:50:42,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9410 [0x1d7ce80]) 2019-01-11 20:50:42,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744821e0 2019-01-11 20:50:42,507 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2019-01-11 20:50:42,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb9410 [0x1d7ce80], 0x2d7690 [0]) 2019-01-11 20:50:42,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9420 [0x1dbd7f8]) 2019-01-11 20:50:42,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744824e0 2019-01-11 20:50:42,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9420 [0x1dbd7f8]) 2019-01-11 20:50:42,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744824e0 2019-01-11 20:50:42,509 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-01-11 20:50:42,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb9420 [0x1dbd7f8], 0x2d7690 [0]) 2019-01-11 20:50:42,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9430 [0x1dbd860]) 2019-01-11 20:50:42,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744821e0 2019-01-11 20:50:42,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9430 [0x1dbd860]) 2019-01-11 20:50:42,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744821e0 2019-01-11 20:50:42,511 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-01-11 20:50:42,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb9430 [0x1dbd860], 0x2d7690 [0]) 2019-01-11 20:50:42,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9440 [0x1dbd8c8]) 2019-01-11 20:50:42,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744824e0 2019-01-11 20:50:42,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9440 [0x1dbd8c8]) 2019-01-11 20:50:42,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744824e0 2019-01-11 20:50:42,513 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2019-01-11 20:50:42,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb9440 [0x1dbd8c8], 0x2d769c [1]) 2019-01-11 20:50:42,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9450 [0x1dbd920]) 2019-01-11 20:50:42,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744821e0 2019-01-11 20:50:42,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9450 [0x1dbd920]) 2019-01-11 20:50:42,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744821e0 2019-01-11 20:50:42,515 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2019-01-11 20:50:42,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb9450 [0x1dbd920], 0x2d769c [1]) 2019-01-11 20:50:42,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9460 [0x1d84800]) 2019-01-11 20:50:42,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74555650 2019-01-11 20:50:42,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9460 [0x1d84800]) 2019-01-11 20:50:42,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74555650 2019-01-11 20:50:42,517 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2019-01-11 20:50:42,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb9460 [0x1d84800], 0x2d7690 [0]) 2019-01-11 20:50:42,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9470 [0x1d84858]) 2019-01-11 20:50:42,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744821e0 2019-01-11 20:50:42,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9470 [0x1d84858]) 2019-01-11 20:50:42,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744821e0 2019-01-11 20:50:42,519 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2019-01-11 20:50:42,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb9470 [0x1d84858], 0x2d7690 [0]) 2019-01-11 20:50:42,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9480 [0x1d848b0]) 2019-01-11 20:50:42,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744824e0 2019-01-11 20:50:42,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9480 [0x1d848b0]) 2019-01-11 20:50:42,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744824e0 2019-01-11 20:50:42,521 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-01-11 20:50:42,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb9480 [0x1d848b0], 0x2d7690 [0]) 2019-01-11 20:50:42,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9490 [0x1d84918]) 2019-01-11 20:50:42,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74555650 2019-01-11 20:50:42,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb9490 [0x1d84918]) 2019-01-11 20:50:42,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74555650 2019-01-11 20:50:42,523 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-01-11 20:50:42,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb9490 [0x1d84918], 0x2d7690 [0]) 2019-01-11 20:50:42,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb94a0 [0x1d84970]) 2019-01-11 20:50:42,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74555650 2019-01-11 20:50:42,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb94a0 [0x1d84970]) 2019-01-11 20:50:42,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74555650 2019-01-11 20:50:42,525 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-01-11 20:50:42,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb94a0 [0x1d84970], 0x2d7690 [0]) 2019-01-11 20:50:42,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74483620 2019-01-11 20:50:42,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74483620 2019-01-11 20:50:42,527 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2019-01-11 20:50:42,527 [DEBUG] [doorpi.sipphone.from_linphone] | name 2019-01-11 20:50:42,527 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-01-11 20:50:42,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74483620 2019-01-11 20:50:42,528 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2019-01-11 20:50:42,528 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2019-01-11 20:50:42,529 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-01-11 20:50:42,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74483620 2019-01-11 20:50:42,529 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns V4L2: /dev/video0 2019-01-11 20:50:42,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74483620 2019-01-11 20:50:42,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x74555638 [0x1d84b20], 0x2d769c [1]) 2019-01-11 20:50:42,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2019-01-11 20:50:42,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x74555638 [0x1d84b20], "V4L2: /dev/video0") 2019-01-11 20:50:42,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2019-01-11 20:50:42,531 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2019-01-11 20:50:42,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x74555638 [0x1d84b20], "vga") 2019-01-11 20:50:42,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2019-01-11 20:50:42,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x74483868 2019-01-11 20:50:42,533 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: V4L2: /dev/video0 2019-01-11 20:50:42,533 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8', 'H261', 'H263', 'H263p'] 2019-01-11 20:50:42,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1d7cde0) 2019-01-11 20:50:42,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-11 20:50:42,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb94b0 2019-01-11 20:50:42,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-11 20:50:42,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb94b0 2019-01-11 20:50:42,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb94b0 2019-01-11 20:50:42,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x744835f8 2019-01-11 20:50:42,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb94b0 [0x1d7cde0]) 2019-01-11 20:50:42,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74555668 2019-01-11 20:50:42,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2d769c 2019-01-11 20:50:42,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb94b0 [0x1d7cde0]) 2019-01-11 20:50:42,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74555668 2019-01-11 20:50:42,537 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2019-01-11 20:50:42,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74555638 [0x1d84b20], 0x76cb94b0 [0x1d7cde0], 0x2d769c [1]) 2019-01-11 20:50:42,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1c238cc 2019-01-11 20:50:42,538 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.2.7 2019-01-11 20:50:42,538 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns 1000 2019-01-11 20:50:42,538 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: 1000) returns ******* 2019-01-11 20:50:42,539 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.2.7) returns 192.168.2.7 2019-01-11 20:50:42,539 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2019-01-11 20:50:42,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x74555638 [0x1d84b20]) 2019-01-11 20:50:42,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x1dd0468) 2019-01-11 20:50:42,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2019-01-11 20:50:42,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76cb94c0 2019-01-11 20:50:42,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2019-01-11 20:50:42,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76cb94c0 2019-01-11 20:50:42,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76cb94c0 2019-01-11 20:50:42,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76cb94c0 2019-01-11 20:50:42,541 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2019-01-11 20:50:42,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2019-01-11 20:50:42,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1dd36d0) 2019-01-11 20:50:42,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:50:42,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb94d0 2019-01-11 20:50:42,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:50:42,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb94d0 2019-01-11 20:50:42,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb94d0 2019-01-11 20:50:42,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76cb94d0 2019-01-11 20:50:42,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76cb94c0 [0x1dd0468], 0x76cb94d0 [0x1dd36d0]) 2019-01-11 20:50:42,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2019-01-11 20:50:42,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76cb94c0 [0x1dd0468], "sip:192.168.2.7") 2019-01-11 20:50:42,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2019-01-11 20:50:42,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76cb94c0 [0x1dd0468], 0x2d769c [1]) 2019-01-11 20:50:42,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2019-01-11 20:50:42,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x74555638 [0x1d84b20], 0x76cb94c0 [0x1dd0468]) 2019-01-11 20:50:42,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x1c238cc 2019-01-11 20:50:42,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x74555638 [0x1d84b20], 0x76cb94c0 [0x1dd0468]) 2019-01-11 20:50:42,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2019-01-11 20:50:42,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x74555638 [0x1d84b20], "1000", "(null)", "xxxxxxxxx", "(null)", "(null)", "192.168.2.7") 2019-01-11 20:50:42,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x1dd61a0) 2019-01-11 20:50:42,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2019-01-11 20:50:42,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76cb94e0 2019-01-11 20:50:42,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2019-01-11 20:50:42,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76cb94e0 2019-01-11 20:50:42,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76cb94e0 2019-01-11 20:50:42,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76cb94e0 2019-01-11 20:50:42,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x74555638 [0x1d84b20], 0x76cb94e0 [0x1dd61a0]) 2019-01-11 20:50:42,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2019-01-11 20:50:42,550 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2019-01-11 20:50:42,551 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup', 'EVENT_OnKeyPressed_prodsystem.23'] 2019-01-11 20:50:42,551 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2019-01-11 20:50:42,551 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2019-01-11 20:50:42,552 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2019-01-11 20:50:42,552 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2019-01-11 20:50:42,552 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2019-01-11 20:50:42,553 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2019-01-11 20:50:42,553 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyPressed_prodsystem.23' in configfile 2019-01-11 20:50:42,553 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_prodsystem.23 returns ['10', '20'] 2019-01-11 20:50:42,554 [INFO] [doorpi.doorpi] registering action '10' for event 'OnKeyPressed_prodsystem.23' 2019-01-11 20:50:42,554 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyPressed_prodsystem.23 (default: ) returns os_execute:/usr/local/etc/DoorPi/scripts/Klingel.sh 2019-01-11 20:50:42,555 [DEBUG] [doorpi.action.SingleActions.os_execute] doorpi.action.SingleActions.os_execute loaded 2019-01-11 20:50:42,556 [TRACE] [doorpi.action.handler] action OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/Klingel.sh'} was added to new evententry OnKeyPressed_prodsystem.23 2019-01-11 20:50:42,556 [INFO] [doorpi.doorpi] registering action '20' for event 'OnKeyPressed_prodsystem.23' 2019-01-11 20:50:42,556 [TRACE] [doorpi.conf.config_object] get_string for key 20 in section EVENT_OnKeyPressed_prodsystem.23 (default: ) returns os_execute:aplay /home/pi/doorbell.wav 2019-01-11 20:50:42,557 [TRACE] [doorpi.action.handler] action OsExecuteAction with args () and kwargs {'command': 'aplay /home/pi/doorbell.wav'} was added to event OnKeyPressed_prodsystem.23 2019-01-11 20:50:42,558 [WARNING] [root] section dummy_InputPins not found in configfile 2019-01-11 20:50:42,558 [TRACE] [doorpi.conf.config_object] get_string for key 23 in section prodsystem_InputPins (default: ) returns glocke 2019-01-11 20:50:42,558 [ERROR] [doorpi.action.base] error while creating SingleAction from config string: glocke Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/doorpi/action/base.py", line 64, in from_string return importlib.import_module('doorpi.action.SingleActions.'+action_name).get( File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named glocke 2019-01-11 20:50:42,559 [ERROR] [doorpi.action.handler] action_object is None 2019-01-11 20:50:42,559 [WARNING] [root] section DTMF not found in configfile 2019-01-11 20:50:42,560 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2019-01-11 20:50:42,560 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2019-01-11 20:50:42,560 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2019-01-11 20:50:42,561 [DEBUG] [doorpi.action.handler] [O5YEZ8] fire for event OnStartup this actions [] 2019-01-11 20:50:42,562 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2019-01-11 20:50:42,562 [TRACE] [doorpi.action.handler] [O5YEZ8] try to fire action SleepAction with args (1.0,) and kwargs {} 2019-01-11 20:50:42,563 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2019-01-11 20:50:43,565 [TRACE] [doorpi.action.handler] [O5YEZ8] finished fire_event for event_name OnStartup 2019-01-11 20:50:43,565 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2019-01-11 20:50:43,567 [INFO] [doorpi.doorpi] DoorPi started successfully 2019-01-11 20:50:43,568 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2019-01-11 20:50:43,568 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2019-01-11 20:50:43,569 [INFO] [doorpi.doorpi] Weburl is http://raspberrypi/ 2019-01-11 20:50:43,570 [ERROR] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() error: Unknown error 1993524080 (1993524080) 2019-01-11 20:50:43,571 [WARNING] [doorpi.sipphone.from_linphone] Stun server resolution failed. 2019-01-11 20:50:43,572 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.2.20 2019-01-11 20:50:43,572 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2019-01-11 20:50:43,573 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-01-11 20:50:43,574 [INFO] [doorpi.sipphone.from_linphone] 192.168.2.1 2019-01-11 20:50:43,575 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-01-11 20:50:43,575 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-01-11 20:50:43,577 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x1dd0468] about to register (LinphoneCore version: 3.9.0) 2019-01-11 20:50:43,584 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2019-01-11 20:50:43,584 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: starting resolution of 192.168.2.7 2019-01-11 20:50:43,585 [INFO] [doorpi.sipphone.from_linphone] channel 0x1de8cf0: state RES_IN_PROGRESS 2019-01-11 20:50:43,586 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1dd2d78] channel state changed to [RES_IN_PROGRESS] 2019-01-11 20:50:43,586 [INFO] [doorpi.sipphone.from_linphone] channel 0x1de8cf0: state RES_DONE 2019-01-11 20:50:43,587 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1dd2d78] channel state changed to [RES_DONE] 2019-01-11 20:50:43,587 [INFO] [doorpi.sipphone.from_linphone] channel 0x1de8cf0: state CONNECTING 2019-01-11 20:50:43,588 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1dd2d78] channel state changed to [CONNECTING] 2019-01-11 20:50:43,588 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.2.7:5060] 2019-01-11 20:50:43,589 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2019-01-11 20:50:43,589 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.2.20:5060 2019-01-11 20:50:43,590 [INFO] [doorpi.sipphone.from_linphone] channel 0x1de8cf0: state READY 2019-01-11 20:50:43,591 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1dd2d78] channel state changed to [READY] 2019-01-11 20:50:43,591 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1dd2d78], from state [INIT] to [TRYING] 2019-01-11 20:50:43,592 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [507] bytes REGISTER sip:192.168.2.7 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.20:5060;branch=z9hG4bK.F72I2py4y;rport From: "DoorPi" ;tag=CiUF5mYtH To: "DoorPi" CSeq: 20 REGISTER Call-ID: alCSqznBiM 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) 2019-01-11 20:50:43,593 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2019-01-11 20:50:43,593 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1dd3078] takes ownership of transaction [0x1dd2d78] 2019-01-11 20:50:43,594 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1dd0468] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2019-01-11 20:50:43,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1d84b20, 0x1dd0468, 1, "Registration in progress") 2019-01-11 20:50:43,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-01-11 20:50:43,595 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [registration_state_changed] 2019-01-11 20:50:43,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x1d84b20, 0x1) 2019-01-11 20:50:43,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2019-01-11 20:50:43,648 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [network_reachable] 2019-01-11 20:50:43,649 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [526] new bytes from [UDP://192.168.2.7:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.2.20:5060;branch=z9hG4bK.F72I2py4y;received=192.168.2.20;rport=5060 From: "DoorPi" ;tag=CiUF5mYtH To: "DoorPi" ;tag=as26dd14fc Call-ID: alCSqznBiM CSeq: 20 REGISTER Server: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE Supported: replaces, timer WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="64a64c7f" Content-Length: 0 2019-01-11 20:50:43,658 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [526] bytes parsed 2019-01-11 20:50:43,659 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: discovered public ip and port are [192.168.2.20:5060] 2019-01-11 20:50:43,660 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-11 20:50:43,661 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1dd2d78], from state [TRYING] to [COMPLETED] 2019-01-11 20:50:43,661 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=1000, realm= 2019-01-11 20:50:43,662 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [1000] realm [asterisk] 2019-01-11 20:50:43,663 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1e42c68], from state [INIT] to [TRYING] 2019-01-11 20:50:43,664 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [667] bytes REGISTER sip:192.168.2.7 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.20:5060;branch=z9hG4bK.R5FIduya1;rport From: "DoorPi" ;tag=CiUF5mYtH To: "DoorPi" CSeq: 21 REGISTER Call-ID: alCSqznBiM 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="asterisk", nonce="64a64c7f", algorithm=MD5, username="1000", uri="sip:192.168.2.7", response="3d339220e0207cbfc9d67535db862209" 2019-01-11 20:50:43,665 [ERROR] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() error: Unknown error 1993524080 (1993524080) 2019-01-11 20:50:43,665 [WARNING] [doorpi.sipphone.from_linphone] Stun server resolution failed. 2019-01-11 20:50:43,716 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [539] new bytes from [UDP://192.168.2.7:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.2.20:5060;branch=z9hG4bK.R5FIduya1;received=192.168.2.20;rport=5060 From: "DoorPi" ;tag=CiUF5mYtH To: "DoorPi" ;tag=as26dd14fc Call-ID: alCSqznBiM CSeq: 21 REGISTER Server: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE Supported: replaces, timer Expires: 3600 Contact: ;expires=3600 Date: Fri, 11 Jan 2019 19:50:43 GMT Content-Length: 0 2019-01-11 20:50:43,727 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [539] bytes parsed 2019-01-11 20:50:43,728 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-11 20:50:43,728 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1e42c68], from state [TRYING] to [COMPLETED] 2019-01-11 20:50:43,729 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1dd3078]: has no contact for request [0x1dd9058]. 2019-01-11 20:50:43,729 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 3240000 ms 2019-01-11 20:50:43,730 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.2.7] 2019-01-11 20:50:43,730 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1dd0468] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2019-01-11 20:50:43,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1d84b20, 0x1dd0468, 2, "Registration successful") 2019-01-11 20:50:43,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-01-11 20:50:43,732 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [registration_state_changed] 2019-01-11 20:50:48,689 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1dd2d78], from state [COMPLETED] to [TERMINATED] 2019-01-11 20:50:48,690 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1dd2d78] terminated 2019-01-11 20:50:48,741 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1e42c68], from state [COMPLETED] to [TERMINATED] 2019-01-11 20:50:48,742 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1e42c68] terminated 2019-01-11 20:50:57,235 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [870] new bytes from [UDP://192.168.2.7:5060]: INVITE sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK5a4f203b Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 102 INVITE User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Date: Fri, 11 Jan 2019 19:50:57 GMT Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE Supported: replaces, timer Content-Type: application/sdp Content-Length: 295 v=0 o=root 1742195008 1742195008 IN IP4 192.168.2.7 s=Asterisk PBX 11.13.1~dfsg-2+deb8u6 c=IN IP4 192.168.2.7 t=0 0 m=audio 12928 RTP/AVP 0 3 8 100 a=rtpmap:0 PCMU/8000 a=rtpmap:3 GSM/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 telephone-event/8000 a=fmtp:100 0-16 a=ptime:20 a=sendrecv 2019-01-11 20:50:57,248 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [575] bytes parsed 2019-01-11 20:50:57,249 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] read [295] bytes of body from [192.168.2.7:5060] 2019-01-11 20:50:57,253 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1de18b0], from state [INIT] to [PROCEEDING] 2019-01-11 20:50:57,254 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [242] bytes SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK5a4f203b From: "Christian" ;tag=as70159403 To: sip:1000@192.168.2.20 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 102 INVITE 2019-01-11 20:50:57,255 [INFO] [doorpi.sipphone.from_linphone] New server dialog [0x1de1828] , local tag [], remote tag [as70159403] 2019-01-11 20:50:57,255 [INFO] [doorpi.sipphone.from_linphone] op [0x1e26400] : set_or_update_dialog() current=[(nil)] new=[0x1de1828] 2019-01-11 20:50:57,256 [INFO] [doorpi.sipphone.from_linphone] new incoming call from ["Christian" ] to [sip:1000@192.168.2.20] 2019-01-11 20:50:57,260 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-01-11 20:50:57,261 [INFO] [doorpi.sipphone.from_linphone] Found payload GSM/8000 fmtp= 2019-01-11 20:50:57,262 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-01-11 20:50:57,262 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-16 2019-01-11 20:50:57,264 [INFO] [doorpi.sipphone.from_linphone] Searching for already_a_call_with_remote_address. 2019-01-11 20:50:57,265 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x1dd8488] initialized (LinphoneCore version: 3.9.0) 2019-01-11 20:50:57,266 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2019-01-11 20:50:57,266 [INFO] [doorpi.sipphone.from_linphone] Call [0x1dd8488]: disabling video in our call params because the remote doesn't want it. 2019-01-11 20:50:57,267 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-01-11 20:50:57,268 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-01-11 20:50:57,268 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-01-11 20:50:57,272 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-01-11 20:50:57,273 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x1dd8488] 2019-01-11 20:50:57,273 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-01-11 20:50:57,274 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-01-11 20:50:57,275 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1dd8488] 2019-01-11 20:50:57,275 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:50:57,276 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:50:57,277 [INFO] [doorpi.sipphone.from_linphone] No match for GSM/8000/1 2019-01-11 20:50:57,278 [INFO] [doorpi.sipphone.from_linphone] Starting local ring... 2019-01-11 20:50:57,279 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-01-11 20:50:57,280 [WARNING] [doorpi.sipphone.from_linphone] MSFilePlayer[0x1e27478]: failed to open ./share/sounds/linphone/rings/oldphone.wav: No such file or directory 2019-01-11 20:50:57,280 [INFO] [doorpi.sipphone.from_linphone] configuring resampler output to rate=[8000], nchannels=[1] 2019-01-11 20:50:57,281 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x1e27478,0-->MSDtmfGen:0x1e2af58,0 2019-01-11 20:50:57,281 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-01-11 20:50:57,282 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker priority set to SCHED_RR and value (99) 2019-01-11 20:50:57,282 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x1e2af58,0-->MSResample:0x1e47698,0 2019-01-11 20:50:57,283 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1e47698,0-->MSAlsaWrite:0x1de7d60,0 2019-01-11 20:50:57,283 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-01-11 20:50:57,284 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallIdle to LinphoneCallIncomingReceived 2019-01-11 20:50:57,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 1, "Incoming call") 2019-01-11 20:50:57,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-01-11 20:50:57,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb94f0 2019-01-11 20:50:57,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-01-11 20:50:57,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb94f0 2019-01-11 20:50:57,287 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (1 - Incoming call) 2019-01-11 20:50:57,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:50:57,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:50:57,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb9520 2019-01-11 20:50:57,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:50:57,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb9520 2019-01-11 20:50:57,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb9520 2019-01-11 20:50:57,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb9520 2019-01-11 20:50:57,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb9520 [0x1e208f8]) 2019-01-11 20:50:57,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448f050 2019-01-11 20:50:57,290 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,291 [TRACE] [doorpi.action.handler] fire Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,293 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,293 [DEBUG] [doorpi.action.handler] no actions for event BeforeCallIncoming - skip fire_event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c238c0 2019-01-11 20:50:57,294 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] is_admin_number (sip:2000@192.168.2.7) 2019-01-11 20:50:57,295 [TRACE] [doorpi.conf.config_object] get_keys for section AdminNumbers returns ['call_timeout', '2000', 'call', '3000'] 2019-01-11 20:50:57,295 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] sip:2000@192.168.2.7 is adminnumber 2000 2019-01-11 20:50:57,295 [TRACE] [doorpi.action.handler] fire Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,296 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-01-11 19:50:57.296426 2019-01-11 20:50:57,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x74555638 [0x1d84b20], 0x2de154 [(nil)]) 2019-01-11 20:50:57,297 [DEBUG] [doorpi.action.handler] no actions for event OnCallIncoming - skip fire_event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x1e44cb8) 2019-01-11 20:50:57,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-01-11 20:50:57,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb9530 2019-01-11 20:50:57,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-01-11 20:50:57,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb9530 2019-01-11 20:50:57,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb9530 2019-01-11 20:50:57,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb9530 2019-01-11 20:50:57,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb9530 [0x1e44cb8], "/usr/local/etc/DoorPi/records/2019-01-11_20-50-57.wav") 2019-01-11 20:50:57,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-01-11 20:50:57,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb9530 [0x1e44cb8], 0x2d769c [1]) 2019-01-11 20:50:57,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-01-11 20:50:57,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_accept_call_with_params(0x74555638 [0x1d84b20], 0x76cb94f0 [0x1dd8488], 0x76cb9530 [0x1e44cb8]) 2019-01-11 20:50:57,302 [INFO] [doorpi.sipphone.from_linphone] stop ringing 2019-01-11 20:50:57,302 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x1e27478,0-->MSDtmfGen:0x1e2af58,0 2019-01-11 20:50:57,302 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x1e2af58,0-->MSResample:0x1e47698,0 2019-01-11 20:50:57,303 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1e47698,0-->MSAlsaWrite:0x1de7d60,0 2019-01-11 20:50:57,311 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker thread exiting 2019-01-11 20:50:57,311 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-01-11 20:50:57,312 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:50:57,312 [INFO] [doorpi.sipphone.from_linphone] configuring prefered card sampling rate to [8000] 2019-01-11 20:50:57,313 [INFO] [doorpi.sipphone.from_linphone] Accepting server transaction [0x1de18b0] on op [0x1e26400] 2019-01-11 20:50:57,313 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:50:57,313 [INFO] [doorpi.sipphone.from_linphone] No match for GSM/8000/1 2019-01-11 20:50:57,314 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [691] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK5a4f203b From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 102 INVITE User-Agent: (belle-sip/1.4.2) Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Contact: ;+sip.instance="" Content-Type: application/sdp Content-Length: 146 v=0 o=1000 3810 2938 IN IP4 192.168.2.20 s=Talk c=IN IP4 192.168.2.20 t=0 0 m=audio 7078 RTP/AVP 0 8 100 a=rtpmap:100 telephone-event/8000 2019-01-11 20:50:57,314 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1de18b0], from state [PROCEEDING] to [ACCEPTED] 2019-01-11 20:50:57,314 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1de18b0]. 2019-01-11 20:50:57,315 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallIncomingReceived to LinphoneCallConnected 2019-01-11 20:50:57,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 6, "Connected") 2019-01-11 20:50:57,315 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2019-01-11 20:50:57,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:50:57,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:50:57,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb9550 2019-01-11 20:50:57,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:50:57,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb9550 2019-01-11 20:50:57,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb9550 2019-01-11 20:50:57,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb9550 2019-01-11 20:50:57,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb9550 [0x1e208f8]) 2019-01-11 20:50:57,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448f290 2019-01-11 20:50:57,318 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,319 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,320 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,321 [DEBUG] [doorpi.action.handler] [IDRSKU] fire for event OnCallStateConnect this actions [, ] 2019-01-11 20:50:57,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,322 [TRACE] [doorpi.action.handler] [IDRSKU] try to fire action > with args () and kwargs {} 2019-01-11 20:50:57,322 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,322 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-11 20:50:57,323 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-01-11 20:50:57,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,325 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:50:57,325 [TRACE] [doorpi.action.handler] [IDRSKU] try to fire action > with args () and kwargs {} 2019-01-11 20:50:57,326 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:50:57,327 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:50:57,327 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-11 20:50:57,327 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x1dd8488] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2019-01-11 20:50:57,328 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2019-01-11_20-50-57.wav 2019-01-11 20:50:57,328 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2019-01-11 20:50:57,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,329 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x1e26970] sending to rtp [192.168.2.7:12928] rtcp [192.168.2.7:12929] 2019-01-11 20:50:57,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2019-01-11 20:50:57,330 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x1e26970] 2019-01-11 20:50:57,330 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-01-11 20:50:57,330 [INFO] [doorpi.sipphone.from_linphone] Setting echo canceller delay with value provided by soundcard: 0 ms 2019-01-11 20:50:57,332 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2019-01-11 20:50:57,332 [TRACE] [doorpi.action.handler] [IDRSKU] finished fire_event for event_name OnCallStateConnect 2019-01-11 20:50:57,332 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:50:57,333 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-01-11 20:50:57,334 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-01-11 20:50:57,335 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-01-11 20:50:57,335 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x1de5de8] using payload's bitrate is 80000 2019-01-11 20:50:57,335 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x1de5de8] 2019-01-11 20:50:57,336 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc: got ptime=20 2019-01-11 20:50:57,336 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-01-11 20:50:57,336 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-01-11 20:50:57,337 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x1de7cb0,0-->MSSpeexEC:0x1de1ef0,1 2019-01-11 20:50:57,337 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-01-11 20:50:57,337 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-01-11 20:50:57,337 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x1de1ef0,1-->MSVolume:0x1e44d78,0 2019-01-11 20:50:57,338 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1e44d78,0-->MSAudioMixer:0x1de8a20,0 2019-01-11 20:50:57,338 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1de8a20,0-->MSUlawEnc:0x1e25688,0 2019-01-11 20:50:57,338 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x1e25688,0-->MSRtpSend:0x1dd3b60,0 2019-01-11 20:50:57,338 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x1dd7300,0-->MSUlawDec:0x1dd20c8,0 2019-01-11 20:50:57,339 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x1dd20c8,0-->MSGenericPLC:0x1e2de18,0 2019-01-11 20:50:57,339 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x1e2de18,0-->MSDtmfGen:0x1dd7918,0 2019-01-11 20:50:57,339 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x1dd7918,0-->MSVolume:0x1dba080,0 2019-01-11 20:50:57,340 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1dba080,0-->MSTee:0x1e44498,0 2019-01-11 20:50:57,340 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1e44498,0-->MSEqualizer:0x1e28bf8,0 2019-01-11 20:50:57,340 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x1e28bf8,0-->MSAudioMixer:0x1de0be0,0 2019-01-11 20:50:57,340 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-01-11 20:50:57,341 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x1dd91a0,0-->MSResample:0x1dd9230,0 2019-01-11 20:50:57,341 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1dd9230,0-->MSAudioMixer:0x1de0be0,1 2019-01-11 20:50:57,341 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1de0be0,0-->MSSpeexEC:0x1de1ef0,0 2019-01-11 20:50:57,341 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x1de1ef0,0-->MSAlsaWrite:0x1de7630,0 2019-01-11 20:50:57,342 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1de4698,1-->MSResample:0x1ddd768,0 2019-01-11 20:50:57,342 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1ddd768,0-->MSOpusEnc:0x1e475c0,0 2019-01-11 20:50:57,342 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x1e475c0,0-->MSMKVRecorder:0x1de45a0,1 2019-01-11 20:50:57,342 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x1e21a60,0-->MSMKVRecorder:0x1de45a0,0 2019-01-11 20:50:57,343 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1de8a20,1-->MSAudioMixer:0x1de4698,0 2019-01-11 20:50:57,343 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1e44498,1-->MSAudioMixer:0x1de4698,1 2019-01-11 20:50:57,343 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1de4698,0-->MSFileRec:0x1dcf968,0 2019-01-11 20:50:57,344 [INFO] [doorpi.sipphone.from_linphone] Initializing speex echo canceler with framesize=64, filterlength=2000, delay_samples=0 2019-01-11 20:50:57,344 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-01-11 20:50:57,345 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2019-01-11 20:50:57,345 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2019-01-11 20:50:57,345 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-01-11 20:50:57,346 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2019-01-11 20:50:57,346 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0,000000 db], [1,000000] linear 2019-01-11 20:50:57,346 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2019-01-11_20-50-57.wav 2019-01-11 20:50:57,347 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2019-01-11 20:50:57,347 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening default at 8000Hz, bits=16, stereo=0 2019-01-11 20:50:57,347 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2019-01-11 20:50:57,348 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x1dd8488] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2019-01-11 20:50:57,348 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x1dd8488] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2019-01-11 20:50:57,348 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x1dd8488] : payload type 100 telephone-event/8000 fmtp= added to frozen list. 2019-01-11 20:50:57,348 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2019-01-11 20:50:57,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 7, "Connected (streams running)") 2019-01-11 20:50:57,349 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Connected (streams running)) 2019-01-11 20:50:57,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:50:57,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:50:57,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb95a0 2019-01-11 20:50:57,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:50:57,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb95a0 2019-01-11 20:50:57,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb95a0 2019-01-11 20:50:57,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb95a0 2019-01-11 20:50:57,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb95a0 [0x1e208f8]) 2019-01-11 20:50:57,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448f5c0 2019-01-11 20:50:57,353 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,353 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,354 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,355 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,356 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,357 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:50:57,359 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 341 instead. 2019-01-11 20:50:57,359 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 341 2019-01-11 20:50:57,360 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2019-01-11 20:50:57,360 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2019-01-11 20:50:57,360 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-01-11 20:50:57,360 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x1e26970] 2019-01-11 20:50:57,361 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:50:57,361 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2019-01-11 20:50:57,361 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1de8a20] is entering bypass mode. 2019-01-11 20:50:57,362 [INFO] [doorpi.sipphone.from_linphone] call answered. 2019-01-11 20:50:57,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_accept_call_with_params -> 0x1c238cc 2019-01-11 20:50:57,362 [TRACE] [doorpi.action.handler] fire Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,364 [DEBUG] [doorpi.action.handler] no actions for event AfterCallIncoming - skip fire_event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:50:57,366 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:50:57,366 [INFO] [doorpi.sipphone.from_linphone] stun packet received but no rtp yet for stream [0x1de5de8], switching rtp destination address 2019-01-11 20:50:57,366 [INFO] [doorpi.sipphone.from_linphone] stun packet received but no rtp yet for stream [0x1de5de8], switching rtp destination address 2019-01-11 20:50:57,367 [INFO] [doorpi.sipphone.from_linphone] stun packet received but no rtp yet for stream [0x1de5de8], switching rtp destination address 2019-01-11 20:50:57,367 [INFO] [doorpi.sipphone.from_linphone] stun packet received but no rtp yet for stream [0x1de5de8], switching rtp destination address 2019-01-11 20:50:57,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,419 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2019-01-11 20:50:57,419 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2019-01-11 20:50:57,420 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2019-01-11 20:50:57,420 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2019-01-11 20:50:57,420 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2019-01-11 20:50:57,421 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening default at 8000Hz, bits=16, stereo=0 2019-01-11 20:50:57,421 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2019-01-11 20:50:57,421 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2019-01-11 20:50:57,421 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2019-01-11 20:50:57,422 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2019-01-11 20:50:57,422 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [391] new bytes from [UDP://192.168.2.7:5060]: ACK sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK2b9e575f Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 102 ACK User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Content-Length: 0 2019-01-11 20:50:57,427 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [391] bytes parsed 2019-01-11 20:50:57,427 [INFO] [doorpi.sipphone.from_linphone] Incoming INVITE has ACK, dialog is happy 2019-01-11 20:50:57,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,480 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2019-01-11 20:50:57,481 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2019-01-11 20:50:57,481 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [821] new bytes from [UDP://192.168.2.7:5060]: INVITE sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK09202a96 Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 103 INVITE User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE Supported: replaces, timer Content-Type: application/sdp Content-Length: 271 v=0 o=root 1742195008 1742195009 IN IP4 192.168.2.4 s=Asterisk PBX 11.13.1~dfsg-2+deb8u6 c=IN IP4 192.168.2.4 t=0 0 m=audio 7256 RTP/AVP 0 8 100 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 telephone-event/8000 a=fmtp:100 0-16 a=ptime:20 a=sendrecv 2019-01-11 20:50:57,488 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2019-01-11 20:50:57,488 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [550] bytes parsed 2019-01-11 20:50:57,488 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] read [271] bytes of body from [192.168.2.7:5060] 2019-01-11 20:50:57,489 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1de5a70], from state [INIT] to [PROCEEDING] 2019-01-11 20:50:57,490 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [256] bytes SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK09202a96 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 103 INVITE 2019-01-11 20:50:57,490 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1de5a70]. 2019-01-11 20:50:57,492 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-01-11 20:50:57,493 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-01-11 20:50:57,493 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-16 2019-01-11 20:50:57,494 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2019-01-11 20:50:57,494 [INFO] [doorpi.sipphone.from_linphone] Call [0x1dd8488]: disabling video in our call params because the remote doesn't want it. 2019-01-11 20:50:57,494 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1dd8488] 2019-01-11 20:50:57,495 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:50:57,495 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:50:57,495 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallStreamsRunning to LinphoneCallUpdatedByRemote 2019-01-11 20:50:57,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 15, "Call updated by remote") 2019-01-11 20:50:57,496 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (15 - Call updated by remote) 2019-01-11 20:50:57,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:50:57,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:50:57,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb9570 2019-01-11 20:50:57,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:50:57,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb9570 2019-01-11 20:50:57,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb9570 2019-01-11 20:50:57,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb9570 2019-01-11 20:50:57,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb9570 [0x1e208f8]) 2019-01-11 20:50:57,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448f6b0 2019-01-11 20:50:57,499 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,501 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:50:57,503 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:50:57,503 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1dd8488] 2019-01-11 20:50:57,503 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:50:57,504 [INFO] [doorpi.sipphone.from_linphone] Accepting server transaction [0x1de5a70] on op [0x1e26400] 2019-01-11 20:50:57,504 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:50:57,505 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [691] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK09202a96 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 103 INVITE User-Agent: (belle-sip/1.4.2) Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Contact: ;+sip.instance="" Content-Type: application/sdp Content-Length: 146 v=0 o=1000 3810 2940 IN IP4 192.168.2.20 s=Talk c=IN IP4 192.168.2.20 t=0 0 m=audio 7078 RTP/AVP 0 8 100 a=rtpmap:100 telephone-event/8000 2019-01-11 20:50:57,505 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1de5a70], from state [PROCEEDING] to [ACCEPTED] 2019-01-11 20:50:57,505 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1de5a70]. 2019-01-11 20:50:57,506 [INFO] [doorpi.sipphone.from_linphone] Other description has changed: NETWORK_CHANGED 2019-01-11 20:50:57,506 [INFO] [doorpi.sipphone.from_linphone] Network parameters have changed, update them. 2019-01-11 20:50:57,506 [INFO] [doorpi.sipphone.from_linphone] Change audio stream destination: RTP=192.168.2.4:7256 RTCP=192.168.2.4:7257 2019-01-11 20:50:57,507 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x1e26970] sending to rtp [192.168.2.4:7256] rtcp [192.168.2.4:7257] 2019-01-11 20:50:57,507 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallUpdatedByRemote to LinphoneCallStreamsRunning 2019-01-11 20:50:57,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 7, "LinphoneCallStreamsRunning") 2019-01-11 20:50:57,507 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - LinphoneCallStreamsRunning) 2019-01-11 20:50:57,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:50:57,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:50:57,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb9590 2019-01-11 20:50:57,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:50:57,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb9590 2019-01-11 20:50:57,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb9590 2019-01-11 20:50:57,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb9590 2019-01-11 20:50:57,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb9590 [0x1e208f8]) 2019-01-11 20:50:57,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448f050 2019-01-11 20:50:57,510 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,511 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,512 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:57,513 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,514 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,515 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:57,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:57,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:50:57,517 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:50:57,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,569 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [391] new bytes from [UDP://192.168.2.7:5060]: ACK sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK02779fc4 Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 103 ACK User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Content-Length: 0 2019-01-11 20:50:57,575 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [391] bytes parsed 2019-01-11 20:50:57,575 [INFO] [doorpi.sipphone.from_linphone] Incoming INVITE has ACK, dialog is happy 2019-01-11 20:50:57,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8948) 2019-01-11 20:50:57,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:50:57,629 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:50:57,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8a00) 2019-01-11 20:50:57,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:50:57,630 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:50:57,630 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1dd8488]: 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 2019-01-11 20:50:57,630 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,988344 video=0,000000 2019-01-11 20:50:57,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:57,995 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2019-01-11 20:50:57,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:57,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:57,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:57,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,050 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2019-01-11 20:50:58,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,104 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [821] new bytes from [UDP://192.168.2.7:5060]: INVITE sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK2f85e784 Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 104 INVITE User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE Supported: replaces, timer Content-Type: application/sdp Content-Length: 271 v=0 o=root 1742195008 1742195010 IN IP4 192.168.2.4 s=Asterisk PBX 11.13.1~dfsg-2+deb8u6 c=IN IP4 192.168.2.4 t=0 0 m=audio 7256 RTP/AVP 0 8 100 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 telephone-event/8000 a=fmtp:100 0-16 a=ptime:20 a=sendrecv 2019-01-11 20:50:58,117 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [550] bytes parsed 2019-01-11 20:50:58,118 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] read [271] bytes of body from [192.168.2.7:5060] 2019-01-11 20:50:58,119 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1ecc1a8], from state [INIT] to [PROCEEDING] 2019-01-11 20:50:58,120 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [256] bytes SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK2f85e784 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 104 INVITE 2019-01-11 20:50:58,121 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1ecc1a8]. 2019-01-11 20:50:58,125 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-01-11 20:50:58,126 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-01-11 20:50:58,127 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-16 2019-01-11 20:50:58,128 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2019-01-11 20:50:58,129 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1dd8488] 2019-01-11 20:50:58,129 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:50:58,130 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:50:58,131 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallStreamsRunning to LinphoneCallUpdatedByRemote 2019-01-11 20:50:58,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 15, "Call updated by remote") 2019-01-11 20:50:58,132 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (15 - Call updated by remote) 2019-01-11 20:50:58,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:50:58,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:50:58,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb95c0 2019-01-11 20:50:58,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:50:58,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb95c0 2019-01-11 20:50:58,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb95c0 2019-01-11 20:50:58,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb95c0 2019-01-11 20:50:58,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb95c0 [0x1e208f8]) 2019-01-11 20:50:58,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448f860 2019-01-11 20:50:58,138 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:58,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:58,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,142 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:58,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:58,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:58,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:50:58,145 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:50:58,146 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1dd8488] 2019-01-11 20:50:58,146 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:50:58,147 [INFO] [doorpi.sipphone.from_linphone] Accepting server transaction [0x1ecc1a8] on op [0x1e26400] 2019-01-11 20:50:58,148 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:50:58,149 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [691] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK2f85e784 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 104 INVITE User-Agent: (belle-sip/1.4.2) Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Contact: ;+sip.instance="" Content-Type: application/sdp Content-Length: 146 v=0 o=1000 3810 2942 IN IP4 192.168.2.20 s=Talk c=IN IP4 192.168.2.20 t=0 0 m=audio 7078 RTP/AVP 0 8 100 a=rtpmap:100 telephone-event/8000 2019-01-11 20:50:58,150 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1ecc1a8], from state [PROCEEDING] to [ACCEPTED] 2019-01-11 20:50:58,150 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1ecc1a8]. 2019-01-11 20:50:58,151 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2019-01-11 20:50:58,152 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallUpdatedByRemote to LinphoneCallStreamsRunning 2019-01-11 20:50:58,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 7, "LinphoneCallStreamsRunning") 2019-01-11 20:50:58,153 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - LinphoneCallStreamsRunning) 2019-01-11 20:50:58,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:50:58,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:50:58,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb95d0 2019-01-11 20:50:58,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:50:58,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb95d0 2019-01-11 20:50:58,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb95d0 2019-01-11 20:50:58,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb95d0 2019-01-11 20:50:58,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb95d0 [0x1e208f8]) 2019-01-11 20:50:58,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448f950 2019-01-11 20:50:58,159 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:58,160 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:58,162 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:50:58,164 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:58,164 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:58,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,167 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:50:58,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:58,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:58,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:50:58,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:50:58,171 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:50:58,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,225 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [391] new bytes from [UDP://192.168.2.7:5060]: ACK sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK66c9a9ed Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 104 ACK User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Content-Length: 0 2019-01-11 20:50:58,231 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [391] bytes parsed 2019-01-11 20:50:58,231 [INFO] [doorpi.sipphone.from_linphone] Incoming INVITE has ACK, dialog is happy 2019-01-11 20:50:58,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,388 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1de0be0] is entering bypass mode. 2019-01-11 20:50:58,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8948) 2019-01-11 20:50:58,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:50:58,597 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:50:58,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8a00) 2019-01-11 20:50:58,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:50:58,598 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:50:58,599 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1dd8488]: RTP audio=[d= 79,4,u= 76,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2019-01-11 20:50:58,599 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=16,074017 video=0,000000 2019-01-11 20:50:58,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:58,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:58,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:58,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:58,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,019 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-2,480152 ms 2019-01-11 20:50:59,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8948) 2019-01-11 20:50:59,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:50:59,612 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x1e26970]. 2019-01-11 20:50:59,613 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:50:59,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8a00) 2019-01-11 20:50:59,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:50:59,614 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:50:59,615 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1dd8488]: RTP audio=[d= 80,0,u= 78,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 2019-01-11 20:50:59,616 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=25,576736 video=0,000000 2019-01-11 20:50:59,616 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x1de5de8], local statistics available: Local current jitter buffer size: 54,8ms 2019-01-11 20:50:59,617 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x1de5de8]: receiving RTCP SR 2019-01-11 20:50:59,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8948) 2019-01-11 20:50:59,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:50:59,618 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:50:59,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8948) 2019-01-11 20:50:59,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:50:59,620 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:50:59,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:50:59,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:50:59,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:50:59,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:50:59,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,587 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [821] new bytes from [UDP://192.168.2.7:5060]: INVITE sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK3d454b4c Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 105 INVITE User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE Supported: replaces, timer Content-Type: application/sdp Content-Length: 271 v=0 o=root 1742195008 1742195011 IN IP4 192.168.2.4 s=Asterisk PBX 11.13.1~dfsg-2+deb8u6 c=IN IP4 192.168.2.4 t=0 0 m=audio 7256 RTP/AVP 0 8 100 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 telephone-event/8000 a=fmtp:100 0-16 a=ptime:20 a=sendrecv 2019-01-11 20:51:00,600 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [550] bytes parsed 2019-01-11 20:51:00,601 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] read [271] bytes of body from [192.168.2.7:5060] 2019-01-11 20:51:00,602 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-3,615699 ms 2019-01-11 20:51:00,603 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1ebbff0], from state [INIT] to [PROCEEDING] 2019-01-11 20:51:00,604 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [256] bytes SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK3d454b4c From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 105 INVITE 2019-01-11 20:51:00,605 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1ebbff0]. 2019-01-11 20:51:00,610 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-01-11 20:51:00,611 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-01-11 20:51:00,611 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-16 2019-01-11 20:51:00,612 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2019-01-11 20:51:00,613 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1dd8488] 2019-01-11 20:51:00,613 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:51:00,614 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:51:00,615 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallStreamsRunning to LinphoneCallUpdatedByRemote 2019-01-11 20:51:00,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 15, "Call updated by remote") 2019-01-11 20:51:00,616 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (15 - Call updated by remote) 2019-01-11 20:51:00,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:51:00,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:51:00,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb9580 2019-01-11 20:51:00,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:51:00,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb9580 2019-01-11 20:51:00,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb9580 2019-01-11 20:51:00,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb9580 2019-01-11 20:51:00,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb9580 [0x1e208f8]) 2019-01-11 20:51:00,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448fa40 2019-01-11 20:51:00,622 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:00,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:00,625 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:00,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:00,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:00,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:51:00,629 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:51:00,630 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1dd8488] 2019-01-11 20:51:00,631 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:51:00,631 [INFO] [doorpi.sipphone.from_linphone] Accepting server transaction [0x1ebbff0] on op [0x1e26400] 2019-01-11 20:51:00,632 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:51:00,633 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [691] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK3d454b4c From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 105 INVITE User-Agent: (belle-sip/1.4.2) Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Contact: ;+sip.instance="" Content-Type: application/sdp Content-Length: 146 v=0 o=1000 3810 2944 IN IP4 192.168.2.20 s=Talk c=IN IP4 192.168.2.20 t=0 0 m=audio 7078 RTP/AVP 0 8 100 a=rtpmap:100 telephone-event/8000 2019-01-11 20:51:00,634 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1ebbff0], from state [PROCEEDING] to [ACCEPTED] 2019-01-11 20:51:00,635 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1ebbff0]. 2019-01-11 20:51:00,635 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2019-01-11 20:51:00,636 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallUpdatedByRemote to LinphoneCallStreamsRunning 2019-01-11 20:51:00,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 7, "LinphoneCallStreamsRunning") 2019-01-11 20:51:00,637 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - LinphoneCallStreamsRunning) 2019-01-11 20:51:00,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:51:00,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:51:00,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb95f0 2019-01-11 20:51:00,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:51:00,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb95f0 2019-01-11 20:51:00,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb95f0 2019-01-11 20:51:00,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb95f0 2019-01-11 20:51:00,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb95f0 [0x1e208f8]) 2019-01-11 20:51:00,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448fa40 2019-01-11 20:51:00,643 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:00,645 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:00,646 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:00,648 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:00,649 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:00,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:00,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:00,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:00,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:51:00,655 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:00,656 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:51:00,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8948) 2019-01-11 20:51:00,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:51:00,659 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:51:00,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8a00) 2019-01-11 20:51:00,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:51:00,660 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:51:00,661 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1dd8488]: RTP audio=[d= 80,0,u= 81,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,4,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2019-01-11 20:51:00,661 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=31,556780 video=0,000000 2019-01-11 20:51:00,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,715 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [391] new bytes from [UDP://192.168.2.7:5060]: ACK sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK142f7ee1 Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 105 ACK User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Content-Length: 0 2019-01-11 20:51:00,720 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [391] bytes parsed 2019-01-11 20:51:00,721 [INFO] [doorpi.sipphone.from_linphone] Incoming INVITE has ACK, dialog is happy 2019-01-11 20:51:00,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:00,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:00,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:00,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:00,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,347 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x1de5de8]: receiving RTCP SR 2019-01-11 20:51:01,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8948) 2019-01-11 20:51:01,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:51:01,348 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:51:01,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,507 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [822] new bytes from [UDP://192.168.2.7:5060]: INVITE sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK7aa178b4 Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 106 INVITE User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE Supported: replaces, timer Content-Type: application/sdp Content-Length: 272 v=0 o=root 1742195008 1742195012 IN IP4 192.168.2.7 s=Asterisk PBX 11.13.1~dfsg-2+deb8u6 c=IN IP4 192.168.2.7 t=0 0 m=audio 12928 RTP/AVP 0 8 100 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 telephone-event/8000 a=fmtp:100 0-16 a=ptime:20 a=sendrecv 2019-01-11 20:51:01,520 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [550] bytes parsed 2019-01-11 20:51:01,521 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] read [272] bytes of body from [192.168.2.7:5060] 2019-01-11 20:51:01,522 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1e2add0], from state [INIT] to [PROCEEDING] 2019-01-11 20:51:01,523 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [256] bytes SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK7aa178b4 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 106 INVITE 2019-01-11 20:51:01,524 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1e2add0]. 2019-01-11 20:51:01,529 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-01-11 20:51:01,529 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-01-11 20:51:01,530 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-16 2019-01-11 20:51:01,531 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2019-01-11 20:51:01,532 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1dd8488] 2019-01-11 20:51:01,532 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:51:01,533 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:51:01,534 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallStreamsRunning to LinphoneCallUpdatedByRemote 2019-01-11 20:51:01,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 15, "Call updated by remote") 2019-01-11 20:51:01,535 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (15 - Call updated by remote) 2019-01-11 20:51:01,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:51:01,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:51:01,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb95b0 2019-01-11 20:51:01,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:51:01,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb95b0 2019-01-11 20:51:01,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb95b0 2019-01-11 20:51:01,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb95b0 2019-01-11 20:51:01,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb95b0 [0x1e208f8]) 2019-01-11 20:51:01,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448f6b0 2019-01-11 20:51:01,541 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:01,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:01,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:01,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:01,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:51:01,547 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:51:01,548 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:01,549 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1dd8488] 2019-01-11 20:51:01,550 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1dd8488] 2019-01-11 20:51:01,551 [INFO] [doorpi.sipphone.from_linphone] Accepting server transaction [0x1e2add0] on op [0x1e26400] 2019-01-11 20:51:01,551 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-01-11 20:51:01,553 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [691] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK7aa178b4 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 106 INVITE User-Agent: (belle-sip/1.4.2) Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Contact: ;+sip.instance="" Content-Type: application/sdp Content-Length: 146 v=0 o=1000 3810 2946 IN IP4 192.168.2.20 s=Talk c=IN IP4 192.168.2.20 t=0 0 m=audio 7078 RTP/AVP 0 8 100 a=rtpmap:100 telephone-event/8000 2019-01-11 20:51:01,553 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x1e2add0], from state [PROCEEDING] to [ACCEPTED] 2019-01-11 20:51:01,554 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1e2add0]. 2019-01-11 20:51:01,555 [INFO] [doorpi.sipphone.from_linphone] Other description has changed: NETWORK_CHANGED 2019-01-11 20:51:01,555 [INFO] [doorpi.sipphone.from_linphone] Network parameters have changed, update them. 2019-01-11 20:51:01,556 [INFO] [doorpi.sipphone.from_linphone] Change audio stream destination: RTP=192.168.2.7:12928 RTCP=192.168.2.7:12929 2019-01-11 20:51:01,556 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x1e26970] sending to rtp [192.168.2.7:12928] rtcp [192.168.2.7:12929] 2019-01-11 20:51:01,557 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallUpdatedByRemote to LinphoneCallStreamsRunning 2019-01-11 20:51:01,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 7, "LinphoneCallStreamsRunning") 2019-01-11 20:51:01,558 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - LinphoneCallStreamsRunning) 2019-01-11 20:51:01,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:51:01,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:51:01,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb95e0 2019-01-11 20:51:01,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:51:01,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb95e0 2019-01-11 20:51:01,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb95e0 2019-01-11 20:51:01,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb95e0 2019-01-11 20:51:01,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb95e0 [0x1e208f8]) 2019-01-11 20:51:01,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448f6b0 2019-01-11 20:51:01,564 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:01,566 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:01,568 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:01,568 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:01,569 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:01,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,572 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:01,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:01,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:01,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238c0 2019-01-11 20:51:01,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:51:01,577 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:51:01,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,631 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [391] new bytes from [UDP://192.168.2.7:5060]: ACK sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK7b37bb5a Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Contact: Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 106 ACK User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 Content-Length: 0 2019-01-11 20:51:01,636 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [391] bytes parsed 2019-01-11 20:51:01,637 [INFO] [doorpi.sipphone.from_linphone] Incoming INVITE has ACK, dialog is happy 2019-01-11 20:51:01,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8948) 2019-01-11 20:51:01,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:51:01,638 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:51:01,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1d84b20, 0x1dd8488, 0x1dd8a00) 2019-01-11 20:51:01,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-11 20:51:01,639 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_stats_updated] 2019-01-11 20:51:01,639 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1dd8488]: RTP audio=[d= 77,6,u= 79,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,4,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2019-01-11 20:51:01,640 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=26,705490 video=0,000000 2019-01-11 20:51:01,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1c23878 2019-01-11 20:51:01,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c23ae4 2019-01-11 20:51:01,692 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: received [426] new bytes from [UDP://192.168.2.7:5060]: BYE sip:1000@192.168.2.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK62c5dc56 Max-Forwards: 70 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 107 BYE User-Agent: Asterisk PBX 11.13.1~dfsg-2+deb8u6 X-Asterisk-HangupCause: Normal Clearing X-Asterisk-HangupCauseCode: 16 Content-Length: 0 2019-01-11 20:51:01,697 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0] [426] bytes parsed 2019-01-11 20:51:01,698 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x1ecabf8], from state [INIT] to [TRYING] 2019-01-11 20:51:01,698 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x1ecabf8], from state [TRYING] to [COMPLETED] 2019-01-11 20:51:01,698 [INFO] [doorpi.sipphone.from_linphone] channel [0x1de8cf0]: message sent to [UDP://192.168.2.7:5060], size: [301] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.2.7:5060;branch=z9hG4bK62c5dc56 From: "Christian" ;tag=as70159403 To: ;tag=oBY07a7 Call-ID: 158a8fd00afe435e43a5e24e13de9db9@192.168.2.7:5060 CSeq: 107 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2019-01-11 20:51:01,699 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828]: now updated by transaction [0x1ecabf8]. 2019-01-11 20:51:01,699 [INFO] [doorpi.sipphone.from_linphone] dialog [0x1de1828] deleted. 2019-01-11 20:51:01,699 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2019-01-11 20:51:01,700 [INFO] [doorpi.sipphone.from_linphone] Writing echo canceler state, 21872 bytes 2019-01-11 20:51:01,700 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-01-11 20:51:01,702 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2019-01-11 20:51:01,702 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-01-11 20:51:01,703 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2019-01-11 20:51:01,703 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-01-11 20:51:01,703 [INFO] [doorpi.sipphone.from_linphone] sent 215 packets 2019-01-11 20:51:01,703 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-01-11 20:51:01,704 [INFO] [doorpi.sipphone.from_linphone] 36980 bytes 2019-01-11 20:51:01,704 [INFO] [doorpi.sipphone.from_linphone] received 202 packets 2019-01-11 20:51:01,704 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-01-11 20:51:01,705 [INFO] [doorpi.sipphone.from_linphone] 34744 bytes 2019-01-11 20:51:01,705 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 34744 bytes 2019-01-11 20:51:01,705 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2019-01-11 20:51:01,705 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 0 packets 2019-01-11 20:51:01,706 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2019-01-11 20:51:01,706 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2019-01-11 20:51:01,706 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-01-11 20:51:01,706 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x1de7cb0,0-->MSSpeexEC:0x1de1ef0,1 2019-01-11 20:51:01,707 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x1de1ef0,1-->MSVolume:0x1e44d78,0 2019-01-11 20:51:01,707 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1e44d78,0-->MSAudioMixer:0x1de8a20,0 2019-01-11 20:51:01,707 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1de8a20,0-->MSUlawEnc:0x1e25688,0 2019-01-11 20:51:01,707 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x1e25688,0-->MSRtpSend:0x1dd3b60,0 2019-01-11 20:51:01,708 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x1dd7300,0-->MSUlawDec:0x1dd20c8,0 2019-01-11 20:51:01,708 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x1dd20c8,0-->MSGenericPLC:0x1e2de18,0 2019-01-11 20:51:01,708 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x1e2de18,0-->MSDtmfGen:0x1dd7918,0 2019-01-11 20:51:01,709 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x1dd7918,0-->MSVolume:0x1dba080,0 2019-01-11 20:51:01,709 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1dba080,0-->MSTee:0x1e44498,0 2019-01-11 20:51:01,709 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1e44498,0-->MSEqualizer:0x1e28bf8,0 2019-01-11 20:51:01,709 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x1e28bf8,0-->MSAudioMixer:0x1de0be0,0 2019-01-11 20:51:01,710 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x1dd91a0,0-->MSResample:0x1dd9230,0 2019-01-11 20:51:01,710 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1dd9230,0-->MSAudioMixer:0x1de0be0,1 2019-01-11 20:51:01,710 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1de0be0,0-->MSSpeexEC:0x1de1ef0,0 2019-01-11 20:51:01,710 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x1de1ef0,0-->MSAlsaWrite:0x1de7630,0 2019-01-11 20:51:01,711 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1de4698,1-->MSResample:0x1ddd768,0 2019-01-11 20:51:01,711 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1ddd768,0-->MSOpusEnc:0x1e475c0,0 2019-01-11 20:51:01,711 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x1e475c0,0-->MSMKVRecorder:0x1de45a0,1 2019-01-11 20:51:01,711 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x1e21a60,0-->MSMKVRecorder:0x1de45a0,0 2019-01-11 20:51:01,712 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1de8a20,1-->MSAudioMixer:0x1de4698,0 2019-01-11 20:51:01,712 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1e44498,1-->MSAudioMixer:0x1de4698,1 2019-01-11 20:51:01,712 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1de4698,0-->MSFileRec:0x1dcf968,0 2019-01-11 20:51:01,713 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2019-01-11 20:51:01,713 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-01-11 20:51:01,713 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-01-11 20:51:01,714 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-01-11 20:51:01,714 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-01-11 20:51:01,714 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 312 1,21052 42,1279 2019-01-11 20:51:01,714 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 434 0,746863 36,123 2019-01-11 20:51:01,715 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 101 0,78333 8,88378 2019-01-11 20:51:01,715 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 435 0,10468 5,07461 2019-01-11 20:51:01,715 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 435 0,0398031 1,92955 2019-01-11 20:51:01,716 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 434 0,0389024 1,88156 2019-01-11 20:51:01,716 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 435 0,0327386 1,58709 2019-01-11 20:51:01,716 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 1305 0,00759469 1,10282 2019-01-11 20:51:01,716 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 101 0,0259661 0,294483 2019-01-11 20:51:01,717 [INFO] [doorpi.sipphone.from_linphone] MSVolume 323 0,00688772 0,248127 2019-01-11 20:51:01,717 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 202 0,00925708 0,208941 2019-01-11 20:51:01,717 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 435 0,00277076 0,13432 2019-01-11 20:51:01,718 [INFO] [doorpi.sipphone.from_linphone] MSTee 222 0,0040227 0,0997414 2019-01-11 20:51:01,718 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 437 0,0014651 0,07135 2019-01-11 20:51:01,718 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 217 0,00288558 0,0699427 2019-01-11 20:51:01,718 [INFO] [doorpi.sipphone.from_linphone] MSResample 434 0,00108437 0,0524471 2019-01-11 20:51:01,719 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 435 0,000909037 0,0440678 2019-01-11 20:51:01,719 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 437 0,000802196 0,0390668 2019-01-11 20:51:01,719 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 222 0,0010993 0,0272568 2019-01-11 20:51:01,719 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-01-11 20:51:01,720 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-01-11 20:51:01,720 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2019-01-11 20:51:01,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x1d84b20, 0x1e46d38) 2019-01-11 20:51:01,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-01-11 20:51:01,722 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-01-11 20:51:01,722 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_log_updated] 2019-01-11 20:51:01,722 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-01-11 20:51:01,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 13, "Call ended") 2019-01-11 20:51:01,723 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2019-01-11 20:51:01,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:51:01,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:51:01,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb9620 2019-01-11 20:51:01,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:51:01,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb9620 2019-01-11 20:51:01,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb9620 2019-01-11 20:51:01,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb9620 2019-01-11 20:51:01,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb9620 [0x1e208f8]) 2019-01-11 20:51:01,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448fd10 2019-01-11 20:51:01,726 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:01,727 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:01,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,728 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:01,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238cc 2019-01-11 20:51:01,729 [DEBUG] [doorpi.action.handler] [CCUZ4X] fire for event OnCallStateDisconnect this actions [, ] 2019-01-11 20:51:01,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,729 [TRACE] [doorpi.action.handler] [CCUZ4X] try to fire action > with args () and kwargs {} 2019-01-11 20:51:01,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238cc 2019-01-11 20:51:01,730 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-11 20:51:01,730 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:01,731 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-01-11 20:51:01,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238cc 2019-01-11 20:51:01,733 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:01,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:51:01,734 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:51:01,735 [TRACE] [doorpi.action.handler] [CCUZ4X] try to fire action > with args () and kwargs {} 2019-01-11 20:51:01,735 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-11 20:51:01,735 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:51:01,736 [TRACE] [doorpi.action.handler] [CCUZ4X] finished fire_event for event_name OnCallStateDisconnect 2019-01-11 20:51:01,785 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1de1828] terminated for op [0x1e26400] 2019-01-11 20:51:01,835 [INFO] [doorpi.sipphone.from_linphone] Call 0x1dd8488: moving from state LinphoneCallEnd to LinphoneCallReleased 2019-01-11 20:51:01,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1d84b20, 0x1dd8488, 18, "Call released") 2019-01-11 20:51:01,836 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2019-01-11 20:51:01,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb94f0 [0x1dd8488]) 2019-01-11 20:51:01,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1e208f8) 2019-01-11 20:51:01,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-11 20:51:01,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb9600 2019-01-11 20:51:01,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-11 20:51:01,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb9600 2019-01-11 20:51:01,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb9600 2019-01-11 20:51:01,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb9600 2019-01-11 20:51:01,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb9600 [0x1e208f8]) 2019-01-11 20:51:01,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448ff20 2019-01-11 20:51:01,839 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-11 20:51:01,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238cc 2019-01-11 20:51:01,841 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:01,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238cc 2019-01-11 20:51:01,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74555638 [0x1d84b20]) 2019-01-11 20:51:01,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1c238cc 2019-01-11 20:51:01,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-11 20:51:01,843 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1d84b20] notifying [call_state_changed] 2019-01-11 20:51:01,843 [INFO] [doorpi.sipphone.from_linphone] op [0x1e26400] : set_or_update_dialog() current=[0x1de1828] new=[(nil)] 2019-01-11 20:51:07,502 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-01-11 20:51:07,504 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_23 from doorpi.keyboard.from_gpio asyncron 2019-01-11 20:51:07,507 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_prodsystem.23 from doorpi.keyboard.from_gpio asyncron 2019-01-11 20:51:07,507 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-01-11 20:51:07,508 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_23 - skip fire_event OnKeyDown_23 from doorpi.keyboard.from_gpio 2019-01-11 20:51:07,509 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-01-11 20:51:07,510 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_prodsystem.23 - skip fire_event OnKeyDown_prodsystem.23 from doorpi.keyboard.from_gpio 2019-01-11 20:51:07,513 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_23 from doorpi.keyboard.from_gpio asyncron 2019-01-11 20:51:07,515 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_prodsystem.23 from doorpi.keyboard.from_gpio asyncron 2019-01-11 20:51:07,517 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_23 - skip fire_event OnKeyPressed_23 from doorpi.keyboard.from_gpio 2019-01-11 20:51:07,517 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-01-11 20:51:07,519 [DEBUG] [doorpi.action.handler] [41DI73] fire for event OnKeyPressed_prodsystem.23 this actions [, ] 2019-01-11 20:51:07,520 [TRACE] [doorpi.action.handler] [41DI73] try to fire action OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/Klingel.sh'} 2019-01-11 20:51:07,521 [TRACE] [doorpi.action.base] run OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/Klingel.sh'} --2019-01-11 20:51:07-- http://192.168.2.7:8765/picture/2/current/ Verbindungsaufbau zu 192.168.2.7:8765 … verbunden. HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK Länge: 404468 (395K) [image/jpeg] Wird in »»/home/pi/Haustürklingel.jpg«« gespeichert. 0K .......... .......... .......... .......... .......... 12% 13,6M 0s 50K .......... .......... .......... .......... .......... 25% 11,3M 0s 100K .......... .......... .......... .......... .......... 37% 11,0M 0s 150K .......... .......... .......... .......... .......... 50% 11,4M 0s 200K .......... .......... .......... .......... .......... 63% 11,0M 0s 250K .......... .......... .......... .......... .......... 75% 11,2M 0s 300K .......... .......... .......... .......... .......... 88% 11,4M 0s 350K .......... .......... .......... .......... .... 100% 11,0M=0,03s 2019-01-11 20:51:07 (11,4 MB/s) - »»/home/pi/Haustürklingel.jpg«« gespeichert [404468/404468] 2019-01-11 20:51:10,601 [TRACE] [doorpi.action.handler] [41DI73] try to fire action OsExecuteAction with args () and kwargs {'command': 'aplay /home/pi/doorbell.wav'} 2019-01-11 20:51:10,602 [TRACE] [doorpi.action.base] run OsExecuteAction with args () and kwargs {'command': 'aplay /home/pi/doorbell.wav'} Wiedergabe: WAVE '/home/pi/doorbell.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, stereo 2019-01-11 20:51:13,219 [TRACE] [doorpi.action.handler] [41DI73] finished fire_event for event_name OnKeyPressed_prodsystem.23 2019-01-11 20:51:14,545 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2019-01-11 20:51:14,546 [DEBUG] [doorpi.doorpi] destroy doorpi 2019-01-11 20:51:14,547 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1995602112)>, <_DummyThread(Dummy-1, started daemon 1973417072)>, ] 2019-01-11 20:51:14,548 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2019-01-11 20:51:14,550 [DEBUG] [doorpi.action.handler] [NCUTTI] fire for event OnShutdown this actions [, , , , ] 2019-01-11 20:51:14,550 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2019-01-11 20:51:14,551 [TRACE] [doorpi.action.handler] [NCUTTI] try to fire action TimeTickDestroyAction with args () and kwargs {} 2019-01-11 20:51:14,552 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2019-01-11 20:51:14,553 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2019-01-11 20:51:14,553 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,554 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2019-01-11 20:51:14,554 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2019-01-11 20:51:14,555 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,555 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2019-01-11 20:51:14,556 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2019-01-11 20:51:14,556 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,557 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2019-01-11 20:51:14,557 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2019-01-11 20:51:14,558 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,558 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2019-01-11 20:51:14,559 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2019-01-11 20:51:14,559 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,560 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2019-01-11 20:51:14,560 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2019-01-11 20:51:14,561 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,561 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2019-01-11 20:51:14,562 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2019-01-11 20:51:14,562 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,563 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2019-01-11 20:51:14,563 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2019-01-11 20:51:14,564 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,564 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2019-01-11 20:51:14,565 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2019-01-11 20:51:14,565 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,566 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2019-01-11 20:51:14,566 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2019-01-11 20:51:14,567 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,567 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2019-01-11 20:51:14,568 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2019-01-11 20:51:14,568 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,569 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2019-01-11 20:51:14,569 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2019-01-11 20:51:14,570 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,570 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2019-01-11 20:51:14,571 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2019-01-11 20:51:14,571 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,572 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2019-01-11 20:51:14,572 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2019-01-11 20:51:14,573 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,573 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2019-01-11 20:51:14,574 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2019-01-11 20:51:14,574 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,575 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2019-01-11 20:51:14,575 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2019-01-11 20:51:14,576 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,576 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2019-01-11 20:51:14,577 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2019-01-11 20:51:14,577 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,578 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2019-01-11 20:51:14,578 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2019-01-11 20:51:14,579 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,579 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2019-01-11 20:51:14,580 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2019-01-11 20:51:14,580 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,581 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2019-01-11 20:51:14,581 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2019-01-11 20:51:14,582 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,582 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2019-01-11 20:51:14,583 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2019-01-11 20:51:14,583 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,584 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2019-01-11 20:51:14,584 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2019-01-11 20:51:14,585 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,585 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2019-01-11 20:51:14,586 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2019-01-11 20:51:14,586 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,587 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2019-01-11 20:51:14,587 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2019-01-11 20:51:14,588 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,588 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2019-01-11 20:51:14,588 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2019-01-11 20:51:14,589 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,589 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2019-01-11 20:51:14,590 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2019-01-11 20:51:14,590 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,591 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2019-01-11 20:51:14,591 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2019-01-11 20:51:14,592 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,592 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2019-01-11 20:51:14,593 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2019-01-11 20:51:14,593 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,594 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2019-01-11 20:51:14,594 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2019-01-11 20:51:14,595 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,595 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2019-01-11 20:51:14,596 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2019-01-11 20:51:14,597 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,597 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2019-01-11 20:51:14,598 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2019-01-11 20:51:14,598 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,599 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2019-01-11 20:51:14,599 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2019-01-11 20:51:14,600 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,600 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2019-01-11 20:51:14,601 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2019-01-11 20:51:14,601 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,602 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2019-01-11 20:51:14,602 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2019-01-11 20:51:14,603 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,603 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2019-01-11 20:51:14,604 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2019-01-11 20:51:14,604 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,605 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2019-01-11 20:51:14,605 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2019-01-11 20:51:14,606 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,606 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2019-01-11 20:51:14,607 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2019-01-11 20:51:14,607 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,608 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2019-01-11 20:51:14,608 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2019-01-11 20:51:14,609 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,609 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2019-01-11 20:51:14,610 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2019-01-11 20:51:14,610 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,611 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2019-01-11 20:51:14,611 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2019-01-11 20:51:14,612 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,612 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2019-01-11 20:51:14,613 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2019-01-11 20:51:14,613 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,614 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2019-01-11 20:51:14,614 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2019-01-11 20:51:14,615 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,615 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2019-01-11 20:51:14,616 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2019-01-11 20:51:14,616 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,617 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2019-01-11 20:51:14,617 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2019-01-11 20:51:14,618 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,618 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2019-01-11 20:51:14,619 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2019-01-11 20:51:14,619 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,620 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2019-01-11 20:51:14,620 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2019-01-11 20:51:14,621 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,621 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2019-01-11 20:51:14,622 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2019-01-11 20:51:14,622 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,623 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2019-01-11 20:51:14,623 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2019-01-11 20:51:14,624 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,624 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2019-01-11 20:51:14,625 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2019-01-11 20:51:14,625 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,626 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2019-01-11 20:51:14,626 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2019-01-11 20:51:14,627 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,627 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2019-01-11 20:51:14,628 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2019-01-11 20:51:14,628 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,629 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2019-01-11 20:51:14,629 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2019-01-11 20:51:14,630 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,630 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2019-01-11 20:51:14,631 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2019-01-11 20:51:14,631 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,632 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2019-01-11 20:51:14,632 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2019-01-11 20:51:14,633 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,633 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2019-01-11 20:51:14,634 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2019-01-11 20:51:14,634 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,635 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2019-01-11 20:51:14,635 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2019-01-11 20:51:14,636 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,636 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2019-01-11 20:51:14,637 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2019-01-11 20:51:14,637 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,638 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2019-01-11 20:51:14,638 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2019-01-11 20:51:14,639 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,639 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2019-01-11 20:51:14,640 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2019-01-11 20:51:14,640 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,641 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2019-01-11 20:51:14,641 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2019-01-11 20:51:14,642 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,642 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2019-01-11 20:51:14,643 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2019-01-11 20:51:14,643 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,644 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2019-01-11 20:51:14,644 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2019-01-11 20:51:14,645 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,645 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2019-01-11 20:51:14,646 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2019-01-11 20:51:14,646 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,647 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2019-01-11 20:51:14,647 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2019-01-11 20:51:14,648 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,648 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2019-01-11 20:51:14,649 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2019-01-11 20:51:14,649 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,650 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2019-01-11 20:51:14,650 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2019-01-11 20:51:14,651 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,651 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2019-01-11 20:51:14,652 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2019-01-11 20:51:14,652 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,653 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2019-01-11 20:51:14,653 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2019-01-11 20:51:14,654 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,654 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2019-01-11 20:51:14,655 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2019-01-11 20:51:14,655 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,656 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2019-01-11 20:51:14,656 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2019-01-11 20:51:14,657 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,657 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2019-01-11 20:51:14,658 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2019-01-11 20:51:14,658 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,659 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2019-01-11 20:51:14,659 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2019-01-11 20:51:14,660 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,660 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2019-01-11 20:51:14,661 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2019-01-11 20:51:14,661 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,662 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2019-01-11 20:51:14,662 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2019-01-11 20:51:14,663 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,663 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2019-01-11 20:51:14,663 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2019-01-11 20:51:14,664 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,664 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2019-01-11 20:51:14,665 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2019-01-11 20:51:14,665 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,666 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2019-01-11 20:51:14,666 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2019-01-11 20:51:14,667 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,667 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2019-01-11 20:51:14,668 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2019-01-11 20:51:14,668 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,669 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2019-01-11 20:51:14,669 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2019-01-11 20:51:14,670 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,670 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2019-01-11 20:51:14,671 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2019-01-11 20:51:14,671 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,672 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2019-01-11 20:51:14,672 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2019-01-11 20:51:14,673 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,673 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2019-01-11 20:51:14,674 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2019-01-11 20:51:14,674 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,675 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2019-01-11 20:51:14,675 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2019-01-11 20:51:14,676 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,676 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2019-01-11 20:51:14,677 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2019-01-11 20:51:14,677 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,678 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2019-01-11 20:51:14,678 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2019-01-11 20:51:14,679 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,679 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2019-01-11 20:51:14,680 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2019-01-11 20:51:14,680 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,681 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2019-01-11 20:51:14,681 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2019-01-11 20:51:14,682 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,682 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2019-01-11 20:51:14,683 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2019-01-11 20:51:14,683 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,684 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2019-01-11 20:51:14,684 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2019-01-11 20:51:14,685 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,685 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2019-01-11 20:51:14,686 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2019-01-11 20:51:14,686 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,687 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2019-01-11 20:51:14,687 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2019-01-11 20:51:14,688 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,688 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2019-01-11 20:51:14,689 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2019-01-11 20:51:14,689 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,690 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2019-01-11 20:51:14,690 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2019-01-11 20:51:14,691 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,691 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2019-01-11 20:51:14,692 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2019-01-11 20:51:14,692 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,693 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2019-01-11 20:51:14,693 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2019-01-11 20:51:14,694 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,694 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2019-01-11 20:51:14,695 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2019-01-11 20:51:14,695 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,696 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2019-01-11 20:51:14,696 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2019-01-11 20:51:14,697 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,697 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2019-01-11 20:51:14,698 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2019-01-11 20:51:14,698 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,698 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2019-01-11 20:51:14,698 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2019-01-11 20:51:14,699 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,699 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2019-01-11 20:51:14,699 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2019-01-11 20:51:14,699 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,700 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2019-01-11 20:51:14,700 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2019-01-11 20:51:14,700 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,700 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2019-01-11 20:51:14,701 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2019-01-11 20:51:14,701 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,701 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2019-01-11 20:51:14,701 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2019-01-11 20:51:14,702 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,702 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2019-01-11 20:51:14,702 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2019-01-11 20:51:14,702 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,702 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2019-01-11 20:51:14,703 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2019-01-11 20:51:14,703 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2019-01-11 20:51:14,703 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2019-01-11 20:51:14,703 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2019-01-11 20:51:14,704 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2019-01-11 20:51:14,704 [TRACE] [doorpi.action.handler] [NCUTTI] try to fire action WebServerShutdownAction with args () and kwargs {} 2019-01-11 20:51:14,705 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2019-01-11 20:51:14,705 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2019-01-11 20:51:14,706 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2019-01-11 20:51:14,706 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-01-11 20:51:14,706 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2019-01-11 20:51:14,707 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2019-01-11 20:51:14,707 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2019-01-11 20:51:14,708 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-01-11 20:51:14,708 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2019-01-11 20:51:14,708 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2019-01-11 20:51:14,708 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-01-11 20:51:14,709 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2019-01-11 20:51:14,709 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2019-01-11 20:51:14,709 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-01-11 20:51:14,709 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2019-01-11 20:51:14,710 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2019-01-11 20:51:14,710 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-01-11 20:51:14,710 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2019-01-11 20:51:14,710 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2019-01-11 20:51:14,711 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-01-11 20:51:14,711 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2019-01-11 20:51:14,711 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2019-01-11 20:51:14,711 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-01-11 20:51:14,712 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2019-01-11 20:51:14,712 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2019-01-11 20:51:14,712 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-01-11 20:51:14,712 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2019-01-11 20:51:14,713 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2019-01-11 20:51:14,713 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2019-01-11 20:51:14,720 [TRACE] [doorpi.action.handler] [0LP6HD] finished fire_event for event_name OnWebServerStart 2019-01-11 20:51:14,721 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2019-01-11 20:51:14,721 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2019-01-11 20:51:14,722 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2019-01-11 20:51:14,722 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2019-01-11 20:51:14,722 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2019-01-11 20:51:14,723 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2019-01-11 20:51:14,723 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2019-01-11 20:51:14,723 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2019-01-11 20:51:14,724 [TRACE] [doorpi.action.handler] [NCUTTI] try to fire action KeyboardDestroyAction with args () and kwargs {} 2019-01-11 20:51:14,724 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2019-01-11 20:51:14,724 [DEBUG] [doorpi.keyboard.from_dummy] destroy 2019-01-11 20:51:14,725 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_dummy and force_unregister is True 2019-01-11 20:51:14,725 [TRACE] [doorpi.action.handler] [NCUTTI] try to fire action KeyboardDestroyAction with args () and kwargs {} 2019-01-11 20:51:14,725 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2019-01-11 20:51:14,726 [DEBUG] [doorpi.keyboard.from_gpio] destroy 2019-01-11 20:51:14,726 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_gpio and force_unregister is True 2019-01-11 20:51:14,727 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_23 from doorpi.keyboard.from_gpio 2019-01-11 20:51:14,727 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_23 - remove event too 2019-01-11 20:51:14,728 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_23 2019-01-11 20:51:14,728 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_23 from doorpi.keyboard.from_gpio 2019-01-11 20:51:14,728 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_23 - remove event too 2019-01-11 20:51:14,729 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_23 2019-01-11 20:51:14,729 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_gpio 2019-01-11 20:51:14,729 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2019-01-11 20:51:14,730 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed 2019-01-11 20:51:14,730 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_gpio 2019-01-11 20:51:14,730 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2019-01-11 20:51:14,731 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp 2019-01-11 20:51:14,731 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_prodsystem.23 from doorpi.keyboard.from_gpio 2019-01-11 20:51:14,731 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_prodsystem.23 - remove event too 2019-01-11 20:51:14,732 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_prodsystem.23 2019-01-11 20:51:14,732 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_gpio 2019-01-11 20:51:14,732 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2019-01-11 20:51:14,733 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown 2019-01-11 20:51:14,733 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_prodsystem.23 from doorpi.keyboard.from_gpio 2019-01-11 20:51:14,733 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_prodsystem.23 - remove event too 2019-01-11 20:51:14,734 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_prodsystem.23 2019-01-11 20:51:14,734 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_23 from doorpi.keyboard.from_gpio 2019-01-11 20:51:14,734 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_23 - remove event too 2019-01-11 20:51:14,735 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_23 2019-01-11 20:51:14,735 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_prodsystem.23 from doorpi.keyboard.from_gpio 2019-01-11 20:51:14,735 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_prodsystem.23 - remove event too 2019-01-11 20:51:14,736 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_prodsystem.23 2019-01-11 20:51:14,736 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed 2019-01-11 20:51:14,737 [TRACE] [doorpi.action.handler] [NCUTTI] try to fire action > with args () and kwargs {} 2019-01-11 20:51:14,737 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-11 20:51:14,737 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2019-01-11 20:51:14,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x74555638 [0x1d84b20]) 2019-01-11 20:51:14,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x1c238cc 2019-01-11 20:51:14,739 [DEBUG] [doorpi.action.handler] [4WRLED] fire for event OnSipPhoneDestroy this actions [, , ] 2019-01-11 20:51:14,740 [TRACE] [doorpi.action.handler] [4WRLED] try to fire action > with args () and kwargs {} 2019-01-11 20:51:14,740 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-11 20:51:14,740 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2019-01-11 20:51:14,741 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2019-01-11 20:51:14,741 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,741 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2019-01-11 20:51:14,742 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2019-01-11 20:51:14,742 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,743 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2019-01-11 20:51:14,743 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2019-01-11 20:51:14,743 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,744 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2019-01-11 20:51:14,744 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2019-01-11 20:51:14,744 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,744 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2019-01-11 20:51:14,745 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2019-01-11 20:51:14,745 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,745 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2019-01-11 20:51:14,746 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2019-01-11 20:51:14,746 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,746 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2019-01-11 20:51:14,747 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2019-01-11 20:51:14,747 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,747 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2019-01-11 20:51:14,748 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2019-01-11 20:51:14,748 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,748 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2019-01-11 20:51:14,748 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2019-01-11 20:51:14,749 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,749 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2019-01-11 20:51:14,749 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2019-01-11 20:51:14,749 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,750 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2019-01-11 20:51:14,750 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2019-01-11 20:51:14,750 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,750 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2019-01-11 20:51:14,751 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2019-01-11 20:51:14,751 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,751 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2019-01-11 20:51:14,751 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2019-01-11 20:51:14,752 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,752 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2019-01-11 20:51:14,752 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2019-01-11 20:51:14,752 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,753 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2019-01-11 20:51:14,753 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2019-01-11 20:51:14,753 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,753 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2019-01-11 20:51:14,754 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2019-01-11 20:51:14,754 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,754 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2019-01-11 20:51:14,754 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2019-01-11 20:51:14,755 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,755 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2019-01-11 20:51:14,755 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2019-01-11 20:51:14,755 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,756 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2019-01-11 20:51:14,756 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2019-01-11 20:51:14,756 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,756 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2019-01-11 20:51:14,757 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2019-01-11 20:51:14,757 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,757 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2019-01-11 20:51:14,757 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2019-01-11 20:51:14,758 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-11 20:51:14,758 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2019-01-11 20:51:14,758 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2019-01-11 20:51:14,758 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2019-01-11 20:51:14,759 [TRACE] [doorpi.action.handler] [4WRLED] try to fire action > with args () and kwargs {} 2019-01-11 20:51:14,759 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-11 20:51:14,760 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-01-11 20:51:14,760 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2019-01-11 20:51:14,761 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:51:14,761 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:51:14,761 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2019-01-11 20:51:14,762 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:51:14,762 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2019-01-11 20:51:14,762 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2019-01-11 20:51:14,763 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-01-11 20:51:14,763 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2019-01-11 20:51:14,763 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2019-01-11 20:51:14,763 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2019-01-11 20:51:14,764 [TRACE] [doorpi.action.handler] [4WRLED] try to fire action > with args () and kwargs {} 2019-01-11 20:51:14,764 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-11 20:51:14,765 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2019-01-11 20:51:14,765 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:51:14,765 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2019-01-11 20:51:14,765 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2019-01-11 20:51:14,766 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:51:14,766 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2019-01-11 20:51:14,766 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2019-01-11 20:51:14,766 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-01-11 20:51:14,767 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2019-01-11 20:51:14,767 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2019-01-11 20:51:14,767 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2019-01-11 20:51:14,768 [TRACE] [doorpi.action.handler] [4WRLED] finished fire_event for event_name OnSipPhoneDestroy 2019-01-11 20:51:14,768 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2019-01-11 20:51:14,768 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,768 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2019-01-11 20:51:14,769 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2019-01-11 20:51:14,769 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,769 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2019-01-11 20:51:14,769 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2019-01-11 20:51:14,770 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,770 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2019-01-11 20:51:14,770 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2019-01-11 20:51:14,770 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,771 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2019-01-11 20:51:14,771 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2019-01-11 20:51:14,771 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,771 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2019-01-11 20:51:14,772 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2019-01-11 20:51:14,772 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,772 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2019-01-11 20:51:14,772 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2019-01-11 20:51:14,773 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,773 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2019-01-11 20:51:14,773 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2019-01-11 20:51:14,773 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,774 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2019-01-11 20:51:14,774 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2019-01-11 20:51:14,774 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,774 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2019-01-11 20:51:14,775 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2019-01-11 20:51:14,775 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,775 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2019-01-11 20:51:14,775 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2019-01-11 20:51:14,776 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,776 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2019-01-11 20:51:14,776 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2019-01-11 20:51:14,776 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-01-11 20:51:14,777 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2019-01-11 20:51:14,777 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2019-01-11 20:51:14,777 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2019-01-11 20:51:14,778 [TRACE] [doorpi.action.handler] [NCUTTI] finished fire_event for event_name OnShutdown 2019-01-11 20:51:14,778 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2019-01-11 20:51:14,779 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2019-01-11 20:51:15,279 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2019-01-11 20:51:15,280 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:15,280 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:15,781 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2019-01-11 20:51:15,782 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:15,783 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:16,284 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2019-01-11 20:51:16,284 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:16,285 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:16,786 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2019-01-11 20:51:16,787 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:16,788 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:17,289 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2019-01-11 20:51:17,289 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:17,290 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:17,791 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2019-01-11 20:51:17,792 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:17,793 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:18,294 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2019-01-11 20:51:18,294 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:18,295 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:18,796 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2019-01-11 20:51:18,797 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:18,798 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:19,299 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2019-01-11 20:51:19,299 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:19,300 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:19,801 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2019-01-11 20:51:19,802 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:19,803 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-01-11 20:51:20,304 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [<_DummyThread(Dummy-1, started daemon 1973417072)>] 2019-01-11 20:51:20,305 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========