2019-07-16 20:48:02,236 [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-07-16 20:48:02,237 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2019-07-16 20:48:02,237 [DEBUG] [doorpi.doorpi] run 2019-07-16 20:48:02,237 [DEBUG] [doorpi.doorpi] prepare 2019-07-16 20:48:02,238 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2019-07-16 20:48:02,240 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2019-07-16 20:48:02,244 [DEBUG] [doorpi.conf.config_object] __init__ 2019-07-16 20:48:02,244 [TRACE] [doorpi.conf.config_object] get_from_config 2019-07-16 20:48:02,247 [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-07-16 20:48:02,247 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2019-07-16 20:48:02,248 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2019-07-16 20:48:02,250 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2019-07-16 20:48:02,250 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2019-07-16 20:48:02,250 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2019-07-16 20:48:02,250 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2019-07-16 20:48:02,251 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2019-07-16 20:48:02,251 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2019-07-16 20:48:02,251 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2019-07-16 20:48:02,251 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2019-07-16 20:48:02,251 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2019-07-16 20:48:02,252 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2019-07-16 20:48:02,252 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2019-07-16 20:48:02,252 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2019-07-16 20:48:02,252 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2019-07-16 20:48:02,253 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2019-07-16 20:48:02,254 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2019-07-16 20:48:02,255 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2019-07-16 20:48:02,255 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2019-07-16 20:48:02,256 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2019-07-16 20:48:02,256 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2019-07-16 20:48:02,258 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2019-07-16 20:48:02,258 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2019-07-16 20:48:02,258 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2019-07-16 20:48:02,259 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2019-07-16 20:48:02,259 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2019-07-16 20:48:02,259 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2019-07-16 20:48:02,259 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2019-07-16 20:48:02,260 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2019-07-16 20:48:02,260 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2019-07-16 20:48:02,261 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2019-07-16 20:48:02,261 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2019-07-16 20:48:02,261 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2019-07-16 20:48:02,262 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2019-07-16 20:48:02,262 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2019-07-16 20:48:02,262 [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-07-16 20:48:02,263 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2019-07-16 20:48:02,263 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrator'] 2019-07-16 20:48:02,263 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns ['administrator'] 2019-07-16 20:48:02,264 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrator'] 2019-07-16 20:48:02,264 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['door'] 2019-07-16 20:48:02,264 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section Group (default: []) returns ['door'] 2019-07-16 20:48:02,264 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_keyboard', 'Group', 'ReadPermission', 'AdminNumbers', 'keyboards', 'SIP-Phone', 'WritePermission', 'AREA_installer', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2019-07-16 20:48:02,265 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section WritePermission (default: []) returns ['installer'] 2019-07-16 20:48:02,265 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section ReadPermission (default: []) returns ['installer'] 2019-07-16 20:48:02,265 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2019-07-16 20:48:02,265 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2019-07-16 20:48:02,266 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2019-07-16 20:48:02,266 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,267 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2019-07-16 20:48:02,267 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,268 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,268 [DEBUG] [doorpi.action.handler] [6ACQD4] fire for event OnWebServerStart this actions [] 2019-07-16 20:48:02,268 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,268 [TRACE] [doorpi.action.handler] [6ACQD4] try to fire action WebServerStartupAction with args () and kwargs {} 2019-07-16 20:48:02,269 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,269 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2019-07-16 20:48:02,269 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,270 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,270 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,270 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,270 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,271 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,271 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,271 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,271 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,271 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,272 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2019-07-16 20:48:02,272 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2019-07-16 20:48:02,272 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2019-07-16 20:48:02,272 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2019-07-16 20:48:02,272 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns gpio 2019-07-16 20:48:02,273 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['11'] 2019-07-16 20:48:02,273 [WARNING] [root] section onboardpins_OutputPins not found in configfile 2019-07-16 20:48:02,273 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns [] 2019-07-16 20:48:02,273 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 300.0 2019-07-16 20:48:02,274 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2019-07-16 20:48:02,274 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2019-07-16 20:48:02,275 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2019-07-16 20:48:02,277 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['11'], output_pins = [], bouncetime = 300.0, polarity = 0) 2019-07-16 20:48:02,277 [TRACE] [doorpi.conf.config_object] get_string for key mode in section onboardpins_keyboard (default: BOARD) returns BOARD 2019-07-16 20:48:02,277 [DEBUG] [doorpi.conf.config_object] create new key pull_up_down in section onboardpins_keyboard with value 'PUD_OFF' 2019-07-16 20:48:02,278 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section onboardpins_keyboard (default: PUD_OFF) returns PUD_OFF 2019-07-16 20:48:02,279 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,279 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2019-07-16 20:48:02,280 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2019-07-16 20:48:02,280 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,281 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_11 and registered source doorpi.keyboard.from_gpio 2019-07-16 20:48:02,281 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,281 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.11 and registered source doorpi.keyboard.from_gpio 2019-07-16 20:48:02,281 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,281 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2019-07-16 20:48:02,282 [TRACE] [doorpi.action.handler] register Event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,282 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_11 and registered source doorpi.keyboard.from_gpio 2019-07-16 20:48:02,282 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,283 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.11 and registered source doorpi.keyboard.from_gpio 2019-07-16 20:48:02,283 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,283 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2019-07-16 20:48:02,283 [TRACE] [doorpi.action.handler] register Event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,284 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_11 and registered source doorpi.keyboard.from_gpio 2019-07-16 20:48:02,284 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,284 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.11 and registered source doorpi.keyboard.from_gpio 2019-07-16 20:48:02,284 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2019-07-16 20:48:02,285 [WARNING] [root] section onboardpins_OutputPins not found in configfile 2019-07-16 20:48:02,285 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns [] 2019-07-16 20:48:02,286 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2019-07-16 20:48:02,287 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2019-07-16 20:48:02,288 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,290 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2019-07-16 20:48:02,291 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2019-07-16 20:48:02,325 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2019-07-16 20:48:02,327 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2019-07-16 20:48:02,327 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,329 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2019-07-16 20:48:02,330 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,333 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,365 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2019-07-16 20:48:02,366 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,369 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2019-07-16 20:48:02,370 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,371 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2019-07-16 20:48:02,372 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2019-07-16 20:48:02,373 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,373 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,374 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2019-07-16 20:48:02,375 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,377 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2019-07-16 20:48:02,378 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,378 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,380 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2019-07-16 20:48:02,382 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2019-07-16 20:48:02,382 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_onboardpins.11 - skip fire_event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,382 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2019-07-16 20:48:02,383 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,383 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2019-07-16 20:48:02,383 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,384 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,384 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,384 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,384 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,385 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,385 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,385 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,385 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,385 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,386 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,386 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,386 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,386 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,386 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,387 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,387 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,387 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,387 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,387 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,388 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,388 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,388 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2019-07-16 20:48:02,388 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2019-07-16 20:48:02,388 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2019-07-16 20:48:02,389 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,389 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2019-07-16 20:48:02,390 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,390 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,390 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,390 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,390 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,391 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,391 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,391 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,391 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,392 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,392 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,392 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,392 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,392 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,393 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,393 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,393 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,393 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,393 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,394 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,394 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,394 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,394 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,394 [WARNING] [root] section DTMF not found in configfile 2019-07-16 20:48:02,395 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2019-07-16 20:48:02,395 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,395 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2019-07-16 20:48:02,395 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,396 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,396 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,396 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,396 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,396 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,397 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,397 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,397 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,397 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,397 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,398 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,398 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,398 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,398 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,398 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,399 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,399 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,399 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:02,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2019-07-16 20:48:02,400 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x733fe590 2019-07-16 20:48:02,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2019-07-16 20:48:02,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x733fe590 2019-07-16 20:48:02,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x733564b0, "(null)", "(null)") 2019-07-16 20:48:02,402 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2019-07-16 20:48:02,402 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2019-07-16 20:48:02,402 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2019-07-16 20:48:02,403 [INFO] [doorpi.sipphone.from_linphone] srtp init 2019-07-16 20:48:02,410 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2019-07-16 20:48:02,434 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2019-07-16 20:48:02,438 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC0D0c' failed (-2) 2019-07-16 20:48:02,439 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2019-07-16 20:48:02,440 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2019-07-16 20:48:02,440 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2019-07-16 20:48:02,441 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2019-07-16 20:48:02,441 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2019-07-16 20:48:02,441 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2019-07-16 20:48:02,441 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2019-07-16 20:48:02,442 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x19fe798] registered on core [0x19fe2d0] 2019-07-16 20:48:02,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x19fe798, 1, "Starting up") 2019-07-16 20:48:02,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-07-16 20:48:02,442 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [global_state_changed] 2019-07-16 20:48:02,443 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2019-07-16 20:48:02,443 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2019-07-16 20:48:02,443 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2019-07-16 20:48:02,443 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2019-07-16 20:48:02,444 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2019-07-16 20:48:02,444 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-07-16 20:48:02,444 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-07-16 20:48:02,444 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-07-16 20:48:02,444 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-07-16 20:48:02,445 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2019-07-16 20:48:02,445 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2019-07-16 20:48:02,445 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2019-07-16 20:48:02,445 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2019-07-16 20:48:02,446 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2019-07-16 20:48:02,446 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2019-07-16 20:48:02,446 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2019-07-16 20:48:02,446 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2019-07-16 20:48:02,447 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2019-07-16 20:48:02,447 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2019-07-16 20:48:02,447 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2019-07-16 20:48:02,447 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2019-07-16 20:48:02,447 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-07-16 20:48:02,448 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-07-16 20:48:02,448 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-07-16 20:48:02,448 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-07-16 20:48:02,448 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-07-16 20:48:02,449 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-07-16 20:48:02,449 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-07-16 20:48:02,449 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-07-16 20:48:02,449 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-07-16 20:48:02,450 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-07-16 20:48:02,450 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-07-16 20:48:02,450 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-07-16 20:48:02,450 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2019-07-16 20:48:02,450 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2019-07-16 20:48:02,451 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2019-07-16 20:48:02,451 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-07-16 20:48:02,451 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-07-16 20:48:02,451 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-07-16 20:48:02,452 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-07-16 20:48:02,452 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-07-16 20:48:02,452 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-07-16 20:48:02,452 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2019-07-16 20:48:02,453 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2019-07-16 20:48:02,453 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2019-07-16 20:48:02,453 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2019-07-16 20:48:02,453 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2019-07-16 20:48:02,453 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2019-07-16 20:48:02,454 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2019-07-16 20:48:02,454 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2019-07-16 20:48:02,454 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2019-07-16 20:48:02,454 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2019-07-16 20:48:02,455 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2019-07-16 20:48:02,455 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2019-07-16 20:48:02,455 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2019-07-16 20:48:02,455 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2019-07-16 20:48:02,456 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2019-07-16 20:48:02,456 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2019-07-16 20:48:02,456 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2019-07-16 20:48:02,456 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2019-07-16 20:48:02,456 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2019-07-16 20:48:02,457 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2019-07-16 20:48:02,457 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2019-07-16 20:48:02,457 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2019-07-16 20:48:02,457 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2019-07-16 20:48:02,458 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-07-16 20:48:02,458 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2019-07-16 20:48:02,458 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2019-07-16 20:48:02,458 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2019-07-16 20:48:02,458 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2019-07-16 20:48:02,459 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2019-07-16 20:48:02,459 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2019-07-16 20:48:02,459 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2019-07-16 20:48:02,460 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2019-07-16 20:48:02,460 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2019-07-16 20:48:02,460 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2019-07-16 20:48:02,460 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-07-16 20:48:02,460 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-07-16 20:48:02,461 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2019-07-16 20:48:02,461 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2019-07-16 20:48:02,461 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2019-07-16 20:48:02,461 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2019-07-16 20:48:02,462 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-07-16 20:48:02,462 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-07-16 20:48:02,462 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-07-16 20:48:02,462 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-07-16 20:48:02,463 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-07-16 20:48:02,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x19fe798, 2, "(null)") 2019-07-16 20:48:02,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2019-07-16 20:48:02,463 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [configuring_status] 2019-07-16 20:48:02,464 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2019-07-16 20:48:02,464 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2019-07-16 20:48:02,464 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2019-07-16 20:48:02,464 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2019-07-16 20:48:02,465 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2019-07-16 20:48:02,465 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-07-16 20:48:02,465 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-07-16 20:48:02,465 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2019-07-16 20:48:02,465 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2019-07-16 20:48:02,466 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2019-07-16 20:48:02,466 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2019-07-16 20:48:02,466 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2019-07-16 20:48:02,466 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2019-07-16 20:48:02,467 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2019-07-16 20:48:02,467 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2019-07-16 20:48:02,467 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-07-16 20:48:02,467 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-07-16 20:48:02,467 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2019-07-16 20:48:02,468 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2019-07-16 20:48:02,468 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2019-07-16 20:48:02,468 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-07-16 20:48:02,468 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-07-16 20:48:02,469 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-07-16 20:48:02,469 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19e20f8] on [sip:0.0.0.0:5060;transport=UDP] 2019-07-16 20:48:02,470 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1a01fb8] on [sip:0.0.0.0:5060;transport=TCP] 2019-07-16 20:48:02,470 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1a02058] on [sip:0.0.0.0:-1;transport=TLS] 2019-07-16 20:48:02,470 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 33321 2019-07-16 20:48:02,471 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-07-16 20:48:02,471 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-07-16 20:48:02,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x19fe798, 2, "Ready") 2019-07-16 20:48:02,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-07-16 20:48:02,474 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [global_state_changed] 2019-07-16 20:48:02,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x733fe590 2019-07-16 20:48:02,474 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2019-07-16 20:48:02,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x733fe590 [0x19fe798], "DoorPi ") 2019-07-16 20:48:02,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2019-07-16 20:48:02,476 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:02,476 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2019-07-16 20:48:02,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x733fe590 [0x19fe798], 2) 2019-07-16 20:48:02,477 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2019-07-16 20:48:02,478 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2019-07-16 20:48:02,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x733fe590 [0x19fe798], 0x2a311c [0]) 2019-07-16 20:48:02,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2019-07-16 20:48:02,479 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-07-16 20:48:02,479 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-07-16 20:48:02,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2019-07-16 20:48:02,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x733fe5a8 2019-07-16 20:48:02,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x733fe590 [0x19fe798], 0x733fe5a8 [0x733fe5b0]) 2019-07-16 20:48:02,480 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x19e20f8] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2019-07-16 20:48:02,480 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1a01fb8] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2019-07-16 20:48:02,481 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1a02058] on [sip:0.0.0.0:33321;transport=TLS] destroyed 2019-07-16 20:48:02,481 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-07-16 20:48:02,481 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19e20f8] on [sip:0.0.0.0:5060;transport=UDP] 2019-07-16 20:48:02,481 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19b4510] on [sip:0.0.0.0:5060;transport=TCP] 2019-07-16 20:48:02,482 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19d9f80] on [sip:0.0.0.0:-1;transport=TLS] 2019-07-16 20:48:02,482 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 44541 2019-07-16 20:48:02,482 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-07-16 20:48:02,483 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-07-16 20:48:02,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2019-07-16 20:48:02,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x733fe5a8) 2019-07-16 20:48:02,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2019-07-16 20:48:02,483 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2019-07-16 20:48:02,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x733fe590 [0x19fe798], 0x2a311c [0]) 2019-07-16 20:48:02,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2019-07-16 20:48:02,484 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2019-07-16 20:48:02,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x733fe590 [0x19fe798], "") 2019-07-16 20:48:02,485 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-07-16 20:48:02,485 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2019-07-16 20:48:02,485 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:feea:a171 2019-07-16 20:48:02,486 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-07-16 20:48:02,486 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-07-16 20:48:02,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2019-07-16 20:48:02,487 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2019-07-16 20:48:02,487 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2019-07-16 20:48:02,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x733fe590 [0x19fe798], 0) 2019-07-16 20:48:02,488 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-07-16 20:48:02,488 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-07-16 20:48:02,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2019-07-16 20:48:02,489 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2019-07-16 20:48:02,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x733fe590 [0x19fe798], 120) 2019-07-16 20:48:02,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2019-07-16 20:48:02,490 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2019-07-16 20:48:02,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x733fe590 [0x19fe798], 15) 2019-07-16 20:48:02,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2019-07-16 20:48:02,491 [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-07-16 20:48:02,492 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2019-07-16 20:48:02,492 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-07-16 20:48:02,493 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2019-07-16 20:48:02,493 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:02,494 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2019-07-16 20:48:02,494 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:02,494 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:02,494 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:02,494 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:02,495 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2019-07-16 20:48:02,495 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2019-07-16 20:48:02,495 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2019-07-16 20:48:02,495 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2019-07-16 20:48:02,496 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:02,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x733fe590 [0x19fe798], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2019-07-16 20:48:02,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2019-07-16 20:48:02,497 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:02,497 [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-07-16 20:48:02,498 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-07-16 20:48:02,498 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-07-16 20:48:02,498 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2019-07-16 20:48:02,499 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2019-07-16 20:48:02,499 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-07-16 20:48:02,499 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2019-07-16 20:48:02,499 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-07-16 20:48:02,500 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2019-07-16 20:48:02,500 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2019-07-16 20:48:02,500 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2019-07-16 20:48:02,500 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2019-07-16 20:48:02,501 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-07-16 20:48:02,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x7335aaa8 2019-07-16 20:48:02,502 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-07-16 20:48:02,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x73355ad0 2019-07-16 20:48:02,503 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: default device 2019-07-16 20:48:02,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x733fe590 [0x19fe798], "ALSA: default device") 2019-07-16 20:48:02,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2019-07-16 20:48:02,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x73355aa0 2019-07-16 20:48:02,504 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: default device 2019-07-16 20:48:02,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x733fe590 [0x19fe798], "ALSA: default device") 2019-07-16 20:48:02,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2019-07-16 20:48:02,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x7335a9e0 2019-07-16 20:48:02,505 [INFO] [doorpi.sipphone.from_linphone] found 2 possible sounddevices: 2019-07-16 20:48:02,506 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2019-07-16 20:48:02,506 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-07-16 20:48:02,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x7335a9e0 2019-07-16 20:48:02,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x733fe590 [0x19fe798], "ALSA: default device") 2019-07-16 20:48:02,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2019-07-16 20:48:02,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x733fe590 [0x19fe798], "ALSA: default device") 2019-07-16 20:48:02,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-07-16 20:48:02,507 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2019-07-16 20:48:02,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x733fe590 [0x19fe798], "ALSA: bcm2835 ALSA") 2019-07-16 20:48:02,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a311c 2019-07-16 20:48:02,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x733fe590 [0x19fe798], "ALSA: bcm2835 ALSA") 2019-07-16 20:48:02,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-07-16 20:48:02,508 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2019-07-16 20:48:02,509 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-07-16 20:48:02,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x73355b90 2019-07-16 20:48:02,509 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: default device 2019-07-16 20:48:02,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x73355b60 2019-07-16 20:48:02,510 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: default device 2019-07-16 20:48:02,510 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2019-07-16 20:48:02,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19fdec8) 2019-07-16 20:48:02,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0410 2019-07-16 20:48:02,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0410 2019-07-16 20:48:02,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0410 2019-07-16 20:48:02,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19fdf38) 2019-07-16 20:48:02,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0420 2019-07-16 20:48:02,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0420 2019-07-16 20:48:02,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0420 2019-07-16 20:48:02,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19ed038) 2019-07-16 20:48:02,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb03f0 2019-07-16 20:48:02,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb03f0 2019-07-16 20:48:02,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb03f0 2019-07-16 20:48:02,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19ed0a0) 2019-07-16 20:48:02,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0400 2019-07-16 20:48:02,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0400 2019-07-16 20:48:02,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0400 2019-07-16 20:48:02,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19ed0f8) 2019-07-16 20:48:02,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0470 2019-07-16 20:48:02,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0470 2019-07-16 20:48:02,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0470 2019-07-16 20:48:02,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19ed150) 2019-07-16 20:48:02,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0480 2019-07-16 20:48:02,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0480 2019-07-16 20:48:02,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0480 2019-07-16 20:48:02,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19ed1a8) 2019-07-16 20:48:02,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0490 2019-07-16 20:48:02,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0490 2019-07-16 20:48:02,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0490 2019-07-16 20:48:02,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19ed200) 2019-07-16 20:48:02,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb04a0 2019-07-16 20:48:02,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb04a0 2019-07-16 20:48:02,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb04a0 2019-07-16 20:48:02,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19ed268) 2019-07-16 20:48:02,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb04b0 2019-07-16 20:48:02,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb04b0 2019-07-16 20:48:02,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb04b0 2019-07-16 20:48:02,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19ed2c0) 2019-07-16 20:48:02,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb04c0 2019-07-16 20:48:02,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb04c0 2019-07-16 20:48:02,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb04c0 2019-07-16 20:48:02,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x7335ab48 2019-07-16 20:48:02,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0410 [0x19fdec8]) 2019-07-16 20:48:02,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353aa0 2019-07-16 20:48:02,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0410 [0x19fdec8]) 2019-07-16 20:48:02,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353aa0 2019-07-16 20:48:02,525 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2019-07-16 20:48:02,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb0410 [0x19fdec8], 0x2a311c [0]) 2019-07-16 20:48:02,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0420 [0x19fdf38]) 2019-07-16 20:48:02,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353d20 2019-07-16 20:48:02,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0420 [0x19fdf38]) 2019-07-16 20:48:02,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353d20 2019-07-16 20:48:02,527 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-07-16 20:48:02,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb0420 [0x19fdf38], 0x2a311c [0]) 2019-07-16 20:48:02,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb03f0 [0x19ed038]) 2019-07-16 20:48:02,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353aa0 2019-07-16 20:48:02,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb03f0 [0x19ed038]) 2019-07-16 20:48:02,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353aa0 2019-07-16 20:48:02,529 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-07-16 20:48:02,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb03f0 [0x19ed038], 0x2a311c [0]) 2019-07-16 20:48:02,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0400 [0x19ed0a0]) 2019-07-16 20:48:02,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353d20 2019-07-16 20:48:02,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0400 [0x19ed0a0]) 2019-07-16 20:48:02,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353d20 2019-07-16 20:48:02,531 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2019-07-16 20:48:02,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb0400 [0x19ed0a0], 0x2a3128 [1]) 2019-07-16 20:48:02,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0470 [0x19ed0f8]) 2019-07-16 20:48:02,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353aa0 2019-07-16 20:48:02,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0470 [0x19ed0f8]) 2019-07-16 20:48:02,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353aa0 2019-07-16 20:48:02,532 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2019-07-16 20:48:02,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb0470 [0x19ed0f8], 0x2a3128 [1]) 2019-07-16 20:48:02,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0480 [0x19ed150]) 2019-07-16 20:48:02,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x733fe5a8 2019-07-16 20:48:02,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0480 [0x19ed150]) 2019-07-16 20:48:02,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x733fe5a8 2019-07-16 20:48:02,534 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2019-07-16 20:48:02,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb0480 [0x19ed150], 0x2a311c [0]) 2019-07-16 20:48:02,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0490 [0x19ed1a8]) 2019-07-16 20:48:02,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353aa0 2019-07-16 20:48:02,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0490 [0x19ed1a8]) 2019-07-16 20:48:02,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353aa0 2019-07-16 20:48:02,536 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2019-07-16 20:48:02,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb0490 [0x19ed1a8], 0x2a311c [0]) 2019-07-16 20:48:02,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04a0 [0x19ed200]) 2019-07-16 20:48:02,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353d20 2019-07-16 20:48:02,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04a0 [0x19ed200]) 2019-07-16 20:48:02,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73353d20 2019-07-16 20:48:02,537 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-07-16 20:48:02,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb04a0 [0x19ed200], 0x2a311c [0]) 2019-07-16 20:48:02,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04b0 [0x19ed268]) 2019-07-16 20:48:02,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x733fe5a8 2019-07-16 20:48:02,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04b0 [0x19ed268]) 2019-07-16 20:48:02,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x733fe5a8 2019-07-16 20:48:02,539 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-07-16 20:48:02,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb04b0 [0x19ed268], 0x2a311c [0]) 2019-07-16 20:48:02,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04c0 [0x19ed2c0]) 2019-07-16 20:48:02,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x733fe5a8 2019-07-16 20:48:02,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04c0 [0x19ed2c0]) 2019-07-16 20:48:02,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x733fe5a8 2019-07-16 20:48:02,541 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-07-16 20:48:02,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb04c0 [0x19ed2c0], 0x2a311c [0]) 2019-07-16 20:48:02,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7335aaa8 2019-07-16 20:48:02,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7335aaa8 2019-07-16 20:48:02,543 [INFO] [doorpi.sipphone.from_linphone] found 1 possible videodevices: 2019-07-16 20:48:02,543 [DEBUG] [doorpi.sipphone.from_linphone] | name 2019-07-16 20:48:02,543 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-07-16 20:48:02,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7335aaa8 2019-07-16 20:48:02,544 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2019-07-16 20:48:02,544 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-07-16 20:48:02,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7335aaa8 2019-07-16 20:48:02,545 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: StaticImage: Static picture) returns StaticImage: Static picture 2019-07-16 20:48:02,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7335aaa8 2019-07-16 20:48:02,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x733fe590 [0x19fe798], 0x2a3128 [1]) 2019-07-16 20:48:02,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2019-07-16 20:48:02,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x733fe590 [0x19fe798], "StaticImage: Static picture") 2019-07-16 20:48:02,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2019-07-16 20:48:02,546 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2019-07-16 20:48:02,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x733fe590 [0x19fe798], "vga") 2019-07-16 20:48:02,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2019-07-16 20:48:02,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x73355c80 2019-07-16 20:48:02,547 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2019-07-16 20:48:02,548 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2019-07-16 20:48:02,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19b3548) 2019-07-16 20:48:02,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-07-16 20:48:02,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb04d0 2019-07-16 20:48:02,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-07-16 20:48:02,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb04d0 2019-07-16 20:48:02,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb04d0 2019-07-16 20:48:02,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x7335aaf8 2019-07-16 20:48:02,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04d0 [0x19b3548]) 2019-07-16 20:48:02,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x733fe5a8 2019-07-16 20:48:02,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2a3128 2019-07-16 20:48:02,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04d0 [0x19b3548]) 2019-07-16 20:48:02,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x733fe5a8 2019-07-16 20:48:02,551 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2019-07-16 20:48:02,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x733fe590 [0x19fe798], 0x76cb04d0 [0x19b3548], 0x2a3128 [1]) 2019-07-16 20:48:02,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x183176c 2019-07-16 20:48:02,552 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2019-07-16 20:48:02,552 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns Tuersprechanlage 2019-07-16 20:48:02,552 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: Tuersprechanlage) returns ******* 2019-07-16 20:48:02,553 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.1) returns fritz.box 2019-07-16 20:48:02,553 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2019-07-16 20:48:02,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x1995460) 2019-07-16 20:48:02,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2019-07-16 20:48:02,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76cb04e0 2019-07-16 20:48:02,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2019-07-16 20:48:02,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76cb04e0 2019-07-16 20:48:02,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76cb04e0 2019-07-16 20:48:02,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76cb04e0 2019-07-16 20:48:02,555 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2019-07-16 20:48:02,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2019-07-16 20:48:02,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1a01fb8) 2019-07-16 20:48:02,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:02,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb04f0 2019-07-16 20:48:02,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:02,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb04f0 2019-07-16 20:48:02,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb04f0 2019-07-16 20:48:02,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76cb04f0 2019-07-16 20:48:02,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76cb04e0 [0x1995460], 0x76cb04f0 [0x1a01fb8]) 2019-07-16 20:48:02,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2019-07-16 20:48:02,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76cb04e0 [0x1995460], "sip:192.168.178.1") 2019-07-16 20:48:02,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2019-07-16 20:48:02,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76cb04e0 [0x1995460], 0x2a3128 [1]) 2019-07-16 20:48:02,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2019-07-16 20:48:02,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x733fe590 [0x19fe798], 0x76cb04e0 [0x1995460]) 2019-07-16 20:48:02,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x183176c 2019-07-16 20:48:02,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x733fe590 [0x19fe798], 0x76cb04e0 [0x1995460]) 2019-07-16 20:48:02,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2019-07-16 20:48:02,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x733fe590 [0x19fe798], "Tuersprechanlage", "(null)", "Trabzon61", "(null)", "(null)", "fritz.box") 2019-07-16 20:48:02,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x19ed450) 2019-07-16 20:48:02,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2019-07-16 20:48:02,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76cb0500 2019-07-16 20:48:02,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2019-07-16 20:48:02,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76cb0500 2019-07-16 20:48:02,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76cb0500 2019-07-16 20:48:02,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76cb0500 2019-07-16 20:48:02,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x733fe590 [0x19fe798], 0x76cb0500 [0x19ed450]) 2019-07-16 20:48:02,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2019-07-16 20:48:02,563 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2019-07-16 20:48:02,564 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup'] 2019-07-16 20:48:02,564 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2019-07-16 20:48:02,564 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2019-07-16 20:48:02,564 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2019-07-16 20:48:02,565 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2019-07-16 20:48:02,565 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2019-07-16 20:48:02,566 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2019-07-16 20:48:02,566 [TRACE] [doorpi.conf.config_object] get_string for key 11 in section onboardpins_InputPins (default: ) returns call:**621 2019-07-16 20:48:02,566 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2019-07-16 20:48:02,567 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**621'} was added to new evententry OnKeyPressed_onboardpins.11 2019-07-16 20:48:02,567 [WARNING] [root] section DTMF not found in configfile 2019-07-16 20:48:02,567 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2019-07-16 20:48:02,567 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2019-07-16 20:48:02,568 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2019-07-16 20:48:02,569 [DEBUG] [doorpi.action.handler] [LNQYH0] fire for event OnStartup this actions [] 2019-07-16 20:48:02,569 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2019-07-16 20:48:02,569 [TRACE] [doorpi.action.handler] [LNQYH0] try to fire action SleepAction with args (1.0,) and kwargs {} 2019-07-16 20:48:02,570 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2019-07-16 20:48:02,598 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,599 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,600 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,601 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,601 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,603 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,907 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,908 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,909 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,910 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,910 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,911 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,912 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,912 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,913 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:02,914 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,915 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:02,916 [DEBUG] [doorpi.action.handler] [1RFO99] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:02,916 [TRACE] [doorpi.action.handler] [1RFO99] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:02,916 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:02,916 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:02,917 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:02,918 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:02,918 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,918 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:02.918539 2019-07-16 20:48:02,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:02,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x72a01cf0) 2019-07-16 20:48:02,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:02,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb0530 2019-07-16 20:48:02,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:02,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb0530 2019-07-16 20:48:02,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb0530 2019-07-16 20:48:02,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb0530 2019-07-16 20:48:02,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb0530 [0x72a01cf0], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-02.wav") 2019-07-16 20:48:02,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:02,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb0530 [0x72a01cf0], 0x2a3128 [1]) 2019-07-16 20:48:02,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:02,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb0530 [0x72a01cf0]) 2019-07-16 20:48:02,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x72a2cb98, 2, "Starting outgoing call") 2019-07-16 20:48:02,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:02,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0540 2019-07-16 20:48:02,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:02,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0540 2019-07-16 20:48:02,927 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:02,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:02,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:02,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:02,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0570 2019-07-16 20:48:02,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:02,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0570 2019-07-16 20:48:02,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0570 2019-07-16 20:48:02,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0570 2019-07-16 20:48:02,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0570 [0x72a03148]) 2019-07-16 20:48:02,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335e3e0 2019-07-16 20:48:02,930 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:02,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:02,931 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,931 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:02,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:02,933 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:02,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x72a2cb98, 3, "Outgoing call in progress") 2019-07-16 20:48:02,937 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:02,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:02,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:02,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:02,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0510 2019-07-16 20:48:02,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:02,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0510 2019-07-16 20:48:02,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0510 2019-07-16 20:48:02,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0510 2019-07-16 20:48:02,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0510 [0x72a03148]) 2019-07-16 20:48:02,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335e2c0 2019-07-16 20:48:02,940 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:02,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:02,942 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:02,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:02,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:02,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:02,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:02,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb0540 2019-07-16 20:48:02,944 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:02,944 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:02,945 [DEBUG] [doorpi.action.handler] [1YXTWD] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:02,946 [TRACE] [doorpi.action.handler] [1YXTWD] try to fire action > with args () and kwargs {} 2019-07-16 20:48:02,946 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:02,947 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:02,947 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:02,947 [TRACE] [doorpi.action.handler] [1RFO99] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:02,949 [TRACE] [doorpi.action.handler] [1YXTWD] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:02,949 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:03,218 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,219 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,220 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,221 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,222 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,222 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,527 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,529 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,530 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,532 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,532 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,533 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,535 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,536 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,538 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,540 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,541 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,542 [DEBUG] [doorpi.action.handler] [E46S28] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:03,542 [TRACE] [doorpi.action.handler] [E46S28] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:03,543 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:03,543 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:03,545 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:03,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,546 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:03,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:03,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:03,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb05b0 2019-07-16 20:48:03,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:03,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb05b0 2019-07-16 20:48:03,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb05b0 2019-07-16 20:48:03,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb05b0 2019-07-16 20:48:03,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb05b0 [0x72a03148]) 2019-07-16 20:48:03,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335e9e0 2019-07-16 20:48:03,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:03,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:03,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0590 2019-07-16 20:48:03,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:03,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0590 2019-07-16 20:48:03,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0590 2019-07-16 20:48:03,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0590 2019-07-16 20:48:03,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0590 [0x72a03148]) 2019-07-16 20:48:03,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335ea70 2019-07-16 20:48:03,557 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.638904 seconds? -> skip 2019-07-16 20:48:03,557 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:03,560 [TRACE] [doorpi.action.handler] [E46S28] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:03,560 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:03,572 [TRACE] [doorpi.action.handler] [LNQYH0] finished fire_event for event_name OnStartup 2019-07-16 20:48:03,572 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2019-07-16 20:48:03,573 [INFO] [doorpi.doorpi] DoorPi started successfully 2019-07-16 20:48:03,574 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2019-07-16 20:48:03,574 [INFO] [doorpi.doorpi] Weburl is http://raspberrypi/ 2019-07-16 20:48:03,575 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:03,576 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x72a2cb98] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:03,577 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2019-07-16 20:48:03,577 [INFO] [doorpi.sipphone.from_linphone] Call 0x72a2cb98: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:03,578 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:03,578 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x72a2cb98] 2019-07-16 20:48:03,579 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:03,579 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:03,580 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:03,580 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:03,581 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x72a2cb98] 2019-07-16 20:48:03,581 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:03,582 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:03,582 [INFO] [doorpi.sipphone.from_linphone] Contact has not been fixed stack will do 2019-07-16 20:48:03,583 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x72a2cb98] 2019-07-16 20:48:03,583 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x72a08128,0-->MSVoidSink:0x72a09f28,0 2019-07-16 20:48:03,583 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:03,584 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:03,584 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x72a01540] 2019-07-16 20:48:03,585 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:03,585 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2019-07-16 20:48:03,586 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: starting resolution of 192.168.178.1 2019-07-16 20:48:03,586 [INFO] [doorpi.sipphone.from_linphone] channel 0x72a15fc8: state RES_IN_PROGRESS 2019-07-16 20:48:03,587 [INFO] [doorpi.sipphone.from_linphone] transaction [0x72a07290] channel state changed to [RES_IN_PROGRESS] 2019-07-16 20:48:03,587 [INFO] [doorpi.sipphone.from_linphone] channel 0x72a15fc8: state RES_DONE 2019-07-16 20:48:03,588 [INFO] [doorpi.sipphone.from_linphone] transaction [0x72a07290] channel state changed to [RES_DONE] 2019-07-16 20:48:03,588 [INFO] [doorpi.sipphone.from_linphone] channel 0x72a15fc8: state CONNECTING 2019-07-16 20:48:03,588 [INFO] [doorpi.sipphone.from_linphone] transaction [0x72a07290] channel state changed to [CONNECTING] 2019-07-16 20:48:03,589 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.1:5060] 2019-07-16 20:48:03,589 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2019-07-16 20:48:03,590 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.178.100:5060 2019-07-16 20:48:03,590 [INFO] [doorpi.sipphone.from_linphone] channel 0x72a15fc8: state READY 2019-07-16 20:48:03,591 [INFO] [doorpi.sipphone.from_linphone] transaction [0x72a07290] channel state changed to [READY] 2019-07-16 20:48:03,591 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72a07290], from state [INIT] to [CALLING] 2019-07-16 20:48:03,592 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [855] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.1Z8jzKmRw;rport From: "DoorPi" ;tag=BxOZXgB-0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: K7D5jnLHSR Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: "DoorPi" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 958 133 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:03,592 [INFO] [doorpi.sipphone.from_linphone] Call 0x72a2cb98: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:03,593 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:03,593 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:03,594 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2019-07-16 20:48:03,594 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-07-16 20:48:03,595 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [855] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.1Z8jzKmRw;rport From: "DoorPi" ;tag=BxOZXgB-0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: K7D5jnLHSR Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: "DoorPi" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 958 133 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:03,596 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.178.100 2019-07-16 20:48:03,597 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2019-07-16 20:48:03,598 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-07-16 20:48:03,598 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2019-07-16 20:48:03,598 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:feea:a171 2019-07-16 20:48:03,600 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-07-16 20:48:03,600 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-07-16 20:48:03,602 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x1995460] about to register (LinphoneCore version: 3.9.0) 2019-07-16 20:48:03,611 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1836d30], from state [INIT] to [TRYING] 2019-07-16 20:48:03,613 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:03,613 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2019-07-16 20:48:03,614 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x19df598] takes ownership of transaction [0x1836d30] 2019-07-16 20:48:03,614 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1995460] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2019-07-16 20:48:03,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x19fe798, 0x1995460, 1, "Registration in progress") 2019-07-16 20:48:03,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-07-16 20:48:03,615 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [registration_state_changed] 2019-07-16 20:48:03,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:03,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:03,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:03,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x19fe798, 0x1) 2019-07-16 20:48:03,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2019-07-16 20:48:03,670 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [network_reachable] 2019-07-16 20:48:03,671 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2019-07-16 20:48:03,671 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-07-16 20:48:03,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:03,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:03,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:03,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:03,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:03,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:03,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:03,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:03,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:03,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:03,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:03,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:03,838 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,840 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,841 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,842 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:03,842 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,845 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:03,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:03,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:03,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:03,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:03,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:03,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:03,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:03,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:03,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:03,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,146 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,148 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:04,149 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,150 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:04,151 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,154 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,158 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,159 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,161 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,165 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,167 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,168 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,172 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,173 [DEBUG] [doorpi.action.handler] [FYDQ5G] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:04,174 [TRACE] [doorpi.action.handler] [FYDQ5G] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:04,175 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:04,176 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:04,181 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:04,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:04,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:04,184 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:04,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0600 2019-07-16 20:48:04,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:04,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0600 2019-07-16 20:48:04,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0600 2019-07-16 20:48:04,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0600 2019-07-16 20:48:04,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0600 [0x72a03148]) 2019-07-16 20:48:04,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335ef80 2019-07-16 20:48:04,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:04,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:04,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb05e0 2019-07-16 20:48:04,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:04,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb05e0 2019-07-16 20:48:04,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb05e0 2019-07-16 20:48:04,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb05e0 2019-07-16 20:48:04,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb05e0 [0x72a03148]) 2019-07-16 20:48:04,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335efb0 2019-07-16 20:48:04,199 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.28137 seconds? -> skip 2019-07-16 20:48:04,200 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:04,202 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:04,203 [TRACE] [doorpi.action.handler] [FYDQ5G] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:04,214 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:04,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,458 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,460 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,461 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,462 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,464 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,464 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,480 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [855] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.1Z8jzKmRw;rport From: "DoorPi" ;tag=BxOZXgB-0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: K7D5jnLHSR Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: "DoorPi" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 958 133 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:04,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,766 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,768 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,770 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,770 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,772 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,773 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,774 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,776 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,777 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,778 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:04,780 [DEBUG] [doorpi.action.handler] [SLNKCC] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:04,781 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:04,781 [TRACE] [doorpi.action.handler] [SLNKCC] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:04,782 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:04,782 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:04,784 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:04,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,785 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:04,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:04,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:04,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0520 2019-07-16 20:48:04,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:04,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0520 2019-07-16 20:48:04,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0520 2019-07-16 20:48:04,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0520 2019-07-16 20:48:04,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0520 [0x72a03148]) 2019-07-16 20:48:04,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336a410 2019-07-16 20:48:04,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:04,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:04,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0580 2019-07-16 20:48:04,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:04,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0580 2019-07-16 20:48:04,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0580 2019-07-16 20:48:04,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0580 2019-07-16 20:48:04,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0580 [0x72a03148]) 2019-07-16 20:48:04,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336a470 2019-07-16 20:48:04,796 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.877674 seconds? -> skip 2019-07-16 20:48:04,796 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:04,798 [TRACE] [doorpi.action.handler] [SLNKCC] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:04,799 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:04,800 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:04,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:04,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:04,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:04,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:04,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:05,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:05,014 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:05,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:05,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:05,077 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,079 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,080 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,081 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,082 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,084 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,118 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:05,120 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:05,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:05,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:05,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:05,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:05,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:05,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:05,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:05,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:05,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:05,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:05,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,386 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:05,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,390 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:05,391 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,393 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,393 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,395 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,397 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,397 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,399 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,401 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,401 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,403 [DEBUG] [doorpi.action.handler] [3S6JSW] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:05,404 [TRACE] [doorpi.action.handler] [3S6JSW] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:05,404 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:05,405 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:05,406 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:05,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,408 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:05,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:05,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:05,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb05d0 2019-07-16 20:48:05,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:05,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb05d0 2019-07-16 20:48:05,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb05d0 2019-07-16 20:48:05,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb05d0 2019-07-16 20:48:05,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb05d0 [0x72a03148]) 2019-07-16 20:48:05,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336a890 2019-07-16 20:48:05,413 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:05,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x72a2d638) 2019-07-16 20:48:05,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:05,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x72a2cb98, 13, "Call terminated") 2019-07-16 20:48:05,417 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:05,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:05,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:05,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:05,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0630 2019-07-16 20:48:05,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:05,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0630 2019-07-16 20:48:05,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0630 2019-07-16 20:48:05,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0630 2019-07-16 20:48:05,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0630 [0x72a03148]) 2019-07-16 20:48:05,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336a8f0 2019-07-16 20:48:05,422 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:05,424 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:05,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,426 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:05,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:05,427 [DEBUG] [doorpi.action.handler] [AS7UF2] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:05,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,428 [TRACE] [doorpi.action.handler] [AS7UF2] try to fire action > with args () and kwargs {} 2019-07-16 20:48:05,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:05,430 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:05,430 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:05,431 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:05,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:05,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:05,434 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:05,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:05,436 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:05,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:05,437 [TRACE] [doorpi.action.handler] [AS7UF2] try to fire action > with args () and kwargs {} 2019-07-16 20:48:05,438 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:05,439 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:05,441 [TRACE] [doorpi.action.handler] [3S6JSW] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:05,442 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:05,443 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:05,443 [TRACE] [doorpi.action.handler] [AS7UF2] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:05,444 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x72a2cb98] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:05,445 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x72a08128,0-->MSVoidSink:0x72a09f28,0 2019-07-16 20:48:05,446 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:05,446 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:05,447 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:05,447 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:05,447 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 248 0.01729 100 2019-07-16 20:48:05,448 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:05,448 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:05,449 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:05,450 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:05,450 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:05,450 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:05,451 [INFO] [doorpi.sipphone.from_linphone] Call 0x72a2cb98: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:05,451 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:05,452 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:05,452 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:05,453 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:05,697 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,699 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,700 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,701 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:05,703 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:05,704 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,006 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,007 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,009 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,010 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,012 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,013 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,014 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,015 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,017 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,018 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,020 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,021 [DEBUG] [doorpi.action.handler] [G18NST] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:06,021 [TRACE] [doorpi.action.handler] [G18NST] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:06,022 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:06,023 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:06,024 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:06,025 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:06,025 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:06,026 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:06.026026 2019-07-16 20:48:06,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:06,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x7160b078) 2019-07-16 20:48:06,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:06,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb05f0 2019-07-16 20:48:06,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:06,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb05f0 2019-07-16 20:48:06,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb05f0 2019-07-16 20:48:06,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb05f0 2019-07-16 20:48:06,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb05f0 [0x7160b078], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-06.wav") 2019-07-16 20:48:06,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:06,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb05f0 [0x7160b078], 0x2a3128 [1]) 2019-07-16 20:48:06,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:06,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb05f0 [0x7160b078]) 2019-07-16 20:48:06,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x71635b88, 2, "Starting outgoing call") 2019-07-16 20:48:06,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:06,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0640 2019-07-16 20:48:06,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:06,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0640 2019-07-16 20:48:06,043 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:06,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:06,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:06,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb05c0 2019-07-16 20:48:06,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:06,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb05c0 2019-07-16 20:48:06,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb05c0 2019-07-16 20:48:06,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb05c0 2019-07-16 20:48:06,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb05c0 [0x7160ba48]) 2019-07-16 20:48:06,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336af50 2019-07-16 20:48:06,048 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:06,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:06,051 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:06,052 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:06,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:06,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:06,055 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:06,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x71635b88, 3, "Outgoing call in progress") 2019-07-16 20:48:06,061 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:06,062 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:06,063 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x71635b88] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:06,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,064 [INFO] [doorpi.sipphone.from_linphone] Call 0x71635b88: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:06,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:06,065 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:06,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:06,066 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x71635b88] 2019-07-16 20:48:06,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0620 2019-07-16 20:48:06,067 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:06,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:06,068 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:06,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0620 2019-07-16 20:48:06,070 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:06,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0620 2019-07-16 20:48:06,071 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:06,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0620 2019-07-16 20:48:06,072 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x71635b88] 2019-07-16 20:48:06,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0620 [0x7160ba48]) 2019-07-16 20:48:06,073 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:06,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336e050 2019-07-16 20:48:06,074 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:06,074 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:06,075 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:06,076 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x71635b88] 2019-07-16 20:48:06,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,078 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x71631060,0-->MSVoidSink:0x716371e8,0 2019-07-16 20:48:06,078 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:06,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:06,079 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:06,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,081 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:06,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:06,082 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x7340b9f8] 2019-07-16 20:48:06,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,083 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:06,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:06,084 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x71619580], from state [INIT] to [CALLING] 2019-07-16 20:48:06,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:06,085 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [856] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.bNlWRmEl1;rport From: "DoorPi" ;tag=ClNWB~~RQ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: o1pyw6sChp Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 23 3911 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:06,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb0640 2019-07-16 20:48:06,086 [INFO] [doorpi.sipphone.from_linphone] Call 0x71635b88: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:06,087 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:06,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,090 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:06,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,091 [DEBUG] [doorpi.action.handler] [BVH6ZJ] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:06,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,093 [TRACE] [doorpi.action.handler] [BVH6ZJ] try to fire action > with args () and kwargs {} 2019-07-16 20:48:06,094 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:06,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,095 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:06,095 [TRACE] [doorpi.action.handler] [G18NST] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:06,096 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:06,099 [TRACE] [doorpi.action.handler] [BVH6ZJ] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:06,100 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:06,147 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:06,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,317 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,318 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,320 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,321 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,321 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,324 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,465 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [855] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.1Z8jzKmRw;rport From: "DoorPi" ;tag=BxOZXgB-0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: K7D5jnLHSR Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: "DoorPi" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 958 133 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:06,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,574 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [856] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.bNlWRmEl1;rport From: "DoorPi" ;tag=ClNWB~~RQ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: o1pyw6sChp Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 23 3911 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:06,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,625 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,627 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,630 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,632 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,634 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,636 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,637 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,638 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,640 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,641 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,643 [DEBUG] [doorpi.action.handler] [VYY40P] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:06,643 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,644 [TRACE] [doorpi.action.handler] [VYY40P] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:06,645 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:06,645 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:06,646 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:06,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,648 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:06,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:06,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:06,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0550 2019-07-16 20:48:06,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:06,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0550 2019-07-16 20:48:06,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0550 2019-07-16 20:48:06,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0550 2019-07-16 20:48:06,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0550 [0x7160ba48]) 2019-07-16 20:48:06,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336e680 2019-07-16 20:48:06,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:06,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:06,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0650 2019-07-16 20:48:06,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:06,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0650 2019-07-16 20:48:06,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0650 2019-07-16 20:48:06,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0650 2019-07-16 20:48:06,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0650 [0x7160ba48]) 2019-07-16 20:48:06,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336e710 2019-07-16 20:48:06,658 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.632497 seconds? -> skip 2019-07-16 20:48:06,659 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:06,661 [TRACE] [doorpi.action.handler] [VYY40P] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:06,661 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:06,685 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:06,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:06,936 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,938 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,940 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,941 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:06,942 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,943 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:06,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:06,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:06,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:06,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,009 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,112 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:07,114 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:07,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,245 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,246 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,248 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,249 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,251 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,253 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,253 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,254 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,255 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,257 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,258 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,260 [DEBUG] [doorpi.action.handler] [RYNB1C] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:07,261 [TRACE] [doorpi.action.handler] [RYNB1C] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:07,262 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:07,262 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:07,263 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:07,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,265 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:07,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:07,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:07,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb05a0 2019-07-16 20:48:07,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:07,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb05a0 2019-07-16 20:48:07,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb05a0 2019-07-16 20:48:07,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb05a0 2019-07-16 20:48:07,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb05a0 [0x7160ba48]) 2019-07-16 20:48:07,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336eb30 2019-07-16 20:48:07,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:07,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:07,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0670 2019-07-16 20:48:07,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:07,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0670 2019-07-16 20:48:07,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0670 2019-07-16 20:48:07,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0670 2019-07-16 20:48:07,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0670 [0x7160ba48]) 2019-07-16 20:48:07,275 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:07,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336eb90 2019-07-16 20:48:07,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,277 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.251145 seconds? -> skip 2019-07-16 20:48:07,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,278 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:07,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,282 [TRACE] [doorpi.action.handler] [RYNB1C] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:07,282 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:07,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,556 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,558 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,558 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,560 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,562 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,563 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,597 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [856] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.bNlWRmEl1;rport From: "DoorPi" ;tag=ClNWB~~RQ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: o1pyw6sChp Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 23 3911 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:07,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,864 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,867 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,868 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,870 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,871 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,873 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,874 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,875 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,877 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:07,878 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,879 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:07,881 [DEBUG] [doorpi.action.handler] [MLHIBJ] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:07,881 [TRACE] [doorpi.action.handler] [MLHIBJ] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:07,882 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:07,882 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:07,884 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:07,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,885 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:07,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:07,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:07,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0610 2019-07-16 20:48:07,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:07,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0610 2019-07-16 20:48:07,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0610 2019-07-16 20:48:07,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0610 2019-07-16 20:48:07,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0610 [0x7160ba48]) 2019-07-16 20:48:07,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336ef80 2019-07-16 20:48:07,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:07,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:07,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0660 2019-07-16 20:48:07,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:07,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0660 2019-07-16 20:48:07,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0660 2019-07-16 20:48:07,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0660 2019-07-16 20:48:07,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0660 [0x7160ba48]) 2019-07-16 20:48:07,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336ef80 2019-07-16 20:48:07,895 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.869811 seconds? -> skip 2019-07-16 20:48:07,896 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:07,898 [TRACE] [doorpi.action.handler] [MLHIBJ] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:07,898 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:07,921 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:07,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:07,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:07,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:07,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:07,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,175 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,177 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,177 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,179 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,181 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,182 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,483 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,485 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,486 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,487 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,489 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,490 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,492 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,492 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,494 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,495 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,497 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,498 [DEBUG] [doorpi.action.handler] [XO82A9] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:08,499 [TRACE] [doorpi.action.handler] [XO82A9] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:08,500 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:08,500 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:08,502 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:08,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,503 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:08,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:08,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:08,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb06a0 2019-07-16 20:48:08,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:08,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:08,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb06a0 2019-07-16 20:48:08,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb06a0 2019-07-16 20:48:08,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:08,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb06a0 2019-07-16 20:48:08,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb06a0 [0x7160ba48]) 2019-07-16 20:48:08,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73372470 2019-07-16 20:48:08,512 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:08,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x71634c70) 2019-07-16 20:48:08,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:08,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x71635b88, 13, "Call terminated") 2019-07-16 20:48:08,520 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:08,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0640 [0x71635b88]) 2019-07-16 20:48:08,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7160ba48) 2019-07-16 20:48:08,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:08,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0560 2019-07-16 20:48:08,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:08,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0560 2019-07-16 20:48:08,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0560 2019-07-16 20:48:08,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0560 2019-07-16 20:48:08,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0560 [0x7160ba48]) 2019-07-16 20:48:08,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733724d0 2019-07-16 20:48:08,525 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:08,526 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:08,527 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:08,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:08,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,530 [DEBUG] [doorpi.action.handler] [S4PB3P] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:08,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:08,531 [TRACE] [doorpi.action.handler] [S4PB3P] try to fire action > with args () and kwargs {} 2019-07-16 20:48:08,532 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:08,532 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:08,534 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:08,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:08,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:08,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:08,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:08,538 [TRACE] [doorpi.action.handler] [S4PB3P] try to fire action > with args () and kwargs {} 2019-07-16 20:48:08,538 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:08,538 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:08,539 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:08,540 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:08,542 [TRACE] [doorpi.action.handler] [S4PB3P] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:08,544 [TRACE] [doorpi.action.handler] [XO82A9] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:08,545 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:08,561 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:08,561 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x71635b88] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:08,562 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x71631060,0-->MSVoidSink:0x716371e8,0 2019-07-16 20:48:08,562 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:08,563 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:08,563 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:08,564 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:08,564 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 246 0.0195555 100 2019-07-16 20:48:08,565 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:08,565 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:08,565 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:08,566 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:08,566 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:08,567 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:08,567 [INFO] [doorpi.sipphone.from_linphone] Call 0x71635b88: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:08,568 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:08,568 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:08,569 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:08,569 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:08,794 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,796 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,797 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,798 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:08,800 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:08,801 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,103 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,105 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,105 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,107 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,109 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,110 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,111 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,112 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,113 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,115 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,115 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,117 [DEBUG] [doorpi.action.handler] [FUES7I] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:09,118 [TRACE] [doorpi.action.handler] [FUES7I] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:09,119 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:09,119 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:09,121 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:09,122 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:09,122 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:09,122 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:09.122842 2019-07-16 20:48:09,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:09,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x7340f6b8) 2019-07-16 20:48:09,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:09,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb0690 2019-07-16 20:48:09,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:09,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb0690 2019-07-16 20:48:09,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb0690 2019-07-16 20:48:09,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb0690 2019-07-16 20:48:09,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb0690 [0x7340f6b8], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-09.wav") 2019-07-16 20:48:09,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:09,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb0690 [0x7340f6b8], 0x2a3128 [1]) 2019-07-16 20:48:09,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:09,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb0690 [0x7340f6b8]) 2019-07-16 20:48:09,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x7343a0c0, 2, "Starting outgoing call") 2019-07-16 20:48:09,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:09,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb06b0 2019-07-16 20:48:09,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:09,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb06b0 2019-07-16 20:48:09,141 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:09,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:09,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:09,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb06e0 2019-07-16 20:48:09,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:09,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb06e0 2019-07-16 20:48:09,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb06e0 2019-07-16 20:48:09,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb06e0 2019-07-16 20:48:09,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb06e0 [0x7340ff38]) 2019-07-16 20:48:09,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73372c80 2019-07-16 20:48:09,146 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:09,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:09,148 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:09,149 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:09,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:09,152 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:09,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:09,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x7343a0c0, 3, "Outgoing call in progress") 2019-07-16 20:48:09,159 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:09,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:09,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:09,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0700 2019-07-16 20:48:09,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:09,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0700 2019-07-16 20:48:09,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0700 2019-07-16 20:48:09,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0700 2019-07-16 20:48:09,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0700 [0x7340ff38]) 2019-07-16 20:48:09,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73372b90 2019-07-16 20:48:09,165 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:09,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:09,167 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:09,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:09,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:09,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:09,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb06b0 2019-07-16 20:48:09,171 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:09,173 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:09,174 [DEBUG] [doorpi.action.handler] [IYJ7NG] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:09,175 [TRACE] [doorpi.action.handler] [IYJ7NG] try to fire action > with args () and kwargs {} 2019-07-16 20:48:09,176 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:09,176 [TRACE] [doorpi.action.handler] [FUES7I] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:09,177 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:09,177 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:09,177 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:09,179 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x7343a0c0] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:09,180 [INFO] [doorpi.sipphone.from_linphone] Call 0x7343a0c0: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:09,181 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:09,181 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x7343a0c0] 2019-07-16 20:48:09,182 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:09,182 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:09,182 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:09,183 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:09,184 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x7343a0c0] 2019-07-16 20:48:09,184 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:09,185 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:09,186 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:09,187 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:09,187 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x7343a0c0] 2019-07-16 20:48:09,187 [TRACE] [doorpi.action.handler] [IYJ7NG] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:09,188 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7343bcc0,0-->MSVoidSink:0x7343aac0,0 2019-07-16 20:48:09,189 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:09,190 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:09,190 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x720164a0] 2019-07-16 20:48:09,191 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:09,191 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73402658], from state [INIT] to [CALLING] 2019-07-16 20:48:09,192 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Nozzec8wz;rport From: "DoorPi" ;tag=1KYk46Y5K To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: AnA3DRckO9 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3546 2915 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:09,192 [INFO] [doorpi.sipphone.from_linphone] Call 0x7343a0c0: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:09,193 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:09,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,414 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,415 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,416 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,418 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,419 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,420 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,566 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [856] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.bNlWRmEl1;rport From: "DoorPi" ;tag=ClNWB~~RQ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: o1pyw6sChp Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 23 3911 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:09,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,674 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Nozzec8wz;rport From: "DoorPi" ;tag=1KYk46Y5K To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: AnA3DRckO9 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3546 2915 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:09,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,722 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,723 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,725 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,726 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,727 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,729 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,733 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,733 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,734 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,736 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:09,739 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:09,740 [DEBUG] [doorpi.action.handler] [3HENKD] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:09,741 [TRACE] [doorpi.action.handler] [3HENKD] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:09,741 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:09,742 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:09,743 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:09,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,745 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:09,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:09,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:09,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0730 2019-07-16 20:48:09,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:09,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0730 2019-07-16 20:48:09,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0730 2019-07-16 20:48:09,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0730 2019-07-16 20:48:09,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0730 [0x7340ff38]) 2019-07-16 20:48:09,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73376260 2019-07-16 20:48:09,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:09,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:09,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb06d0 2019-07-16 20:48:09,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:09,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb06d0 2019-07-16 20:48:09,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb06d0 2019-07-16 20:48:09,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb06d0 2019-07-16 20:48:09,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb06d0 [0x7340ff38]) 2019-07-16 20:48:09,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733762c0 2019-07-16 20:48:09,755 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.632362 seconds? -> skip 2019-07-16 20:48:09,755 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:09,757 [TRACE] [doorpi.action.handler] [3HENKD] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:09,758 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:09,787 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:09,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:09,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:09,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:09,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:09,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,032 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,034 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,035 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,036 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,037 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,039 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,341 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,343 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,344 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,345 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,347 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,348 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,350 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,351 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,352 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,353 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,355 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,356 [DEBUG] [doorpi.action.handler] [Z95F8L] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:10,357 [TRACE] [doorpi.action.handler] [Z95F8L] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:10,357 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:10,358 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:10,359 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:10,360 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:10,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:10,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:10,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0720 2019-07-16 20:48:10,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:10,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0720 2019-07-16 20:48:10,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0720 2019-07-16 20:48:10,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0720 2019-07-16 20:48:10,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0720 [0x7340ff38]) 2019-07-16 20:48:10,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x766d75c0 2019-07-16 20:48:10,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:10,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:10,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0710 2019-07-16 20:48:10,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:10,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0710 2019-07-16 20:48:10,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0710 2019-07-16 20:48:10,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0710 2019-07-16 20:48:10,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0710 [0x7340ff38]) 2019-07-16 20:48:10,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x766d7140 2019-07-16 20:48:10,372 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:10,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,375 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.249055 seconds? -> skip 2019-07-16 20:48:10,375 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:10,377 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:10,378 [TRACE] [doorpi.action.handler] [Z95F8L] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:10,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,479 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [855] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.1Z8jzKmRw;rport From: "DoorPi" ;tag=BxOZXgB-0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: K7D5jnLHSR Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: "DoorPi" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 958 133 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:10,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,652 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,654 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,655 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,656 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,657 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,659 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,693 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Nozzec8wz;rport From: "DoorPi" ;tag=1KYk46Y5K To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: AnA3DRckO9 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3546 2915 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:10,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:10,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:10,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:10,961 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,963 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,964 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,965 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,966 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,967 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,970 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,970 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,972 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,972 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:10,973 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:10,976 [DEBUG] [doorpi.action.handler] [DJJQV2] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:10,976 [TRACE] [doorpi.action.handler] [DJJQV2] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:10,977 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:10,977 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:10,978 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:10,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:10,981 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:10,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:10,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0750 2019-07-16 20:48:10,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:10,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0750 2019-07-16 20:48:10,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0750 2019-07-16 20:48:10,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0750 2019-07-16 20:48:10,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0750 [0x7340ff38]) 2019-07-16 20:48:10,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335e350 2019-07-16 20:48:10,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:10,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:10,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:10,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0680 2019-07-16 20:48:10,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:10,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0680 2019-07-16 20:48:10,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0680 2019-07-16 20:48:10,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0680 2019-07-16 20:48:10,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0680 [0x7340ff38]) 2019-07-16 20:48:10,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335e2c0 2019-07-16 20:48:10,991 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.868115 seconds? -> skip 2019-07-16 20:48:10,991 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:10,993 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:10,994 [TRACE] [doorpi.action.handler] [DJJQV2] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:11,011 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:11,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,014 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,117 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:11,119 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:11,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,271 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:11,273 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:11,275 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:11,276 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:11,277 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:11,279 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:11,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,581 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:11,583 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:11,584 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:11,584 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:11,587 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:11,588 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:11,590 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:11,591 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:11,592 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:11,593 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:11,592 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:11,596 [DEBUG] [doorpi.action.handler] [2SELO9] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:11,596 [TRACE] [doorpi.action.handler] [2SELO9] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:11,597 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:11,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,598 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:11,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:11,601 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:11,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,602 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:11,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:11,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:11,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:11,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0760 2019-07-16 20:48:11,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:11,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0760 2019-07-16 20:48:11,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0760 2019-07-16 20:48:11,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0760 2019-07-16 20:48:11,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0760 [0x7340ff38]) 2019-07-16 20:48:11,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335ed10 2019-07-16 20:48:11,609 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:11,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x7343ab60) 2019-07-16 20:48:11,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:11,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x7343a0c0, 13, "Call terminated") 2019-07-16 20:48:11,617 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:11,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb06b0 [0x7343a0c0]) 2019-07-16 20:48:11,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7340ff38) 2019-07-16 20:48:11,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:11,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0780 2019-07-16 20:48:11,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:11,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0780 2019-07-16 20:48:11,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0780 2019-07-16 20:48:11,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0780 2019-07-16 20:48:11,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0780 [0x7340ff38]) 2019-07-16 20:48:11,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7335ee30 2019-07-16 20:48:11,622 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:11,624 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:11,624 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:11,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:11,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,628 [DEBUG] [doorpi.action.handler] [J257GU] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:11,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:11,629 [TRACE] [doorpi.action.handler] [J257GU] try to fire action > with args () and kwargs {} 2019-07-16 20:48:11,629 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:11,630 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:11,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:11,632 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:11,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:11,633 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:11,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:11,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:11,637 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:11,637 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:11,638 [TRACE] [doorpi.action.handler] [J257GU] try to fire action > with args () and kwargs {} 2019-07-16 20:48:11,639 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:11,640 [TRACE] [doorpi.action.handler] [J257GU] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:11,642 [TRACE] [doorpi.action.handler] [2SELO9] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:11,643 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:11,655 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:11,656 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x7343a0c0] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:11,656 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7343bcc0,0-->MSVoidSink:0x7343aac0,0 2019-07-16 20:48:11,656 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:11,657 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:11,657 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:11,658 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:11,658 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 246 0.0197147 100 2019-07-16 20:48:11,659 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:11,659 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:11,660 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:11,660 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:11,661 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:11,661 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:11,662 [INFO] [doorpi.sipphone.from_linphone] Call 0x7343a0c0: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:11,662 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:11,662 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:11,663 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:11,663 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:12,676 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Nozzec8wz;rport From: "DoorPi" ;tag=1KYk46Y5K To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: AnA3DRckO9 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3546 2915 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:12,931 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:12,933 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:12,934 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:12,935 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:12,937 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:12,938 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,240 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,242 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,244 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,244 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,245 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,247 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,248 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,249 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,251 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,252 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,254 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,255 [DEBUG] [doorpi.action.handler] [7NPO6S] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:13,256 [TRACE] [doorpi.action.handler] [7NPO6S] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:13,256 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:13,257 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:13,258 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:13,259 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:13,259 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:13,260 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:13.260119 2019-07-16 20:48:13,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:13,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x74817450) 2019-07-16 20:48:13,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:13,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb06c0 2019-07-16 20:48:13,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:13,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb06c0 2019-07-16 20:48:13,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb06c0 2019-07-16 20:48:13,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb06c0 2019-07-16 20:48:13,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb06c0 [0x74817450], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-13.wav") 2019-07-16 20:48:13,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:13,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb06c0 [0x74817450], 0x2a3128 [1]) 2019-07-16 20:48:13,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:13,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb06c0 [0x74817450]) 2019-07-16 20:48:13,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x74840708, 2, "Starting outgoing call") 2019-07-16 20:48:13,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:13,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0790 2019-07-16 20:48:13,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:13,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0790 2019-07-16 20:48:13,277 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:13,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:13,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:13,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb07d0 2019-07-16 20:48:13,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:13,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb07d0 2019-07-16 20:48:13,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb07d0 2019-07-16 20:48:13,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb07d0 2019-07-16 20:48:13,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb07d0 [0x74818660]) 2019-07-16 20:48:13,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336ad70 2019-07-16 20:48:13,282 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:13,283 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1965028448]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:13,284 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x74840708] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:13,285 [INFO] [doorpi.sipphone.from_linphone] Call 0x74840708: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:13,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831754 2019-07-16 20:48:13,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:13,289 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:13,290 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:13,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:13,293 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:13,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:13,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x74840708, 3, "Outgoing call in progress") 2019-07-16 20:48:13,300 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:13,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:13,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:13,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0770 2019-07-16 20:48:13,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:13,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0770 2019-07-16 20:48:13,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0770 2019-07-16 20:48:13,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0770 2019-07-16 20:48:13,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0770 [0x74818660]) 2019-07-16 20:48:13,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336aaa0 2019-07-16 20:48:13,305 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:13,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:13,308 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:13,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:13,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:13,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:13,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb0790 2019-07-16 20:48:13,311 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:13,313 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:13,314 [DEBUG] [doorpi.action.handler] [QRQ4GZ] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:13,315 [TRACE] [doorpi.action.handler] [QRQ4GZ] try to fire action > with args () and kwargs {} 2019-07-16 20:48:13,316 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:13,317 [TRACE] [doorpi.action.handler] [7NPO6S] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:13,317 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:13,317 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:13,320 [TRACE] [doorpi.action.handler] [QRQ4GZ] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:13,321 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:13,338 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:13,338 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x74840708] 2019-07-16 20:48:13,338 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:13,339 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:13,339 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:13,339 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:13,339 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x74840708] 2019-07-16 20:48:13,340 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:13,340 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:13,340 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:13,340 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x74840708] 2019-07-16 20:48:13,341 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x74842738,0-->MSVoidSink:0x74842cd8,0 2019-07-16 20:48:13,341 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:13,341 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:13,341 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x71619680] 2019-07-16 20:48:13,341 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:13,342 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x748259e0], from state [INIT] to [CALLING] 2019-07-16 20:48:13,342 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Ji5uYQFAo;rport From: "DoorPi" ;tag=NzEt8bUCW To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: YrqwBMfTTX Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 2125 4034 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:13,342 [INFO] [doorpi.sipphone.from_linphone] Call 0x74840708: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:13,342 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:13,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,550 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,552 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,552 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,553 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,554 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,555 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,603 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [856] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.bNlWRmEl1;rport From: "DoorPi" ;tag=ClNWB~~RQ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: o1pyw6sChp Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 23 3911 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:13,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,810 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Ji5uYQFAo;rport From: "DoorPi" ;tag=NzEt8bUCW To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: YrqwBMfTTX Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 2125 4034 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:13,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,859 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,860 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,861 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,861 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,862 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,863 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,865 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,864 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,866 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,867 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:13,868 [DEBUG] [doorpi.action.handler] [GON6MD] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:13,869 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:13,869 [TRACE] [doorpi.action.handler] [GON6MD] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:13,870 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:13,870 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:13,871 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:13,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,871 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:13,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:13,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:13,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0740 2019-07-16 20:48:13,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:13,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0740 2019-07-16 20:48:13,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0740 2019-07-16 20:48:13,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0740 2019-07-16 20:48:13,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0740 [0x74818660]) 2019-07-16 20:48:13,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336e5f0 2019-07-16 20:48:13,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:13,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:13,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb07e0 2019-07-16 20:48:13,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:13,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb07e0 2019-07-16 20:48:13,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb07e0 2019-07-16 20:48:13,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb07e0 2019-07-16 20:48:13,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb07e0 [0x74818660]) 2019-07-16 20:48:13,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336e710 2019-07-16 20:48:13,877 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.616865 seconds? -> skip 2019-07-16 20:48:13,877 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:13,878 [TRACE] [doorpi.action.handler] [GON6MD] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:13,878 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:13,916 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1965028448]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:13,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:13,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:13,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:13,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:13,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,160 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,162 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,163 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,164 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,166 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,166 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,168 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,170 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,171 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,172 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,173 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,175 [DEBUG] [doorpi.action.handler] [6NTDWD] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:14,176 [TRACE] [doorpi.action.handler] [6NTDWD] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:14,176 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:14,177 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:14,178 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:14,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:14,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:14,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,182 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:14,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb06f0 2019-07-16 20:48:14,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:14,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb06f0 2019-07-16 20:48:14,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb06f0 2019-07-16 20:48:14,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb06f0 2019-07-16 20:48:14,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb06f0 [0x74818660]) 2019-07-16 20:48:14,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336ed40 2019-07-16 20:48:14,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:14,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:14,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0810 2019-07-16 20:48:14,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:14,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0810 2019-07-16 20:48:14,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0810 2019-07-16 20:48:14,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0810 2019-07-16 20:48:14,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0810 [0x74818660]) 2019-07-16 20:48:14,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336ee90 2019-07-16 20:48:14,193 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.93342 seconds? -> skip 2019-07-16 20:48:14,194 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:14,196 [TRACE] [doorpi.action.handler] [6NTDWD] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:14,196 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:14,235 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:14,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,469 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,471 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,473 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,474 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,476 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,477 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,770 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,772 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,773 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,774 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:14,776 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,777 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:14,820 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Ji5uYQFAo;rport From: "DoorPi" ;tag=NzEt8bUCW To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: YrqwBMfTTX Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 2125 4034 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:14,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:14,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:14,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:14,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:14,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,079 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,081 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,082 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,083 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,085 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,086 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,091 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,091 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,092 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,093 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,096 [DEBUG] [doorpi.action.handler] [KLV8KR] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:15,097 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,097 [TRACE] [doorpi.action.handler] [KLV8KR] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:15,098 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:15,099 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:15,100 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:15,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,102 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:15,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:15,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:15,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0800 2019-07-16 20:48:15,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:15,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0800 2019-07-16 20:48:15,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0800 2019-07-16 20:48:15,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0800 2019-07-16 20:48:15,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0800 [0x74818660]) 2019-07-16 20:48:15,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73372920 2019-07-16 20:48:15,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:15,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:15,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0820 2019-07-16 20:48:15,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:15,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0820 2019-07-16 20:48:15,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0820 2019-07-16 20:48:15,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0820 2019-07-16 20:48:15,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0820 [0x74818660]) 2019-07-16 20:48:15,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73372a10 2019-07-16 20:48:15,112 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.852163 seconds? -> skip 2019-07-16 20:48:15,112 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:15,114 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:15,115 [TRACE] [doorpi.action.handler] [KLV8KR] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:15,140 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:15,141 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:15,142 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:15,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,249 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,249 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,379 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,381 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,382 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,383 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,385 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,385 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,387 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,389 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,390 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,391 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,393 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,394 [DEBUG] [doorpi.action.handler] [0Y0SLC] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:15,394 [TRACE] [doorpi.action.handler] [0Y0SLC] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:15,395 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:15,395 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:15,397 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:15,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,398 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:15,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:15,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:15,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0830 2019-07-16 20:48:15,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:15,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0830 2019-07-16 20:48:15,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0830 2019-07-16 20:48:15,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0830 2019-07-16 20:48:15,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0830 [0x74818660]) 2019-07-16 20:48:15,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73372fb0 2019-07-16 20:48:15,404 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:15,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x748428f8) 2019-07-16 20:48:15,417 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:15,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:15,418 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x74840708] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:15,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x74840708, 13, "Call terminated") 2019-07-16 20:48:15,419 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x74842738,0-->MSVoidSink:0x74842cd8,0 2019-07-16 20:48:15,420 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:15,420 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:15,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0790 [0x74840708]) 2019-07-16 20:48:15,421 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:15,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x74818660) 2019-07-16 20:48:15,422 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:15,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:15,423 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:15,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0850 2019-07-16 20:48:15,424 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 211 0.0171182 100 2019-07-16 20:48:15,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:15,425 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:15,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0850 2019-07-16 20:48:15,426 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:15,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0850 2019-07-16 20:48:15,427 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:15,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0850 2019-07-16 20:48:15,428 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:15,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0850 [0x74818660]) 2019-07-16 20:48:15,430 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:15,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73372e60 2019-07-16 20:48:15,431 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:15,431 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:15,432 [INFO] [doorpi.sipphone.from_linphone] Call 0x74840708: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:15,434 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:15,434 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:15,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,437 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:15,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:15,439 [DEBUG] [doorpi.action.handler] [WKC8TM] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:15,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,440 [TRACE] [doorpi.action.handler] [WKC8TM] try to fire action > with args () and kwargs {} 2019-07-16 20:48:15,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:15,441 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:15,442 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:15,442 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:15,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:15,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:15,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:15,447 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:15,448 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:15,448 [TRACE] [doorpi.action.handler] [WKC8TM] try to fire action > with args () and kwargs {} 2019-07-16 20:48:15,449 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:15,451 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:15,451 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:15,452 [TRACE] [doorpi.action.handler] [0Y0SLC] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:15,453 [TRACE] [doorpi.action.handler] [WKC8TM] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:15,487 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:15,488 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:15,489 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:15,680 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,682 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,683 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,684 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,685 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,686 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,688 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,689 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,692 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,692 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,694 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,695 [DEBUG] [doorpi.action.handler] [ZTG4ZL] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:15,696 [TRACE] [doorpi.action.handler] [ZTG4ZL] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:15,696 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:15,697 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:15,698 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:15,699 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:15,699 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:15,700 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:15.700233 2019-07-16 20:48:15,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:15,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x716256d0) 2019-07-16 20:48:15,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:15,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb07b0 2019-07-16 20:48:15,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:15,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb07b0 2019-07-16 20:48:15,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb07b0 2019-07-16 20:48:15,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb07b0 2019-07-16 20:48:15,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb07b0 [0x716256d0], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-15.wav") 2019-07-16 20:48:15,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:15,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb07b0 [0x716256d0], 0x2a3128 [1]) 2019-07-16 20:48:15,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:15,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb07b0 [0x716256d0]) 2019-07-16 20:48:15,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x716272b0, 2, "Starting outgoing call") 2019-07-16 20:48:15,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:15,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0840 2019-07-16 20:48:15,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:15,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0840 2019-07-16 20:48:15,717 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:15,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:15,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:15,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:15,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0860 2019-07-16 20:48:15,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:15,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0860 2019-07-16 20:48:15,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0860 2019-07-16 20:48:15,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0860 2019-07-16 20:48:15,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0860 [0x71627228]) 2019-07-16 20:48:15,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733769e0 2019-07-16 20:48:15,723 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:15,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:15,725 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:15,726 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:15,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:15,729 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:15,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:15,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x716272b0, 3, "Outgoing call in progress") 2019-07-16 20:48:15,736 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:15,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:15,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:15,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:15,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb07a0 2019-07-16 20:48:15,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:15,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb07a0 2019-07-16 20:48:15,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb07a0 2019-07-16 20:48:15,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb07a0 2019-07-16 20:48:15,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb07a0 [0x71627228]) 2019-07-16 20:48:15,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733768f0 2019-07-16 20:48:15,742 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:15,742 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:15,743 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x716272b0] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:15,744 [INFO] [doorpi.sipphone.from_linphone] Call 0x716272b0: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:15,745 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:15,745 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x716272b0] 2019-07-16 20:48:15,746 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:15,746 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:15,746 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:15,747 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:15,747 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x716272b0] 2019-07-16 20:48:15,748 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:15,748 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:15,749 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:15,750 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x716272b0] 2019-07-16 20:48:15,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,751 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7162c8c0,0-->MSVoidSink:0x7162df28,0 2019-07-16 20:48:15,751 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:15,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:15,752 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:15,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,754 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:15,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:15,755 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x74816d68] 2019-07-16 20:48:15,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,756 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:15,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:15,757 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x716194f8], from state [INIT] to [CALLING] 2019-07-16 20:48:15,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:15,758 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.fRnjFtZgg;rport From: "DoorPi" ;tag=3M7ZmVMW~ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Rf64N-CSlC Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 1720 1835 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:15,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb0840 2019-07-16 20:48:15,759 [INFO] [doorpi.sipphone.from_linphone] Call 0x716272b0: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:15,760 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:15,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:15,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,764 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:15,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,765 [DEBUG] [doorpi.action.handler] [RGD23C] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:15,767 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:15,767 [TRACE] [doorpi.action.handler] [ZTG4ZL] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:15,768 [TRACE] [doorpi.action.handler] [RGD23C] try to fire action > with args () and kwargs {} 2019-07-16 20:48:15,770 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:15,770 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:15,772 [TRACE] [doorpi.action.handler] [RGD23C] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:15,773 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:15,817 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:15,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:15,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:15,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:15,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:15,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:15,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:15,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:15,981 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,982 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,983 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,983 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,984 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,984 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,985 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,986 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,987 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,987 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:15,989 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:15,989 [DEBUG] [doorpi.action.handler] [FYY0LM] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:15,990 [TRACE] [doorpi.action.handler] [FYY0LM] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:15,990 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:15,990 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:15,991 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:15,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:15,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:15,992 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:15,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:15,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb08a0 2019-07-16 20:48:15,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:15,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb08a0 2019-07-16 20:48:15,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb08a0 2019-07-16 20:48:15,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb08a0 2019-07-16 20:48:15,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb08a0 [0x71627228]) 2019-07-16 20:48:15,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73376e60 2019-07-16 20:48:15,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:15,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:15,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:15,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0870 2019-07-16 20:48:15,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:15,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0870 2019-07-16 20:48:15,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0870 2019-07-16 20:48:15,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0870 2019-07-16 20:48:15,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0870 [0x71627228]) 2019-07-16 20:48:15,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73376ec0 2019-07-16 20:48:15,997 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.297133 seconds? -> skip 2019-07-16 20:48:15,997 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:15,998 [TRACE] [doorpi.action.handler] [FYY0LM] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:15,999 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:16,025 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:16,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,281 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,282 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,283 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,284 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.fRnjFtZgg;rport From: "DoorPi" ;tag=3M7ZmVMW~ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Rf64N-CSlC Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 1720 1835 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:16,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,286 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,287 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,287 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,288 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,289 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,290 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,291 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,292 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,292 [DEBUG] [doorpi.action.handler] [Z0E0WH] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:16,293 [TRACE] [doorpi.action.handler] [Z0E0WH] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:16,293 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:16,293 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:16,294 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:16,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,295 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:16,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:16,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:16,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb07c0 2019-07-16 20:48:16,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:16,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb07c0 2019-07-16 20:48:16,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb07c0 2019-07-16 20:48:16,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb07c0 2019-07-16 20:48:16,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb07c0 [0x71627228]) 2019-07-16 20:48:16,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b05200 2019-07-16 20:48:16,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:16,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:16,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb08b0 2019-07-16 20:48:16,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:16,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb08b0 2019-07-16 20:48:16,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb08b0 2019-07-16 20:48:16,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb08b0 2019-07-16 20:48:16,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb08b0 [0x71627228]) 2019-07-16 20:48:16,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b05260 2019-07-16 20:48:16,300 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.600255 seconds? -> skip 2019-07-16 20:48:16,300 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:16,301 [TRACE] [doorpi.action.handler] [Z0E0WH] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:16,302 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:16,336 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:16,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,592 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,594 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,595 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,596 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,597 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,602 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,706 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Nozzec8wz;rport From: "DoorPi" ;tag=1KYk46Y5K To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: AnA3DRckO9 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3546 2915 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:16,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,813 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Ji5uYQFAo;rport From: "DoorPi" ;tag=NzEt8bUCW To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: YrqwBMfTTX Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 2125 4034 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:16,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,901 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,902 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,904 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,905 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,906 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,907 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,909 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,911 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,912 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:16,913 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,915 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:16,916 [DEBUG] [doorpi.action.handler] [YU8B9S] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:16,917 [TRACE] [doorpi.action.handler] [YU8B9S] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:16,917 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:16,918 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:16,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,922 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:16,922 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:16,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:16,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:16,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:16,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb08f0 2019-07-16 20:48:16,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:16,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb08f0 2019-07-16 20:48:16,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb08f0 2019-07-16 20:48:16,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb08f0 2019-07-16 20:48:16,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb08f0 [0x71627228]) 2019-07-16 20:48:16,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b056b0 2019-07-16 20:48:16,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:16,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:16,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb07f0 2019-07-16 20:48:16,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:16,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb07f0 2019-07-16 20:48:16,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb07f0 2019-07-16 20:48:16,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb07f0 2019-07-16 20:48:16,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb07f0 [0x71627228]) 2019-07-16 20:48:16,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b056e0 2019-07-16 20:48:16,934 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.234579 seconds? -> skip 2019-07-16 20:48:16,935 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:16,937 [TRACE] [doorpi.action.handler] [YU8B9S] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:16,937 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:16,975 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:16,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:16,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:16,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:16,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,212 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,213 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,215 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,215 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,217 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,218 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,243 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.fRnjFtZgg;rport From: "DoorPi" ;tag=3M7ZmVMW~ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Rf64N-CSlC Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 1720 1835 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:17,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,520 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,522 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,524 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,524 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,525 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,527 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,528 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,530 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,531 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,532 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,533 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,538 [DEBUG] [doorpi.action.handler] [LC9KZ8] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:17,539 [TRACE] [doorpi.action.handler] [LC9KZ8] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:17,539 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:17,540 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:17,541 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:17,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,543 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:17,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:17,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:17,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb08c0 2019-07-16 20:48:17,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:17,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb08c0 2019-07-16 20:48:17,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb08c0 2019-07-16 20:48:17,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb08c0 2019-07-16 20:48:17,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb08c0 [0x71627228]) 2019-07-16 20:48:17,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b05ad0 2019-07-16 20:48:17,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:17,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:17,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0900 2019-07-16 20:48:17,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:17,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0900 2019-07-16 20:48:17,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0900 2019-07-16 20:48:17,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0900 2019-07-16 20:48:17,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0900 [0x71627228]) 2019-07-16 20:48:17,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b05b60 2019-07-16 20:48:17,554 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.853897 seconds? -> skip 2019-07-16 20:48:17,554 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:17,556 [TRACE] [doorpi.action.handler] [LC9KZ8] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:17,557 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:17,561 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:17,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,831 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,833 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,835 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:17,836 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,836 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,838 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:17,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:17,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:17,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:17,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:17,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:18,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:18,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:18,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:18,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:18,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:18,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:18,140 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,142 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,143 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,144 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,145 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:18,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:18,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:18,149 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,151 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,152 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,154 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,155 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,156 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,157 [DEBUG] [doorpi.action.handler] [LIUZ4K] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:18,158 [TRACE] [doorpi.action.handler] [LIUZ4K] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:18,158 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:18,159 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:18,160 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:18,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:18,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:18,163 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:18,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:18,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0880 2019-07-16 20:48:18,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:18,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0880 2019-07-16 20:48:18,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0880 2019-07-16 20:48:18,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0880 2019-07-16 20:48:18,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0880 [0x71627228]) 2019-07-16 20:48:18,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b05fb0 2019-07-16 20:48:18,168 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:18,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x7162d440) 2019-07-16 20:48:18,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:18,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x716272b0, 13, "Call terminated") 2019-07-16 20:48:18,174 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:18,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0840 [0x716272b0]) 2019-07-16 20:48:18,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x71627228) 2019-07-16 20:48:18,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:18,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0920 2019-07-16 20:48:18,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:18,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0920 2019-07-16 20:48:18,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0920 2019-07-16 20:48:18,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0920 2019-07-16 20:48:18,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0920 [0x71627228]) 2019-07-16 20:48:18,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b05f50 2019-07-16 20:48:18,180 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:18,181 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:18,183 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:18,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:18,185 [DEBUG] [doorpi.action.handler] [V1PRN4] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:18,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,186 [TRACE] [doorpi.action.handler] [V1PRN4] try to fire action > with args () and kwargs {} 2019-07-16 20:48:18,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:18,187 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:18,188 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:18,188 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:18,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:18,192 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:18,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:18,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:18,195 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:18,195 [TRACE] [doorpi.action.handler] [V1PRN4] try to fire action > with args () and kwargs {} 2019-07-16 20:48:18,196 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:18,197 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:18,198 [TRACE] [doorpi.action.handler] [V1PRN4] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:18,200 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1965028448]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:18,201 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x716272b0] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:18,201 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:18,202 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7162c8c0,0-->MSVoidSink:0x7162df28,0 2019-07-16 20:48:18,202 [TRACE] [doorpi.action.handler] [LIUZ4K] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:18,203 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:18,204 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:18,204 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:18,205 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:18,205 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 244 0.0167379 100 2019-07-16 20:48:18,206 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:18,206 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:18,207 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:18,207 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:18,208 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:18,208 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:18,208 [INFO] [doorpi.sipphone.from_linphone] Call 0x716272b0: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:18,209 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:18,210 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:18,210 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:18,210 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:18,451 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,453 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,454 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,456 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,457 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,458 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,465 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [855] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.1Z8jzKmRw;rport From: "DoorPi" ;tag=BxOZXgB-0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: K7D5jnLHSR Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: "DoorPi" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 958 133 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:18,760 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,762 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,762 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,764 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,765 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,767 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,768 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,770 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,772 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,773 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:18,774 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:18,777 [DEBUG] [doorpi.action.handler] [3Z68NK] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:18,777 [TRACE] [doorpi.action.handler] [3Z68NK] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:18,778 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:18,778 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:18,780 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:18,781 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:18,781 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:18,782 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:18.782115 2019-07-16 20:48:18,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:18,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73427f40) 2019-07-16 20:48:18,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:18,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb0940 2019-07-16 20:48:18,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:18,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb0940 2019-07-16 20:48:18,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb0940 2019-07-16 20:48:18,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb0940 2019-07-16 20:48:18,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb0940 [0x73427f40], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-18.wav") 2019-07-16 20:48:18,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:18,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb0940 [0x73427f40], 0x2a3128 [1]) 2019-07-16 20:48:18,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:18,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb0940 [0x73427f40]) 2019-07-16 20:48:18,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x734292f0, 2, "Starting outgoing call") 2019-07-16 20:48:18,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:18,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb08d0 2019-07-16 20:48:18,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:18,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb08d0 2019-07-16 20:48:18,799 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:18,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:18,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:18,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:18,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0890 2019-07-16 20:48:18,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:18,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0890 2019-07-16 20:48:18,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0890 2019-07-16 20:48:18,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0890 2019-07-16 20:48:18,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0890 [0x73428a08]) 2019-07-16 20:48:18,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0a7a0 2019-07-16 20:48:18,805 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:18,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:18,807 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:18,808 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:18,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:18,811 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:18,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:18,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x734292f0, 3, "Outgoing call in progress") 2019-07-16 20:48:18,818 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:18,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:18,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:18,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:18,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb08e0 2019-07-16 20:48:18,821 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:18,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:18,822 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x734292f0] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:18,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb08e0 2019-07-16 20:48:18,823 [INFO] [doorpi.sipphone.from_linphone] Call 0x734292f0: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:18,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb08e0 2019-07-16 20:48:18,824 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:18,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb08e0 2019-07-16 20:48:18,825 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x734292f0] 2019-07-16 20:48:18,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb08e0 [0x73428a08]) 2019-07-16 20:48:18,826 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:18,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0a770 2019-07-16 20:48:18,827 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:18,828 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:18,828 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:18,830 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:18,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,831 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:18,832 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x734292f0] 2019-07-16 20:48:18,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:18,833 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:18,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,834 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:18,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:18,835 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:18,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,836 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x734292f0] 2019-07-16 20:48:18,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:18,837 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7342a6c0,0-->MSVoidSink:0x73432070,0 2019-07-16 20:48:18,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:18,838 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:18,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb08d0 2019-07-16 20:48:18,840 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:18,841 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:18,841 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x74831b20] 2019-07-16 20:48:18,843 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:18,843 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:18,844 [DEBUG] [doorpi.action.handler] [R253U9] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:18,845 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7341d110], from state [INIT] to [CALLING] 2019-07-16 20:48:18,847 [TRACE] [doorpi.action.handler] [R253U9] try to fire action > with args () and kwargs {} 2019-07-16 20:48:18,847 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:18,847 [TRACE] [doorpi.action.handler] [3Z68NK] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:18,848 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.jsHt0H6~1;rport From: "DoorPi" ;tag=HadjHUO4M To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Q~buCXn6dz Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3633 2493 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:18,848 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:18,850 [INFO] [doorpi.sipphone.from_linphone] Call 0x734292f0: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:18,851 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:18,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:18,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:18,854 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:18,854 [TRACE] [doorpi.action.handler] [R253U9] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:18,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:18,907 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:18,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:18,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:18,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:18,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:18,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:18,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:18,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,071 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,072 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,072 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,073 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,073 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,075 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,114 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:19,115 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:19,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,270 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.fRnjFtZgg;rport From: "DoorPi" ;tag=3M7ZmVMW~ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Rf64N-CSlC Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 1720 1835 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:19,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,323 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.jsHt0H6~1;rport From: "DoorPi" ;tag=HadjHUO4M To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Q~buCXn6dz Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3633 2493 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:19,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,379 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,380 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,381 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,382 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,383 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,383 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,384 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,385 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,386 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,387 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,387 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,388 [DEBUG] [doorpi.action.handler] [Y5GAFA] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:19,388 [TRACE] [doorpi.action.handler] [Y5GAFA] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:19,388 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:19,389 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:19,390 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:19,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,390 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:19,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:19,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:19,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0950 2019-07-16 20:48:19,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:19,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0950 2019-07-16 20:48:19,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0950 2019-07-16 20:48:19,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0950 2019-07-16 20:48:19,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0950 [0x73428a08]) 2019-07-16 20:48:19,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73355fb0 2019-07-16 20:48:19,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:19,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:19,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0980 2019-07-16 20:48:19,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:19,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0980 2019-07-16 20:48:19,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0980 2019-07-16 20:48:19,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0980 2019-07-16 20:48:19,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0980 [0x73428a08]) 2019-07-16 20:48:19,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73355a40 2019-07-16 20:48:19,396 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.613858 seconds? -> skip 2019-07-16 20:48:19,396 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:19,397 [TRACE] [doorpi.action.handler] [Y5GAFA] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:19,397 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:19,427 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:19,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,690 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,693 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,695 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:19,695 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,697 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,698 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:19,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:19,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:19,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:19,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:19,999 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,001 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,002 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,003 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,004 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,006 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,007 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,008 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,011 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,013 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,014 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,014 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,017 [DEBUG] [doorpi.action.handler] [I4ODP9] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:20,018 [TRACE] [doorpi.action.handler] [I4ODP9] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:20,018 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:20,019 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:20,020 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:20,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:20,022 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:20,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:20,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0960 2019-07-16 20:48:20,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:20,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0960 2019-07-16 20:48:20,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0960 2019-07-16 20:48:20,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0960 2019-07-16 20:48:20,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0960 [0x73428a08]) 2019-07-16 20:48:20,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336a620 2019-07-16 20:48:20,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:20,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:20,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb09b0 2019-07-16 20:48:20,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:20,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb09b0 2019-07-16 20:48:20,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb09b0 2019-07-16 20:48:20,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb09b0 2019-07-16 20:48:20,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb09b0 [0x73428a08]) 2019-07-16 20:48:20,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336a6e0 2019-07-16 20:48:20,033 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.250825 seconds? -> skip 2019-07-16 20:48:20,033 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:20,035 [TRACE] [doorpi.action.handler] [I4ODP9] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:20,036 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:20,068 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:20,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,310 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,312 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,313 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,315 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,316 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,318 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,334 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.jsHt0H6~1;rport From: "DoorPi" ;tag=HadjHUO4M To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Q~buCXn6dz Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3633 2493 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:20,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,619 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,621 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,622 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,623 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,624 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,625 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,627 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,628 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,630 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,631 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,632 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,634 [DEBUG] [doorpi.action.handler] [8MRSGC] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:20,635 [TRACE] [doorpi.action.handler] [8MRSGC] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:20,635 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:20,636 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:20,637 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:20,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,639 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:20,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:20,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:20,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0910 2019-07-16 20:48:20,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:20,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0910 2019-07-16 20:48:20,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0910 2019-07-16 20:48:20,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0910 2019-07-16 20:48:20,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0910 [0x73428a08]) 2019-07-16 20:48:20,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336e590 2019-07-16 20:48:20,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:20,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:20,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb09a0 2019-07-16 20:48:20,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:20,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb09a0 2019-07-16 20:48:20,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb09a0 2019-07-16 20:48:20,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb09a0 2019-07-16 20:48:20,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb09a0 [0x73428a08]) 2019-07-16 20:48:20,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7336e500 2019-07-16 20:48:20,649 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.867653 seconds? -> skip 2019-07-16 20:48:20,650 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:20,652 [TRACE] [doorpi.action.handler] [8MRSGC] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:20,653 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:20,655 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:20,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,815 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Ji5uYQFAo;rport From: "DoorPi" ;tag=NzEt8bUCW To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: YrqwBMfTTX Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 2125 4034 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:20,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:20,930 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,932 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,933 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,934 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:20,935 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,937 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:20,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:20,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:20,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:20,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:21,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:21,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:21,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:21,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:21,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:21,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:21,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:21,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:21,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:21,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:21,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:21,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:21,239 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,241 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:21,242 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:21,244 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,245 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,248 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,249 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:21,251 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,252 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,253 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,254 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,257 [DEBUG] [doorpi.action.handler] [HSWNB4] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:21,257 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,258 [TRACE] [doorpi.action.handler] [HSWNB4] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:21,259 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:21,259 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:21,261 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:21,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:21,262 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:21,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:21,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:21,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb09e0 2019-07-16 20:48:21,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:21,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb09e0 2019-07-16 20:48:21,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb09e0 2019-07-16 20:48:21,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb09e0 2019-07-16 20:48:21,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb09e0 [0x73428a08]) 2019-07-16 20:48:21,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733728f0 2019-07-16 20:48:21,268 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:21,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x7342f360) 2019-07-16 20:48:21,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:21,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x734292f0, 13, "Call terminated") 2019-07-16 20:48:21,277 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:21,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb08d0 [0x734292f0]) 2019-07-16 20:48:21,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73428a08) 2019-07-16 20:48:21,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:21,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0990 2019-07-16 20:48:21,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:21,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0990 2019-07-16 20:48:21,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0990 2019-07-16 20:48:21,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0990 2019-07-16 20:48:21,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0990 [0x73428a08]) 2019-07-16 20:48:21,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733726e0 2019-07-16 20:48:21,282 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:21,284 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:21,285 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:21,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:21,287 [DEBUG] [doorpi.action.handler] [RVUH5I] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:21,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,288 [TRACE] [doorpi.action.handler] [RVUH5I] try to fire action > with args () and kwargs {} 2019-07-16 20:48:21,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:21,289 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:21,290 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:21,290 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:21,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:21,294 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:21,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:21,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:21,296 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:21,297 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:21,298 [TRACE] [doorpi.action.handler] [RVUH5I] try to fire action > with args () and kwargs {} 2019-07-16 20:48:21,299 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:21,300 [TRACE] [doorpi.action.handler] [RVUH5I] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:21,302 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:21,302 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x734292f0] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:21,303 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7342a6c0,0-->MSVoidSink:0x73432070,0 2019-07-16 20:48:21,303 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:21,303 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:21,304 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:21,304 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:21,305 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 246 0.0169346 100 2019-07-16 20:48:21,305 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:21,306 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:21,306 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:21,307 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:21,307 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:21,308 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:21,308 [INFO] [doorpi.sipphone.from_linphone] Call 0x734292f0: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:21,308 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:21,310 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:21,311 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:21,311 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:21,312 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:21,312 [TRACE] [doorpi.action.handler] [HSWNB4] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:21,550 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,551 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,553 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,555 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,555 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,556 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,566 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [856] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.bNlWRmEl1;rport From: "DoorPi" ;tag=ClNWB~~RQ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: o1pyw6sChp Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 23 3911 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:21,858 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,860 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,862 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,863 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,864 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,865 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,867 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,868 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,869 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,870 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:21,872 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:21,874 [DEBUG] [doorpi.action.handler] [6I8PE5] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:21,874 [TRACE] [doorpi.action.handler] [6I8PE5] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:21,875 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:21,875 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:21,877 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:21,878 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:21,878 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:21,878 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:21.878899 2019-07-16 20:48:21,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:21,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x7203cb48) 2019-07-16 20:48:21,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:21,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb09f0 2019-07-16 20:48:21,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:21,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb09f0 2019-07-16 20:48:21,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb09f0 2019-07-16 20:48:21,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb09f0 2019-07-16 20:48:21,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb09f0 [0x7203cb48], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-21.wav") 2019-07-16 20:48:21,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:21,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb09f0 [0x7203cb48], 0x2a3128 [1]) 2019-07-16 20:48:21,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:21,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb09f0 [0x7203cb48]) 2019-07-16 20:48:21,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x72067448, 2, "Starting outgoing call") 2019-07-16 20:48:21,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:21,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb09d0 2019-07-16 20:48:21,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:21,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb09d0 2019-07-16 20:48:21,896 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:21,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:21,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:21,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:21,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0a10 2019-07-16 20:48:21,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:21,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0a10 2019-07-16 20:48:21,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0a10 2019-07-16 20:48:21,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0a10 2019-07-16 20:48:21,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0a10 [0x7203d5b0]) 2019-07-16 20:48:21,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73376e30 2019-07-16 20:48:21,901 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:21,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:21,904 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:21,905 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:21,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:21,908 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:21,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:21,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x72067448, 3, "Outgoing call in progress") 2019-07-16 20:48:21,915 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:21,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:21,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:21,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:21,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0a30 2019-07-16 20:48:21,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:21,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0a30 2019-07-16 20:48:21,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0a30 2019-07-16 20:48:21,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0a30 2019-07-16 20:48:21,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0a30 [0x7203d5b0]) 2019-07-16 20:48:21,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73376c80 2019-07-16 20:48:21,920 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:21,922 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:21,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,923 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x72067448] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:21,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:21,924 [INFO] [doorpi.sipphone.from_linphone] Call 0x72067448: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:21,925 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:21,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,926 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x72067448] 2019-07-16 20:48:21,927 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:21,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:21,927 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:21,928 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:21,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,929 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:21,924 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:21,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:21,930 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x72067448] 2019-07-16 20:48:21,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:21,932 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:21,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb09d0 2019-07-16 20:48:21,933 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:21,933 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:21,934 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:21,935 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:21,936 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x72067448] 2019-07-16 20:48:21,936 [DEBUG] [doorpi.action.handler] [CN11W4] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:21,938 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x72063100,0-->MSVoidSink:0x72062980,0 2019-07-16 20:48:21,939 [TRACE] [doorpi.action.handler] [CN11W4] try to fire action > with args () and kwargs {} 2019-07-16 20:48:21,940 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:21,942 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:21,941 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:21,941 [TRACE] [doorpi.action.handler] [6I8PE5] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:21,942 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x73431f90] 2019-07-16 20:48:21,944 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:21,943 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:21,944 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7204aba0], from state [INIT] to [CALLING] 2019-07-16 20:48:21,940 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:21,946 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.syisCp1yR;rport From: "DoorPi" ;tag=EOdykIMNv To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: vesWAksWBY Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 583 1967 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:21,947 [INFO] [doorpi.sipphone.from_linphone] Call 0x72067448: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:21,948 [TRACE] [doorpi.action.handler] [CN11W4] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:21,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:21,949 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:21,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:21,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:21,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,003 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:22,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,169 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,171 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,172 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,173 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,175 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,176 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,322 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.jsHt0H6~1;rport From: "DoorPi" ;tag=HadjHUO4M To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Q~buCXn6dz Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3633 2493 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:22,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,431 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.syisCp1yR;rport From: "DoorPi" ;tag=EOdykIMNv To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: vesWAksWBY Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 583 1967 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:22,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,478 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,480 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,482 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,483 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,484 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,486 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,490 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,492 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,492 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,493 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,496 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,496 [DEBUG] [doorpi.action.handler] [XUUIZA] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:22,497 [TRACE] [doorpi.action.handler] [XUUIZA] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:22,498 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:22,498 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:22,499 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:22,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,501 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:22,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:22,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:22,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0930 2019-07-16 20:48:22,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:22,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0930 2019-07-16 20:48:22,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0930 2019-07-16 20:48:22,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0930 2019-07-16 20:48:22,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0930 [0x7203d5b0]) 2019-07-16 20:48:22,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b05a40 2019-07-16 20:48:22,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:22,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:22,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0a20 2019-07-16 20:48:22,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:22,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0a20 2019-07-16 20:48:22,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0a20 2019-07-16 20:48:22,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0a20 2019-07-16 20:48:22,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0a20 [0x7203d5b0]) 2019-07-16 20:48:22,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b05b00 2019-07-16 20:48:22,511 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.632951 seconds? -> skip 2019-07-16 20:48:22,512 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:22,514 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:22,514 [TRACE] [doorpi.action.handler] [XUUIZA] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:22,541 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:22,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,789 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,791 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,792 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,793 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:22,795 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,796 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:22,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:22,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:22,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:22,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:22,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,098 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,100 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,101 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,102 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,104 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,104 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,107 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,108 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,109 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,110 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,111 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,113 [DEBUG] [doorpi.action.handler] [4D2O36] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:23,114 [TRACE] [doorpi.action.handler] [4D2O36] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:23,114 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:23,115 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:23,116 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:23,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,118 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:23,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:23,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:23,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0a00 2019-07-16 20:48:23,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:23,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0a00 2019-07-16 20:48:23,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0a00 2019-07-16 20:48:23,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0a00 2019-07-16 20:48:23,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0a00 [0x7203d5b0]) 2019-07-16 20:48:23,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0a200 2019-07-16 20:48:23,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:23,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:23,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0a70 2019-07-16 20:48:23,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:23,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0a70 2019-07-16 20:48:23,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0a70 2019-07-16 20:48:23,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0a70 2019-07-16 20:48:23,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0a70 [0x7203d5b0]) 2019-07-16 20:48:23,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0a380 2019-07-16 20:48:23,128 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.249611 seconds? -> skip 2019-07-16 20:48:23,129 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:23,131 [TRACE] [doorpi.action.handler] [4D2O36] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:23,131 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:23,132 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:23,133 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:23,134 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:23,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,241 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.fRnjFtZgg;rport From: "DoorPi" ;tag=3M7ZmVMW~ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Rf64N-CSlC Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 1720 1835 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:23,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,409 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,411 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,413 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,414 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,416 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,417 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,455 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.syisCp1yR;rport From: "DoorPi" ;tag=EOdykIMNv To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: vesWAksWBY Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 583 1967 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:23,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,718 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,719 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,721 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,722 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,725 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,727 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,730 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,731 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,732 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,732 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:23,734 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:23,736 [DEBUG] [doorpi.action.handler] [PJXOS7] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:23,736 [TRACE] [doorpi.action.handler] [PJXOS7] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:23,737 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:23,737 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:23,739 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:23,740 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:23,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:23,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:23,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0a90 2019-07-16 20:48:23,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:23,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0a90 2019-07-16 20:48:23,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0a90 2019-07-16 20:48:23,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0a90 2019-07-16 20:48:23,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0a90 [0x7203d5b0]) 2019-07-16 20:48:23,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0ab30 2019-07-16 20:48:23,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:23,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:23,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0970 2019-07-16 20:48:23,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:23,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0970 2019-07-16 20:48:23,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0970 2019-07-16 20:48:23,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0970 2019-07-16 20:48:23,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0970 [0x7203d5b0]) 2019-07-16 20:48:23,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0abc0 2019-07-16 20:48:23,751 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.872603 seconds? -> skip 2019-07-16 20:48:23,752 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:23,754 [TRACE] [doorpi.action.handler] [PJXOS7] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:23,754 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:23,778 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:23,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:23,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:23,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:23,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:23,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:24,029 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,031 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,032 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,033 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,034 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,036 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:24,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:24,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:24,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:24,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:24,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:24,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:24,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:24,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:24,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:24,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:24,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:24,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:24,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:24,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:24,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:24,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:24,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:24,337 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,339 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,340 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,342 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,342 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,344 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,346 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,347 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,348 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,349 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,351 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,353 [DEBUG] [doorpi.action.handler] [8SSASD] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:24,354 [TRACE] [doorpi.action.handler] [8SSASD] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:24,354 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:24,355 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:24,356 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:24,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:24,358 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:24,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:24,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:24,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0a80 2019-07-16 20:48:24,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:24,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0a80 2019-07-16 20:48:24,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0a80 2019-07-16 20:48:24,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0a80 2019-07-16 20:48:24,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0a80 [0x7203d5b0]) 2019-07-16 20:48:24,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b19080 2019-07-16 20:48:24,363 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:24,364 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:24,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:24,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:24,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x72067db0) 2019-07-16 20:48:24,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:24,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:24,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x72067448, 13, "Call terminated") 2019-07-16 20:48:24,375 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:24,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb09d0 [0x72067448]) 2019-07-16 20:48:24,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7203d5b0) 2019-07-16 20:48:24,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:24,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0aa0 2019-07-16 20:48:24,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:24,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0aa0 2019-07-16 20:48:24,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0aa0 2019-07-16 20:48:24,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0aa0 2019-07-16 20:48:24,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0aa0 [0x7203d5b0]) 2019-07-16 20:48:24,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b19080 2019-07-16 20:48:24,380 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:24,382 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:24,382 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:24,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:24,385 [DEBUG] [doorpi.action.handler] [GBSQTJ] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:24,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,386 [TRACE] [doorpi.action.handler] [GBSQTJ] try to fire action > with args () and kwargs {} 2019-07-16 20:48:24,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:24,387 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:24,388 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:24,388 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:24,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:24,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:24,392 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:24,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:24,394 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:24,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:24,395 [TRACE] [doorpi.action.handler] [GBSQTJ] try to fire action > with args () and kwargs {} 2019-07-16 20:48:24,395 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:24,396 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:24,398 [TRACE] [doorpi.action.handler] [GBSQTJ] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:24,400 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:24,401 [TRACE] [doorpi.action.handler] [8SSASD] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:24,425 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x72067448] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:24,425 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x72063100,0-->MSVoidSink:0x72062980,0 2019-07-16 20:48:24,426 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:24,426 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:24,427 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:24,427 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:24,428 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 246 0.0190943 100 2019-07-16 20:48:24,428 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:24,429 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:24,429 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:24,430 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:24,430 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:24,431 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:24,431 [INFO] [doorpi.sipphone.from_linphone] Call 0x72067448: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:24,432 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:24,432 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:24,432 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:24,433 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:24,649 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,650 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,652 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,653 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,654 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,655 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,686 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Nozzec8wz;rport From: "DoorPi" ;tag=1KYk46Y5K To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: AnA3DRckO9 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3546 2915 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:24,957 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,959 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,960 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,962 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,962 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,964 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,965 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,966 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,968 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:24,970 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,970 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:24,972 [DEBUG] [doorpi.action.handler] [09KBOE] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:24,972 [TRACE] [doorpi.action.handler] [09KBOE] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:24,973 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:24,973 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:24,975 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:24,976 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:24,976 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:24,976 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:24.976737 2019-07-16 20:48:24,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:24,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73452660) 2019-07-16 20:48:24,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:24,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb09c0 2019-07-16 20:48:24,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:24,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb09c0 2019-07-16 20:48:24,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb09c0 2019-07-16 20:48:24,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb09c0 2019-07-16 20:48:24,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb09c0 [0x73452660], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-24.wav") 2019-07-16 20:48:24,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:24,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb09c0 [0x73452660], 0x2a3128 [1]) 2019-07-16 20:48:24,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:24,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb09c0 [0x73452660]) 2019-07-16 20:48:24,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x73455910, 2, "Starting outgoing call") 2019-07-16 20:48:24,992 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:24,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:24,993 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x73455910] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:24,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0a60 2019-07-16 20:48:24,994 [INFO] [doorpi.sipphone.from_linphone] Call 0x73455910: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:24,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:24,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:24,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0a60 2019-07-16 20:48:24,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0ac0 2019-07-16 20:48:24,997 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:24,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:24,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0a60 [0x73455910]) 2019-07-16 20:48:24,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0ac0 2019-07-16 20:48:24,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:25,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:25,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831754 2019-07-16 20:48:25,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0ab0 2019-07-16 20:48:25,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:25,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0ab0 2019-07-16 20:48:25,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0ab0 2019-07-16 20:48:25,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0ab0 2019-07-16 20:48:25,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0ab0 [0x734552d8]) 2019-07-16 20:48:25,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b19710 2019-07-16 20:48:25,006 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:25,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:25,009 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:25,010 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:25,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:25,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:25,013 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:25,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x73455910, 3, "Outgoing call in progress") 2019-07-16 20:48:25,020 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:25,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:25,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:25,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0ad0 2019-07-16 20:48:25,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:25,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0ad0 2019-07-16 20:48:25,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0ad0 2019-07-16 20:48:25,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0ad0 2019-07-16 20:48:25,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0ad0 [0x734552d8]) 2019-07-16 20:48:25,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b19770 2019-07-16 20:48:25,025 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:25,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,027 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:25,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:25,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:25,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:25,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:25,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb0ac0 2019-07-16 20:48:25,032 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:25,033 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:25,034 [DEBUG] [doorpi.action.handler] [2JX5QB] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:25,036 [TRACE] [doorpi.action.handler] [2JX5QB] try to fire action > with args () and kwargs {} 2019-07-16 20:48:25,036 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:25,037 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:25,037 [TRACE] [doorpi.action.handler] [09KBOE] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:25,038 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:25,040 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:25,041 [TRACE] [doorpi.action.handler] [2JX5QB] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:25,054 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:25,055 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x73455910] 2019-07-16 20:48:25,056 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:25,056 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:25,057 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:25,057 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:25,058 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x73455910] 2019-07-16 20:48:25,058 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:25,058 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:25,059 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:25,059 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x73455910] 2019-07-16 20:48:25,060 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7345b908,0-->MSVoidSink:0x734568a8,0 2019-07-16 20:48:25,060 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:25,061 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:25,061 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x73452718] 2019-07-16 20:48:25,062 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:25,062 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7346a7a0], from state [INIT] to [CALLING] 2019-07-16 20:48:25,063 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.3gSlSCYGW;rport From: "DoorPi" ;tag=CuyyRi2DC To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Fe9IXDIdQ2 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3287 859 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:25,063 [INFO] [doorpi.sipphone.from_linphone] Call 0x73455910: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:25,064 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:25,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,268 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,270 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,272 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,273 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,274 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,277 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,438 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.syisCp1yR;rport From: "DoorPi" ;tag=EOdykIMNv To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: vesWAksWBY Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 583 1967 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:25,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/doorpi/sipphone/from_linphone.py", line 21, in log_handler def log_handler(level, msg): KeyboardInterrupt 2019-07-16 20:48:25,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,577 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,579 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,580 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,581 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,583 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,584 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,586 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,587 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,588 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,589 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,591 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,593 [DEBUG] [doorpi.action.handler] [1LM9AQ] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:25,594 [TRACE] [doorpi.action.handler] [1LM9AQ] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:25,594 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:25,595 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:25,596 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:25,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,597 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:25,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:25,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:25,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0a50 2019-07-16 20:48:25,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:25,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0a50 2019-07-16 20:48:25,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0a50 2019-07-16 20:48:25,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0a50 2019-07-16 20:48:25,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0a50 [0x734552d8]) 2019-07-16 20:48:25,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b19e00 2019-07-16 20:48:25,603 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1965028448]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:25,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:25,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:25,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0b20 2019-07-16 20:48:25,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:25,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0b20 2019-07-16 20:48:25,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0b20 2019-07-16 20:48:25,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0b20 2019-07-16 20:48:25,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0b20 [0x734552d8]) 2019-07-16 20:48:25,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b19e00 2019-07-16 20:48:25,612 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.635594 seconds? -> skip 2019-07-16 20:48:25,612 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:25,614 [TRACE] [doorpi.action.handler] [1LM9AQ] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:25,615 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:25,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,888 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,890 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,891 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:25,892 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,894 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,895 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:25,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:25,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:25,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:25,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:25,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,197 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,198 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,200 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,201 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,202 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,202 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,205 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,206 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,207 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,208 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,210 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,212 [DEBUG] [doorpi.action.handler] [65QFZE] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:26,213 [TRACE] [doorpi.action.handler] [65QFZE] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:26,213 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:26,214 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:26,215 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:26,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:26,217 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:26,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:26,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0b40 2019-07-16 20:48:26,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:26,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0b40 2019-07-16 20:48:26,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0b40 2019-07-16 20:48:26,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0b40 2019-07-16 20:48:26,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0b40 [0x734552d8]) 2019-07-16 20:48:26,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b1c2c0 2019-07-16 20:48:26,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:26,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:26,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0af0 2019-07-16 20:48:26,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:26,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0af0 2019-07-16 20:48:26,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0af0 2019-07-16 20:48:26,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0af0 2019-07-16 20:48:26,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0af0 [0x734552d8]) 2019-07-16 20:48:26,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b1c320 2019-07-16 20:48:26,227 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.250762 seconds? -> skip 2019-07-16 20:48:26,228 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:26,230 [TRACE] [doorpi.action.handler] [65QFZE] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:26,230 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:26,243 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:26,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,351 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.jsHt0H6~1;rport From: "DoorPi" ;tag=HadjHUO4M To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Q~buCXn6dz Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3633 2493 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:26,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,508 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,510 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,514 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,515 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,516 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,519 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,568 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.3gSlSCYGW;rport From: "DoorPi" ;tag=CuyyRi2DC To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Fe9IXDIdQ2 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3287 859 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:26,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,817 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,818 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,820 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,821 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,822 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,823 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,825 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,826 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,828 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,829 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:26,831 [DEBUG] [doorpi.action.handler] [3O9P6Y] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:26,832 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:26,832 [TRACE] [doorpi.action.handler] [3O9P6Y] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:26,833 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:26,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,834 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:26,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,838 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:26,839 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:26,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:26,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:26,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0b10 2019-07-16 20:48:26,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:26,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0b10 2019-07-16 20:48:26,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0b10 2019-07-16 20:48:26,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0b10 2019-07-16 20:48:26,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0b10 [0x734552d8]) 2019-07-16 20:48:26,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b1c770 2019-07-16 20:48:26,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:26,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:26,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0ae0 2019-07-16 20:48:26,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:26,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0ae0 2019-07-16 20:48:26,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0ae0 2019-07-16 20:48:26,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0ae0 2019-07-16 20:48:26,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0ae0 [0x734552d8]) 2019-07-16 20:48:26,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b1c7a0 2019-07-16 20:48:26,850 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.873928 seconds? -> skip 2019-07-16 20:48:26,851 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:26,853 [TRACE] [doorpi.action.handler] [3O9P6Y] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:26,853 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:26,889 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:26,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:26,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:26,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:26,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:26,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:27,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:27,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:27,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:27,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:27,128 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,129 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,131 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,132 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,133 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,134 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,155 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:27,156 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:27,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:27,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:27,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:27,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:27,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:27,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:27,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:27,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:27,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:27,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:27,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:27,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:27,436 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,438 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,439 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,440 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,441 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,443 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,445 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,446 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,447 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,448 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,448 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,451 [DEBUG] [doorpi.action.handler] [XKUIW5] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:27,452 [TRACE] [doorpi.action.handler] [XKUIW5] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:27,453 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:27,453 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:27,454 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:27,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,456 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:27,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:27,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:27,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0a40 2019-07-16 20:48:27,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:27,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0a40 2019-07-16 20:48:27,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0a40 2019-07-16 20:48:27,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0a40 2019-07-16 20:48:27,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0a40 [0x734552d8]) 2019-07-16 20:48:27,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b1cb90 2019-07-16 20:48:27,461 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:27,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x73459b80) 2019-07-16 20:48:27,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:27,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x73455910, 13, "Call terminated") 2019-07-16 20:48:27,468 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:27,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ac0 [0x73455910]) 2019-07-16 20:48:27,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x734552d8) 2019-07-16 20:48:27,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:27,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0b70 2019-07-16 20:48:27,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:27,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0b70 2019-07-16 20:48:27,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0b70 2019-07-16 20:48:27,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0b70 2019-07-16 20:48:27,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0b70 [0x734552d8]) 2019-07-16 20:48:27,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b1cc20 2019-07-16 20:48:27,473 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:27,475 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:27,475 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:27,477 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x73455910] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:27,477 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:27,478 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7345b908,0-->MSVoidSink:0x734568a8,0 2019-07-16 20:48:27,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,480 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:27,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:27,481 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:27,482 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:27,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,483 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:27,484 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 245 0.0203237 100 2019-07-16 20:48:27,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:27,484 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:27,485 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:27,485 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:27,486 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:27,488 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:27,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:27,481 [DEBUG] [doorpi.action.handler] [75TWVL] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:27,488 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:27,489 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:27,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:27,490 [TRACE] [doorpi.action.handler] [75TWVL] try to fire action > with args () and kwargs {} 2019-07-16 20:48:27,491 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:27,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:27,492 [INFO] [doorpi.sipphone.from_linphone] Call 0x73455910: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:27,494 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:27,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:27,494 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:27,495 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:27,495 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:27,493 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:27,498 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:27,499 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:27,500 [TRACE] [doorpi.action.handler] [XKUIW5] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:27,501 [TRACE] [doorpi.action.handler] [75TWVL] try to fire action > with args () and kwargs {} 2019-07-16 20:48:27,502 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:27,502 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:27,504 [TRACE] [doorpi.action.handler] [75TWVL] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:27,546 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:27,747 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,749 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,751 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,752 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:27,754 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:27,755 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,056 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,058 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,059 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,061 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,062 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,063 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,063 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,065 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,067 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,067 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,069 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,070 [DEBUG] [doorpi.action.handler] [NMJ5XV] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:28,071 [TRACE] [doorpi.action.handler] [NMJ5XV] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:28,072 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:28,072 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:28,074 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:28,075 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:28,076 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:28,076 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:28.076446 2019-07-16 20:48:28,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:28,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x7345a830) 2019-07-16 20:48:28,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:28,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb0b80 2019-07-16 20:48:28,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:28,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb0b80 2019-07-16 20:48:28,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb0b80 2019-07-16 20:48:28,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb0b80 2019-07-16 20:48:28,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb0b80 [0x7345a830], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-28.wav") 2019-07-16 20:48:28,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:28,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb0b80 [0x7345a830], 0x2a3128 [1]) 2019-07-16 20:48:28,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:28,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb0b80 [0x7345a830]) 2019-07-16 20:48:28,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x7345e810, 2, "Starting outgoing call") 2019-07-16 20:48:28,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:28,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0b90 2019-07-16 20:48:28,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:28,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0b90 2019-07-16 20:48:28,094 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:28,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:28,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:28,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0b50 2019-07-16 20:48:28,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:28,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0b50 2019-07-16 20:48:28,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0b50 2019-07-16 20:48:28,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0b50 2019-07-16 20:48:28,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0b50 [0x7345df30]) 2019-07-16 20:48:28,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73355e60 2019-07-16 20:48:28,100 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:28,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,102 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:28,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:28,103 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:28,104 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:28,105 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x7345e810] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:28,106 [INFO] [doorpi.sipphone.from_linphone] Call 0x7345e810: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:28,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831754 2019-07-16 20:48:28,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,109 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:28,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:28,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:28,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x7345e810, 3, "Outgoing call in progress") 2019-07-16 20:48:28,117 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:28,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:28,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:28,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0b30 2019-07-16 20:48:28,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:28,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0b30 2019-07-16 20:48:28,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0b30 2019-07-16 20:48:28,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0b30 2019-07-16 20:48:28,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0b30 [0x7345df30]) 2019-07-16 20:48:28,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73355e60 2019-07-16 20:48:28,123 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:28,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:28,126 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:28,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:28,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:28,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:28,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb0b90 2019-07-16 20:48:28,130 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:28,131 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:28,133 [DEBUG] [doorpi.action.handler] [4YBKJA] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:28,134 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:28,134 [TRACE] [doorpi.action.handler] [4YBKJA] try to fire action > with args () and kwargs {} 2019-07-16 20:48:28,135 [TRACE] [doorpi.action.handler] [NMJ5XV] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:28,136 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:28,137 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:28,138 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:28,139 [TRACE] [doorpi.action.handler] [4YBKJA] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:28,161 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:28,161 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x7345e810] 2019-07-16 20:48:28,162 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:28,162 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:28,163 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:28,163 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:28,164 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x7345e810] 2019-07-16 20:48:28,164 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:28,165 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:28,165 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:28,166 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x7345e810] 2019-07-16 20:48:28,166 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x73471058,0-->MSVoidSink:0x7345da08,0 2019-07-16 20:48:28,166 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:28,167 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:28,167 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x734914d8] 2019-07-16 20:48:28,168 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:28,168 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x734081c8], from state [INIT] to [CALLING] 2019-07-16 20:48:28,169 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Fx1jE5Jt6;rport From: "DoorPi" ;tag=B~i5XaUK0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: 5Q45~yzckH Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3602 1460 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:28,169 [INFO] [doorpi.sipphone.from_linphone] Call 0x7345e810: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:28,170 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:28,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,367 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,369 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,370 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,371 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,372 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,374 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,544 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.3gSlSCYGW;rport From: "DoorPi" ;tag=CuyyRi2DC To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Fe9IXDIdQ2 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3287 859 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:28,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,651 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Fx1jE5Jt6;rport From: "DoorPi" ;tag=B~i5XaUK0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: 5Q45~yzckH Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3602 1460 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:28,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,676 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,677 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,679 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,680 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,681 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,682 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,684 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,685 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,687 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,688 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,689 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,691 [DEBUG] [doorpi.action.handler] [05D8MI] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:28,691 [TRACE] [doorpi.action.handler] [05D8MI] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:28,692 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:28,692 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:28,694 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:28,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,695 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:28,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:28,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:28,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0bc0 2019-07-16 20:48:28,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:28,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0bc0 2019-07-16 20:48:28,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0bc0 2019-07-16 20:48:28,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0bc0 2019-07-16 20:48:28,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0bc0 [0x7345df30]) 2019-07-16 20:48:28,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73372710 2019-07-16 20:48:28,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:28,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:28,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0b60 2019-07-16 20:48:28,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:28,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0b60 2019-07-16 20:48:28,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0b60 2019-07-16 20:48:28,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0b60 2019-07-16 20:48:28,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0b60 [0x7345df30]) 2019-07-16 20:48:28,705 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:28,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733726e0 2019-07-16 20:48:28,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,707 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.63123 seconds? -> skip 2019-07-16 20:48:28,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,708 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:28,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,712 [TRACE] [doorpi.action.handler] [05D8MI] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:28,713 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:28,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,816 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Ji5uYQFAo;rport From: "DoorPi" ;tag=NzEt8bUCW To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: YrqwBMfTTX Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 2125 4034 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:28,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:28,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:28,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:28,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:28,987 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,989 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,990 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:28,991 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,992 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:28,994 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,296 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,298 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,299 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,300 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,301 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,302 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,304 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,305 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,307 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,308 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,310 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,311 [DEBUG] [doorpi.action.handler] [SFNSUO] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:29,311 [TRACE] [doorpi.action.handler] [SFNSUO] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:29,312 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:29,312 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:29,314 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:29,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,315 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:29,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:29,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:29,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0bb0 2019-07-16 20:48:29,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:29,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0bb0 2019-07-16 20:48:29,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0bb0 2019-07-16 20:48:29,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0bb0 2019-07-16 20:48:29,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0bb0 [0x7345df30]) 2019-07-16 20:48:29,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73376f80 2019-07-16 20:48:29,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:29,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:29,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0bf0 2019-07-16 20:48:29,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:29,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0bf0 2019-07-16 20:48:29,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0bf0 2019-07-16 20:48:29,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0bf0 2019-07-16 20:48:29,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0bf0 [0x7345df30]) 2019-07-16 20:48:29,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x733767d0 2019-07-16 20:48:29,326 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.249684 seconds? -> skip 2019-07-16 20:48:29,326 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:29,328 [TRACE] [doorpi.action.handler] [SFNSUO] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:29,329 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:29,348 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:29,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,457 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.syisCp1yR;rport From: "DoorPi" ;tag=EOdykIMNv To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: vesWAksWBY Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 583 1967 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:29,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,607 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,608 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,610 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,611 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,612 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,614 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,617 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Fx1jE5Jt6;rport From: "DoorPi" ;tag=B~i5XaUK0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: 5Q45~yzckH Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3602 1460 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:29,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,915 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,917 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,918 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,919 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,920 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,921 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,923 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,925 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,927 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,927 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:29,928 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:29,930 [DEBUG] [doorpi.action.handler] [0HG4BZ] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:29,931 [TRACE] [doorpi.action.handler] [0HG4BZ] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:29,931 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:29,932 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:29,933 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:29,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,935 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:29,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:29,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:29,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0bd0 2019-07-16 20:48:29,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:29,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:29,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0bd0 2019-07-16 20:48:29,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0bd0 2019-07-16 20:48:29,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0bd0 2019-07-16 20:48:29,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0bd0 [0x7345df30]) 2019-07-16 20:48:29,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0abf0 2019-07-16 20:48:29,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:29,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:29,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0c10 2019-07-16 20:48:29,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:29,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0c10 2019-07-16 20:48:29,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0c10 2019-07-16 20:48:29,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0c10 2019-07-16 20:48:29,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0c10 [0x7345df30]) 2019-07-16 20:48:29,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0aaa0 2019-07-16 20:48:29,949 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.872542 seconds? -> skip 2019-07-16 20:48:29,949 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:29,951 [TRACE] [doorpi.action.handler] [0HG4BZ] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:29,952 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:29,991 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1943229536]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:29,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:29,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:29,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:29,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,226 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,228 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,229 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,231 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,232 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,232 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:30,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:30,535 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,536 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,538 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,538 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,539 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,541 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,543 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,544 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,545 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,547 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,548 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,550 [DEBUG] [doorpi.action.handler] [ZL19RV] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:30,551 [TRACE] [doorpi.action.handler] [ZL19RV] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:30,551 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:30,551 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:30,553 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:30,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,554 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:30,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:30,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:30,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0b00 2019-07-16 20:48:30,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:30,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0b00 2019-07-16 20:48:30,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0b00 2019-07-16 20:48:30,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0b00 2019-07-16 20:48:30,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0b00 [0x7345df30]) 2019-07-16 20:48:30,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0af50 2019-07-16 20:48:30,560 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:30,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x73455560) 2019-07-16 20:48:30,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:30,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x7345e810, 13, "Call terminated") 2019-07-16 20:48:30,566 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:30,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0b90 [0x7345e810]) 2019-07-16 20:48:30,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7345df30) 2019-07-16 20:48:30,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:30,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0ba0 2019-07-16 20:48:30,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:30,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0ba0 2019-07-16 20:48:30,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0ba0 2019-07-16 20:48:30,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0ba0 2019-07-16 20:48:30,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0ba0 [0x7345df30]) 2019-07-16 20:48:30,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b0ae00 2019-07-16 20:48:30,571 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:30,572 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:30,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,575 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:30,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:30,576 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:30,576 [DEBUG] [doorpi.action.handler] [VIZNOT] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:30,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,578 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x7345e810] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:30,578 [TRACE] [doorpi.action.handler] [VIZNOT] try to fire action > with args () and kwargs {} 2019-07-16 20:48:30,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:30,579 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x73471058,0-->MSVoidSink:0x7345da08,0 2019-07-16 20:48:30,580 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:30,580 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:30,581 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:30,581 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:30,583 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:30,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:30,585 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:30,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:30,587 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:30,587 [TRACE] [doorpi.action.handler] [VIZNOT] try to fire action > with args () and kwargs {} 2019-07-16 20:48:30,587 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:30,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:30,588 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:30,589 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:30,590 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 245 0.0190991 100 2019-07-16 20:48:30,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:30,592 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:30,593 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:30,593 [TRACE] [doorpi.action.handler] [VIZNOT] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:30,593 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:30,595 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:30,596 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:30,596 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:30,597 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:30,597 [INFO] [doorpi.sipphone.from_linphone] Call 0x7345e810: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:30,598 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:30,598 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:30,599 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:30,602 [TRACE] [doorpi.action.handler] [ZL19RV] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:30,603 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:30,653 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:30,846 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,848 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,849 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,850 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:30,852 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:30,853 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,155 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,156 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,158 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:31,159 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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-07-16 20:48:31,160 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,158 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,162 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,165 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,168 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,170 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,172 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,174 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,175 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,176 [DEBUG] [doorpi.action.handler] [SH5SKR] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:31,177 [TRACE] [doorpi.action.handler] [SH5SKR] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:31,177 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:31,178 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:31,179 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:31,180 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:31,181 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:31,181 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:31.181410 2019-07-16 20:48:31,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:31,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73453fc8) 2019-07-16 20:48:31,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:31,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb0c50 2019-07-16 20:48:31,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:31,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb0c50 2019-07-16 20:48:31,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb0c50 2019-07-16 20:48:31,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb0c50 2019-07-16 20:48:31,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb0c50 [0x73453fc8], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-31.wav") 2019-07-16 20:48:31,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:31,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb0c50 [0x73453fc8], 0x2a3128 [1]) 2019-07-16 20:48:31,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:31,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb0c50 [0x73453fc8]) 2019-07-16 20:48:31,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x73475688, 2, "Starting outgoing call") 2019-07-16 20:48:31,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:31,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0c00 2019-07-16 20:48:31,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:31,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0c00 2019-07-16 20:48:31,199 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:31,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:31,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:31,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0c60 2019-07-16 20:48:31,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:31,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0c60 2019-07-16 20:48:31,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0c60 2019-07-16 20:48:31,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0c60 2019-07-16 20:48:31,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0c60 [0x73429da0]) 2019-07-16 20:48:31,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b19f80 2019-07-16 20:48:31,204 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:31,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:31,207 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:31,207 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:31,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:31,211 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:31,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:31,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x73475688, 3, "Outgoing call in progress") 2019-07-16 20:48:31,218 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:31,219 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:31,219 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x73475688] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:31,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,220 [INFO] [doorpi.sipphone.from_linphone] Call 0x73475688: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:31,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:31,221 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:31,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:31,222 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x73475688] 2019-07-16 20:48:31,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0c70 2019-07-16 20:48:31,224 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:31,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:31,225 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:31,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0c70 2019-07-16 20:48:31,226 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:31,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0c70 2019-07-16 20:48:31,227 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:31,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0c70 2019-07-16 20:48:31,228 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x73475688] 2019-07-16 20:48:31,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0c70 [0x73429da0]) 2019-07-16 20:48:31,229 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:31,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b19dd0 2019-07-16 20:48:31,230 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:31,230 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:31,231 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:31,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,233 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:31,234 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x73475688] 2019-07-16 20:48:31,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:31,235 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7348b588,0-->MSVoidSink:0x7348b778,0 2019-07-16 20:48:31,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,236 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:31,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:31,237 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:31,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,238 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x72070b10] 2019-07-16 20:48:31,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:31,240 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:31,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:31,241 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73428d28], from state [INIT] to [CALLING] 2019-07-16 20:48:31,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb0c00 2019-07-16 20:48:31,242 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.rZzaoM0y3;rport From: "DoorPi" ;tag=QnfyUQBp4 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: LhAE4vj5PG Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 253 2029 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:31,243 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:31,243 [INFO] [doorpi.sipphone.from_linphone] Call 0x73475688: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:31,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,246 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:31,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,247 [DEBUG] [doorpi.action.handler] [FSPPLG] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:31,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,249 [TRACE] [doorpi.action.handler] [FSPPLG] try to fire action > with args () and kwargs {} 2019-07-16 20:48:31,250 [TRACE] [doorpi.action.handler] [SH5SKR] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:31,251 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:31,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,252 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:31,253 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:31,255 [TRACE] [doorpi.action.handler] [FSPPLG] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:31,256 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:31,304 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:31,305 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.fRnjFtZgg;rport From: "DoorPi" ;tag=3M7ZmVMW~ To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Rf64N-CSlC Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 1720 1835 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:31,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,466 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,468 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,469 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,471 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,472 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,474 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,628 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.Fx1jE5Jt6;rport From: "DoorPi" ;tag=B~i5XaUK0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: 5Q45~yzckH Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3602 1460 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:31,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,736 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.rZzaoM0y3;rport From: "DoorPi" ;tag=QnfyUQBp4 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: LhAE4vj5PG Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 253 2029 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:31,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,774 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,776 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,777 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,779 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,779 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,780 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,782 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,784 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,785 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,786 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:31,788 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:31,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,791 [DEBUG] [doorpi.action.handler] [Z66209] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:31,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,792 [TRACE] [doorpi.action.handler] [Z66209] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:31,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,793 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:31,795 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:31,796 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:31,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,798 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:31,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:31,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:31,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0c20 2019-07-16 20:48:31,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:31,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0c20 2019-07-16 20:48:31,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0c20 2019-07-16 20:48:31,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0c20 2019-07-16 20:48:31,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0c20 [0x73429da0]) 2019-07-16 20:48:31,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b1cb60 2019-07-16 20:48:31,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:31,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:31,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0c30 2019-07-16 20:48:31,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:31,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0c30 2019-07-16 20:48:31,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0c30 2019-07-16 20:48:31,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0c30 2019-07-16 20:48:31,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0c30 [0x73429da0]) 2019-07-16 20:48:31,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b1c9b0 2019-07-16 20:48:31,809 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.627556 seconds? -> skip 2019-07-16 20:48:31,809 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:31,811 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:31,812 [TRACE] [doorpi.action.handler] [Z66209] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:31,845 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:31,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:31,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:31,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:31,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:31,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,085 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,087 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,088 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,089 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,092 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,092 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,394 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,396 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,397 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,398 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,399 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,401 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,402 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,403 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,405 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,407 [DEBUG] [doorpi.action.handler] [8TENVM] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:32,408 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,408 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,408 [TRACE] [doorpi.action.handler] [8TENVM] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:32,410 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:32,410 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:32,412 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:32,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,413 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:32,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:32,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:32,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0ca0 2019-07-16 20:48:32,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:32,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0ca0 2019-07-16 20:48:32,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0ca0 2019-07-16 20:48:32,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0ca0 2019-07-16 20:48:32,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0ca0 [0x73429da0]) 2019-07-16 20:48:32,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b22320 2019-07-16 20:48:32,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:32,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:32,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0be0 2019-07-16 20:48:32,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:32,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0be0 2019-07-16 20:48:32,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0be0 2019-07-16 20:48:32,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0be0 2019-07-16 20:48:32,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0be0 [0x73429da0]) 2019-07-16 20:48:32,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b22380 2019-07-16 20:48:32,424 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.242994 seconds? -> skip 2019-07-16 20:48:32,425 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:32,427 [TRACE] [doorpi.action.handler] [8TENVM] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:32,427 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:32,429 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1912599648]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:32,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,536 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.3gSlSCYGW;rport From: "DoorPi" ;tag=CuyyRi2DC To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Fe9IXDIdQ2 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3287 859 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:32,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,705 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,706 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,708 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:32,708 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,709 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,712 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:32,749 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.rZzaoM0y3;rport From: "DoorPi" ;tag=QnfyUQBp4 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: LhAE4vj5PG Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 253 2029 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:32,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:32,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:32,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:32,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:32,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,013 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,015 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,018 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,021 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,022 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,023 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,024 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,026 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,028 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,029 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,031 [DEBUG] [doorpi.action.handler] [RRBV0M] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:33,031 [TRACE] [doorpi.action.handler] [RRBV0M] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:33,032 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,032 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:33,033 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:33,035 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:33,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,036 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:33,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:33,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:33,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0cb0 2019-07-16 20:48:33,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:33,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0cb0 2019-07-16 20:48:33,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0cb0 2019-07-16 20:48:33,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0cb0 2019-07-16 20:48:33,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0cb0 [0x73429da0]) 2019-07-16 20:48:33,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b22770 2019-07-16 20:48:33,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:33,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:33,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0cc0 2019-07-16 20:48:33,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:33,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0cc0 2019-07-16 20:48:33,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0cc0 2019-07-16 20:48:33,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0cc0 2019-07-16 20:48:33,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0cc0 [0x73429da0]) 2019-07-16 20:48:33,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b22800 2019-07-16 20:48:33,047 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 1.86558 seconds? -> skip 2019-07-16 20:48:33,047 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:33,049 [TRACE] [doorpi.action.handler] [RRBV0M] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:33,050 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:33,071 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:33,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,325 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,326 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,327 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,329 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,329 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,331 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,633 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,635 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,635 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,637 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,637 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,639 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,642 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,643 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,644 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,646 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,646 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,648 [DEBUG] [doorpi.action.handler] [V1IZPH] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:33,648 [TRACE] [doorpi.action.handler] [V1IZPH] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:33,649 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:33,650 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:33,651 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:33,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,653 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:33,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:33,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:33,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0cf0 2019-07-16 20:48:33,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:33,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0cf0 2019-07-16 20:48:33,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0cf0 2019-07-16 20:48:33,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0cf0 2019-07-16 20:48:33,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:33,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0cf0 [0x73429da0]) 2019-07-16 20:48:33,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b22bc0 2019-07-16 20:48:33,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:33,661 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-07-16 20:48:33,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19fe798, 0x73476750) 2019-07-16 20:48:33,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-07-16 20:48:33,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x73475688, 13, "Call terminated") 2019-07-16 20:48:33,666 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-07-16 20:48:33,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0c00 [0x73475688]) 2019-07-16 20:48:33,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73429da0) 2019-07-16 20:48:33,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:33,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0d00 2019-07-16 20:48:33,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:33,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0d00 2019-07-16 20:48:33,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0d00 2019-07-16 20:48:33,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0d00 2019-07-16 20:48:33,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0d00 [0x73429da0]) 2019-07-16 20:48:33,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b22bc0 2019-07-16 20:48:33,671 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:33,673 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:33,674 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:33,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,676 [DEBUG] [doorpi.action.handler] [MAIJAZ] fire for event OnCallStateDisconnect this actions [, ] 2019-07-16 20:48:33,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:33,677 [TRACE] [doorpi.action.handler] [MAIJAZ] try to fire action > with args () and kwargs {} 2019-07-16 20:48:33,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,678 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:33,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:33,679 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:33,680 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:33,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:33,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x183176c 2019-07-16 20:48:33,684 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:33,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:33,685 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:33,686 [TRACE] [doorpi.action.handler] [MAIJAZ] try to fire action > with args () and kwargs {} 2019-07-16 20:48:33,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x183176c 2019-07-16 20:48:33,687 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:33,687 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:33,689 [TRACE] [doorpi.action.handler] [MAIJAZ] finished fire_event for event_name OnCallStateDisconnect 2019-07-16 20:48:33,691 [TRACE] [doorpi.action.handler] [V1IZPH] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:33,692 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:33,712 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:33,713 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x73475688] which is currently in state LinphoneCallOutgoingProgress 2019-07-16 20:48:33,713 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7348b588,0-->MSVoidSink:0x7348b778,0 2019-07-16 20:48:33,713 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:33,714 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-07-16 20:48:33,714 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-07-16 20:48:33,715 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-07-16 20:48:33,715 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 245 0.0192332 100 2019-07-16 20:48:33,716 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-07-16 20:48:33,716 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-07-16 20:48:33,717 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2019-07-16 20:48:33,717 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-07-16 20:48:33,717 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2019-07-16 20:48:33,718 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-07-16 20:48:33,718 [INFO] [doorpi.sipphone.from_linphone] Call 0x73475688: moving from state LinphoneCallOutgoingProgress to LinphoneCallEnd 2019-07-16 20:48:33,719 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-07-16 20:48:33,719 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_log_updated] 2019-07-16 20:48:33,720 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-07-16 20:48:33,720 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:33,944 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,946 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,948 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,949 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:33,951 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:33,951 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,253 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,255 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,257 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,257 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,259 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,259 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,262 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,262 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,264 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,265 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,267 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,268 [DEBUG] [doorpi.action.handler] [AW52IU] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:34,268 [TRACE] [doorpi.action.handler] [AW52IU] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:34,269 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:34,270 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:34,271 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:34,272 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-07-16 20:48:34,272 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:34,273 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-07-16 18:48:34.273159 2019-07-16 20:48:34,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x733fe590 [0x19fe798], 0x2a2810 [(nil)]) 2019-07-16 20:48:34,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x734890d0) 2019-07-16 20:48:34,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-07-16 20:48:34,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb0c40 2019-07-16 20:48:34,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-07-16 20:48:34,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb0c40 2019-07-16 20:48:34,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb0c40 2019-07-16 20:48:34,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb0c40 2019-07-16 20:48:34,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb0c40 [0x734890d0], "/usr/local/etc/DoorPi/records/2019-07-16_20-48-34.wav") 2019-07-16 20:48:34,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-07-16 20:48:34,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb0c40 [0x734890d0], 0x2a3128 [1]) 2019-07-16 20:48:34,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-07-16 20:48:34,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x733fe590 [0x19fe798], "**621", 0x76cb0c40 [0x734890d0]) 2019-07-16 20:48:34,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x734a1cb8, 2, "Starting outgoing call") 2019-07-16 20:48:34,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-07-16 20:48:34,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0ce0 2019-07-16 20:48:34,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-07-16 20:48:34,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0ce0 2019-07-16 20:48:34,291 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-07-16 20:48:34,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73489940) 2019-07-16 20:48:34,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:34,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0d30 2019-07-16 20:48:34,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:34,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0d30 2019-07-16 20:48:34,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0d30 2019-07-16 20:48:34,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0d30 2019-07-16 20:48:34,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0d30 [0x73489940]) 2019-07-16 20:48:34,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b2f440 2019-07-16 20:48:34,296 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:34,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,298 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:34,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:34,299 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:34,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,301 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:34,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:34,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:34,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x734a1cb8, 3, "Outgoing call in progress") 2019-07-16 20:48:34,309 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-07-16 20:48:34,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73489940) 2019-07-16 20:48:34,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:34,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0d40 2019-07-16 20:48:34,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:34,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0d40 2019-07-16 20:48:34,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0d40 2019-07-16 20:48:34,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0d40 2019-07-16 20:48:34,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0d40 [0x73489940]) 2019-07-16 20:48:34,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b2f410 2019-07-16 20:48:34,314 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:34,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:34,317 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:34,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:34,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:34,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:34,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb0ce0 2019-07-16 20:48:34,321 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:34,323 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:34,325 [TRACE] [doorpi.action.handler] [AW52IU] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:34,325 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:34,326 [DEBUG] [doorpi.action.handler] [TLJ1ZJ] fire for event OnSipPhoneMakeCall this actions [] 2019-07-16 20:48:34,327 [TRACE] [doorpi.action.handler] [TLJ1ZJ] try to fire action > with args () and kwargs {} 2019-07-16 20:48:34,328 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1932788832]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:34,329 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-07-16 20:48:34,329 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x734a1cb8] initialized (LinphoneCore version: 3.9.0) 2019-07-16 20:48:34,330 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-07-16 20:48:34,331 [INFO] [doorpi.sipphone.from_linphone] Call 0x734a1cb8: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-07-16 20:48:34,332 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:34,332 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x734a1cb8] 2019-07-16 20:48:34,333 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-07-16 20:48:34,334 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-07-16 20:48:34,334 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-07-16 20:48:34,335 [TRACE] [doorpi.action.handler] [TLJ1ZJ] finished fire_event for event_name OnSipPhoneMakeCall 2019-07-16 20:48:34,335 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-07-16 20:48:34,336 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-07-16 20:48:34,337 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x734a1cb8] 2019-07-16 20:48:34,337 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-07-16 20:48:34,338 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-07-16 20:48:34,338 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-07-16 20:48:34,339 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x734a1cb8] 2019-07-16 20:48:34,340 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x734a8840,0-->MSVoidSink:0x734a80a8,0 2019-07-16 20:48:34,340 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-07-16 20:48:34,340 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-07-16 20:48:34,341 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.1] on op [0x734899c8] 2019-07-16 20:48:34,341 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-07-16 20:48:34,342 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x734b6bf8], from state [INIT] to [CALLING] 2019-07-16 20:48:34,342 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.5OVyU421B;rport From: "DoorPi" ;tag=GkRN~B40U To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: CcNHYwq9g4 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3528 3636 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:34,343 [INFO] [doorpi.sipphone.from_linphone] Call 0x734a1cb8: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-07-16 20:48:34,343 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:34,344 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.jsHt0H6~1;rport From: "DoorPi" ;tag=HadjHUO4M To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: Q~buCXn6dz Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3633 2493 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:34,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,449 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [855] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.1Z8jzKmRw;rport From: "DoorPi" ;tag=BxOZXgB-0 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: K7D5jnLHSR Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 284 Contact: "DoorPi" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 958 133 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:34,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,564 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,565 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,566 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,566 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,567 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_11 - skip fire_event OnKeyUp_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,568 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.11 - skip fire_event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,760 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [857] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.rZzaoM0y3;rport From: "DoorPi" ;tag=QnfyUQBp4 To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: LhAE4vj5PG Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 285 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 253 2029 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:34,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,813 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [858] bytes INVITE sip:**621@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.5OVyU421B;rport From: "DoorPi" ;tag=GkRN~B40U To: sip:**621@192.168.178.1 CSeq: 20 INVITE Call-ID: CcNHYwq9g4 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 286 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=Tuersprechanlage 3528 3636 IN IP4 192.168.178.100 s=Talk c=IN IP4 192.168.178.100 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-07-16 20:48:34,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,872 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,873 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,874 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,875 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,875 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_11 - skip fire_event OnKeyDown_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,876 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,877 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,878 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,878 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.11 - skip fire_event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,879 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio asyncron 2019-07-16 20:48:34,880 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_11 - skip fire_event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2019-07-16 20:48:34,881 [DEBUG] [doorpi.action.handler] [K0B3ZL] fire for event OnKeyPressed_onboardpins.11 this actions [] 2019-07-16 20:48:34,881 [TRACE] [doorpi.action.handler] [K0B3ZL] try to fire action CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:34,881 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2019-07-16 20:48:34,882 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:34,882 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2019-07-16 20:48:34,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,883 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:34,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73489940) 2019-07-16 20:48:34,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:34,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0d10 2019-07-16 20:48:34,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:34,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0d10 2019-07-16 20:48:34,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0d10 2019-07-16 20:48:34,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0d10 2019-07-16 20:48:34,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0d10 [0x73489940]) 2019-07-16 20:48:34,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b2f9b0 2019-07-16 20:48:34,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73489940) 2019-07-16 20:48:34,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:34,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0c80 2019-07-16 20:48:34,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:34,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0c80 2019-07-16 20:48:34,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0c80 2019-07-16 20:48:34,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0c80 2019-07-16 20:48:34,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0c80 [0x73489940]) 2019-07-16 20:48:34,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b2fa40 2019-07-16 20:48:34,888 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.1 again while call is running since 0.615597 seconds? -> skip 2019-07-16 20:48:34,889 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-07-16 20:48:34,890 [TRACE] [doorpi.action.handler] [K0B3ZL] finished fire_event for event_name OnKeyPressed_onboardpins.11 2019-07-16 20:48:34,890 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-07-16 20:48:34,916 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1965028448]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-07-16 20:48:34,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:34,968 [INFO] [doorpi.sipphone.from_linphone] Call 0x72a2cb98: moving from state LinphoneCallEnd to LinphoneCallReleased 2019-07-16 20:48:34,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19fe798, 0x72a2cb98, 18, "Call released") 2019-07-16 20:48:34,969 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2019-07-16 20:48:34,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0540 [0x72a2cb98]) 2019-07-16 20:48:34,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72a03148) 2019-07-16 20:48:34,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-07-16 20:48:34,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0d50 2019-07-16 20:48:34,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-07-16 20:48:34,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0d50 2019-07-16 20:48:34,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0d50 2019-07-16 20:48:34,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0d50 2019-07-16 20:48:34,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0d50 [0x72a03148]) 2019-07-16 20:48:34,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72b2f920 2019-07-16 20:48:34,972 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-07-16 20:48:34,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:34,973 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-07-16 20:48:34,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:34,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1831760 2019-07-16 20:48:34,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-07-16 20:48:34,975 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19fe798] notifying [call_state_changed] 2019-07-16 20:48:34,975 [INFO] [doorpi.sipphone.from_linphone] op [0x72a01540] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2019-07-16 20:48:34,975 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72a07290], from state [CALLING] to [TERMINATED] 2019-07-16 20:48:34,975 [INFO] [doorpi.sipphone.from_linphone] Client INVITE transaction [0x72a07290] terminated 2019-07-16 20:48:34,976 [INFO] [doorpi.sipphone.from_linphone] Destroying op [0x72a01540] of type [SalOpCall] 2019-07-16 20:48:34,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:34,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:34,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:34,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:35,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:35,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:35,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:35,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:35,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0ce0 [0x734a1cb8]) 2019-07-16 20:48:35,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1831748 2019-07-16 20:48:35,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x733fe590 [0x19fe798]) 2019-07-16 20:48:35,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x18316b8 2019-07-16 20:48:35,132 [INFO] [doorpi.sipphone.from_linphone] nict_on_timer_E: sending retransmission 2019-07-16 20:48:35,133 [INFO] [doorpi.sipphone.from_linphone] channel [0x72a15fc8]: message sent to [UDP://192.168.178.1:5060], size: [555] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.100:5060;branch=z9hG4bK.uEBDZCNl8;rport From: "DoorPi" ;tag=IMqz~QXV1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: SbndgKYYnU 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)