2022-03-22 18:22:28,406 [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 2022-03-22 18:22:28,406 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2022-03-22 18:22:28,407 [DEBUG] [doorpi.doorpi] run 2022-03-22 18:22:28,407 [DEBUG] [doorpi.doorpi] prepare 2022-03-22 18:22:28,407 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2022-03-22 18:22:28,408 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2022-03-22 18:22:28,411 [DEBUG] [doorpi.conf.config_object] __init__ 2022-03-22 18:22:28,411 [TRACE] [doorpi.conf.config_object] get_from_config 2022-03-22 18:22:28,413 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2022-03-22 18:22:28,413 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2022-03-22 18:22:28,413 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2022-03-22 18:22:28,415 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2022-03-22 18:22:28,415 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2022-03-22 18:22:28,415 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2022-03-22 18:22:28,415 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2022-03-22 18:22:28,415 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2022-03-22 18:22:28,415 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2022-03-22 18:22:28,415 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2022-03-22 18:22:28,415 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2022-03-22 18:22:28,416 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2022-03-22 18:22:28,416 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2022-03-22 18:22:28,416 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2022-03-22 18:22:28,416 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2022-03-22 18:22:28,416 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2022-03-22 18:22:28,417 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2022-03-22 18:22:28,418 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2022-03-22 18:22:28,419 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2022-03-22 18:22:28,419 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2022-03-22 18:22:28,419 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2022-03-22 18:22:28,419 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2022-03-22 18:22:28,420 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2022-03-22 18:22:28,421 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2022-03-22 18:22:28,421 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2022-03-22 18:22:28,421 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2022-03-22 18:22:28,421 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2022-03-22 18:22:28,421 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2022-03-22 18:22:28,421 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2022-03-22 18:22:28,422 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2022-03-22 18:22:28,422 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2022-03-22 18:22:28,422 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2022-03-22 18:22:28,422 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2022-03-22 18:22:28,422 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2022-03-22 18:22:28,423 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2022-03-22 18:22:28,423 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2022-03-22 18:22:28,423 [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 2022-03-22 18:22:28,423 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2022-03-22 18:22:28,423 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrators'] 2022-03-22 18:22:28,423 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns ['guests'] 2022-03-22 18:22:28,424 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrators', 'guests'] 2022-03-22 18:22:28,424 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['admin', 'visitor'] 2022-03-22 18:22:28,424 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section Group (default: []) returns ['admin'] 2022-03-22 18:22:28,424 [TRACE] [doorpi.conf.config_object] get_list for key guests in section Group (default: []) returns ['visitor'] 2022-03-22 18:22:28,424 [TRACE] [doorpi.conf.config_object] get_sections returns ['virtual_InputPins', 'onboardpins_OutputPins', 'AREA_public', 'onboardpins_keyboard', 'Group', 'ReadPermission', 'virtual_keyboard', 'AdminNumbers', 'keyboards', 'DTMF', 'SIP-Phone', 'WritePermission', 'virtual_OutputPins', 'EVENT_OnKeyPressed_onboardpins.0', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2022-03-22 18:22:28,424 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section WritePermission (default: []) returns ['dashboard', 'status', 'config'] 2022-03-22 18:22:28,424 [TRACE] [doorpi.conf.config_object] get_list for key guests in section ReadPermission (default: []) returns ['dashboard'] 2022-03-22 18:22:28,425 [ERROR] [doorpi.status.webserver] module dashboard doesn't exist but is assigned to group administrators in WritePermission 2022-03-22 18:22:28,425 [ERROR] [doorpi.status.webserver] module status doesn't exist but is assigned to group administrators in WritePermission 2022-03-22 18:22:28,425 [ERROR] [doorpi.status.webserver] module config doesn't exist but is assigned to group administrators in WritePermission 2022-03-22 18:22:28,425 [ERROR] [doorpi.status.webserver] module dashboard doesn't exist but is assigned to group guests in ReadPermission 2022-03-22 18:22:28,425 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2022-03-22 18:22:28,425 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2022-03-22 18:22:28,425 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2022-03-22 18:22:28,426 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,426 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2022-03-22 18:22:28,426 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,427 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,427 [DEBUG] [doorpi.action.handler] [9TPGXA] fire for event OnWebServerStart this actions [] 2022-03-22 18:22:28,427 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,427 [TRACE] [doorpi.action.handler] [9TPGXA] try to fire action WebServerStartupAction with args () and kwargs {} 2022-03-22 18:22:28,427 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,427 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2022-03-22 18:22:28,428 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,428 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,428 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,428 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,428 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,428 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,428 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,429 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,429 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,429 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,429 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2022-03-22 18:22:28,429 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['virtual', 'onboardpins'] 2022-03-22 18:22:28,429 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: virtual, onboardpins) 2022-03-22 18:22:28,429 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'virtual' to handler 2022-03-22 18:22:28,429 [TRACE] [doorpi.conf.config_object] get_string for key virtual in section keyboards (default: dummy) returns filesystem 2022-03-22 18:22:28,430 [TRACE] [doorpi.conf.config_object] get_keys for section virtual_InputPins returns [] 2022-03-22 18:22:28,430 [TRACE] [doorpi.conf.config_object] get_keys for section virtual_OutputPins returns [] 2022-03-22 18:22:28,430 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section virtual_keyboard (default: 2000) returns 2000.0 2022-03-22 18:22:28,430 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section virtual_keyboard (default: 0) returns 0 2022-03-22 18:22:28,430 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section virtual_keyboard (default: True) returns True 2022-03-22 18:22:28,431 [DEBUG] [doorpi.keyboard.from_filesystem] doorpi.keyboard.from_filesystem loaded 2022-03-22 18:22:28,462 [DEBUG] [doorpi.keyboard.from_filesystem] FileSystem.__init__(input_pins = [], output_pins = [], polarity = 0) 2022-03-22 18:22:28,463 [TRACE] [doorpi.conf.config_object] get_boolean for key reset_input in section virtual_keyboard (default: True) returns True 2022-03-22 18:22:28,463 [TRACE] [doorpi.conf.config_object] get_string for key base_path_input in section virtual_keyboard (default: ) returns /usr/local/etc/DoorPi/filesystem/inputs/ 2022-03-22 18:22:28,464 [DEBUG] [doorpi.conf.config_object] parse string "/usr/local/etc/DoorPi/filesystem/inputs/" to "/usr/local/etc/DoorPi/filesystem/inputs/" 2022-03-22 18:22:28,464 [TRACE] [doorpi.conf.config_object] get_string for key base_path_output in section virtual_keyboard (default: ) returns /usr/local/etc/DoorPi/filesystem/outputs/ 2022-03-22 18:22:28,464 [DEBUG] [doorpi.conf.config_object] parse string "/usr/local/etc/DoorPi/filesystem/outputs/" to "/usr/local/etc/DoorPi/filesystem/outputs/" 2022-03-22 18:22:28,466 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2022-03-22 18:22:28,466 [TRACE] [doorpi.conf.config_object] get_keys for section virtual_OutputPins returns [] 2022-03-22 18:22:28,466 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2022-03-22 18:22:28,467 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns piface 2022-03-22 18:22:28,467 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['1', '0', '3', '2', '5', '4', '7', '6'] 2022-03-22 18:22:28,467 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '2', '7'] 2022-03-22 18:22:28,467 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 4000.0 2022-03-22 18:22:28,468 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2022-03-22 18:22:28,468 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2022-03-22 18:22:28,468 [DEBUG] [doorpi.keyboard.from_piface] doorpi.keyboard.from_piface loaded 2022-03-22 18:22:28,477 [DEBUG] [doorpi.keyboard.from_piface] __init__(input_pins = ['1', '0', '3', '2', '5', '4', '7', '6'], output_pins = ['1', '0', '2', '7'], polarity = 0) 2022-03-22 18:22:28,504 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-03-22 18:22:28,504 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was added 2022-03-22 18:22:28,505 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,505 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,505 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_1 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,505 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,505 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.1 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,505 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-03-22 18:22:28,506 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,506 [TRACE] [doorpi.action.handler] register Event OnKeyUp_1 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,506 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_1 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,506 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,506 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.1 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,506 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-03-22 18:22:28,506 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,507 [TRACE] [doorpi.action.handler] register Event OnKeyDown_1 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,507 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_1 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,507 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,507 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.1 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,508 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-03-22 18:22:28,508 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,508 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,508 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_0 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,508 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,508 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.0 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,509 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-03-22 18:22:28,509 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,509 [TRACE] [doorpi.action.handler] register Event OnKeyUp_0 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,509 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_0 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,509 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,509 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.0 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,509 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-03-22 18:22:28,510 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,510 [TRACE] [doorpi.action.handler] register Event OnKeyDown_0 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,510 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_0 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,510 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,510 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.0 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,510 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-03-22 18:22:28,510 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,511 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_3 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,511 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_3 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,511 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.3 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,511 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.3 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,511 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-03-22 18:22:28,511 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,511 [TRACE] [doorpi.action.handler] register Event OnKeyUp_3 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,512 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_3 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,512 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.3 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,512 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.3 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,512 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-03-22 18:22:28,512 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,512 [TRACE] [doorpi.action.handler] register Event OnKeyDown_3 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,512 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_3 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,512 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.3 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,513 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.3 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,513 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-03-22 18:22:28,513 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,513 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_2 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,513 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_2 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,513 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.2 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,513 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.2 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,513 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-03-22 18:22:28,513 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,514 [TRACE] [doorpi.action.handler] register Event OnKeyUp_2 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,514 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_2 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,514 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.2 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,514 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.2 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,514 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-03-22 18:22:28,514 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,514 [TRACE] [doorpi.action.handler] register Event OnKeyDown_2 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,514 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_2 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,515 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.2 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,515 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.2 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,515 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-03-22 18:22:28,515 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,515 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_5 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,515 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_5 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,515 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.5 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,515 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.5 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,515 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-03-22 18:22:28,516 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,516 [TRACE] [doorpi.action.handler] register Event OnKeyUp_5 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,516 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_5 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,516 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.5 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,516 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.5 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,516 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-03-22 18:22:28,516 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,516 [TRACE] [doorpi.action.handler] register Event OnKeyDown_5 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,516 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_5 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,517 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.5 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,517 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.5 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,517 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-03-22 18:22:28,517 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,517 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_4 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,517 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_4 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,517 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.4 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,517 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.4 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,517 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-03-22 18:22:28,518 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,518 [TRACE] [doorpi.action.handler] register Event OnKeyUp_4 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,518 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_4 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,518 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.4 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,518 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.4 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,518 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-03-22 18:22:28,518 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,518 [TRACE] [doorpi.action.handler] register Event OnKeyDown_4 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,518 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_4 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,519 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.4 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,519 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.4 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,519 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-03-22 18:22:28,519 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,519 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_7 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,519 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_7 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,519 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.7 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,519 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.7 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,519 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-03-22 18:22:28,520 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,520 [TRACE] [doorpi.action.handler] register Event OnKeyUp_7 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,520 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_7 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,520 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.7 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,520 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.7 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,520 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-03-22 18:22:28,520 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,520 [TRACE] [doorpi.action.handler] register Event OnKeyDown_7 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,521 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_7 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,521 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.7 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,521 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.7 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,521 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-03-22 18:22:28,521 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,521 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_6 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,521 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_6 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,521 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.6 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,521 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.6 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,522 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-03-22 18:22:28,522 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,522 [TRACE] [doorpi.action.handler] register Event OnKeyUp_6 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,522 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_6 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,522 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.6 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,522 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.6 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,522 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-03-22 18:22:28,522 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-03-22 18:22:28,522 [TRACE] [doorpi.action.handler] register Event OnKeyDown_6 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,523 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_6 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,523 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.6 from doorpi.keyboard.from_piface 2022-03-22 18:22:28,523 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.6 and registered source doorpi.keyboard.from_piface 2022-03-22 18:22:28,534 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2022-03-22 18:22:28,535 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '2', '7'] 2022-03-22 18:22:28,535 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_OutputPins (default: ) returns Tueroeffner 2022-03-22 18:22:28,535 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_OutputPins (default: ) returns Verstaerker 2022-03-22 18:22:28,535 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_OutputPins (default: ) returns 2022-03-22 18:22:28,535 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section onboardpins_OutputPins (default: ) returns DoorPi-Alive-LED 2022-03-22 18:22:28,537 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2022-03-22 18:22:28,538 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2022-03-22 18:22:28,539 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2022-03-22 18:22:28,540 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2022-03-22 18:22:28,561 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2022-03-22 18:22:28,563 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2022-03-22 18:22:28,564 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2022-03-22 18:22:28,570 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2022-03-22 18:22:28,573 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2022-03-22 18:22:28,573 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2022-03-22 18:22:28,574 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2022-03-22 18:22:28,575 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2022-03-22 18:22:28,576 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2022-03-22 18:22:28,577 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2022-03-22 18:22:28,581 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2022-03-22 18:22:28,582 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2022-03-22 18:22:28,582 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,582 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2022-03-22 18:22:28,582 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,582 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,582 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,582 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,583 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,583 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,583 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,583 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,583 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,583 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,583 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,583 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,583 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,584 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,584 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,584 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,584 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,584 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,584 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,584 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,584 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,585 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,585 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2022-03-22 18:22:28,585 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2022-03-22 18:22:28,585 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2022-03-22 18:22:28,585 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,585 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2022-03-22 18:22:28,585 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,585 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,585 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,586 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,586 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,586 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,586 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,586 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,586 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,586 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,586 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,587 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,587 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,587 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,587 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,587 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,587 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,587 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,587 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,588 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,588 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,588 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,588 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,588 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"0#"'] 2022-03-22 18:22:28,588 [TRACE] [doorpi.action.handler] register Event OnDTMF_"0#" from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,588 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"0#" and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,588 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,588 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2022-03-22 18:22:28,589 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,589 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,589 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,589 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,589 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,589 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,589 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,589 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,589 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,590 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,590 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,590 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,590 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,590 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,590 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,590 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,590 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,590 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,591 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:22:28,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2022-03-22 18:22:28,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0xb2e3d848 2022-03-22 18:22:28,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2022-03-22 18:22:28,592 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:28,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0xb2e3d848 2022-03-22 18:22:28,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0xb4ced930, "(null)", "(null)") 2022-03-22 18:22:28,593 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2022-03-22 18:22:28,593 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2022-03-22 18:22:28,593 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2022-03-22 18:22:28,593 [INFO] [doorpi.sipphone.from_linphone] srtp init 2022-03-22 18:22:28,600 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2022-03-22 18:22:28,613 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2022-03-22 18:22:28,615 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC0D0c' failed (-2) 2022-03-22 18:22:28,617 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 Headphones' added 2022-03-22 18:22:28,617 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2022-03-22 18:22:28,617 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2022-03-22 18:22:28,617 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2022-03-22 18:22:28,617 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2022-03-22 18:22:28,618 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2022-03-22 18:22:28,618 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2022-03-22 18:22:28,618 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x1a84e20] registered on core [0x1a84cd8] 2022-03-22 18:22:28,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1a84e20, 1, "Starting up") 2022-03-22 18:22:28,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2022-03-22 18:22:28,618 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [global_state_changed] 2022-03-22 18:22:28,619 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2022-03-22 18:22:28,619 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2022-03-22 18:22:28,619 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2022-03-22 18:22:28,619 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2022-03-22 18:22:28,619 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2022-03-22 18:22:28,619 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2022-03-22 18:22:28,619 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2022-03-22 18:22:28,619 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2022-03-22 18:22:28,620 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2022-03-22 18:22:28,620 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2022-03-22 18:22:28,620 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2022-03-22 18:22:28,620 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2022-03-22 18:22:28,620 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2022-03-22 18:22:28,620 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2022-03-22 18:22:28,620 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2022-03-22 18:22:28,621 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2022-03-22 18:22:28,621 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2022-03-22 18:22:28,621 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2022-03-22 18:22:28,621 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2022-03-22 18:22:28,621 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2022-03-22 18:22:28,621 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2022-03-22 18:22:28,621 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2022-03-22 18:22:28,621 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2022-03-22 18:22:28,621 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-03-22 18:22:28,622 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-03-22 18:22:28,622 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-03-22 18:22:28,622 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-03-22 18:22:28,622 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-03-22 18:22:28,622 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-03-22 18:22:28,622 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-03-22 18:22:28,622 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-03-22 18:22:28,622 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-03-22 18:22:28,623 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-03-22 18:22:28,623 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2022-03-22 18:22:28,623 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2022-03-22 18:22:28,623 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2022-03-22 18:22:28,623 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2022-03-22 18:22:28,623 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2022-03-22 18:22:28,623 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2022-03-22 18:22:28,623 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2022-03-22 18:22:28,624 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2022-03-22 18:22:28,624 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2022-03-22 18:22:28,624 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2022-03-22 18:22:28,624 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2022-03-22 18:22:28,624 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2022-03-22 18:22:28,624 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2022-03-22 18:22:28,624 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2022-03-22 18:22:28,624 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2022-03-22 18:22:28,625 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2022-03-22 18:22:28,625 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2022-03-22 18:22:28,625 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2022-03-22 18:22:28,625 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2022-03-22 18:22:28,625 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2022-03-22 18:22:28,625 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2022-03-22 18:22:28,625 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2022-03-22 18:22:28,625 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2022-03-22 18:22:28,626 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2022-03-22 18:22:28,626 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2022-03-22 18:22:28,626 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2022-03-22 18:22:28,626 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2022-03-22 18:22:28,626 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2022-03-22 18:22:28,626 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2022-03-22 18:22:28,626 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2022-03-22 18:22:28,626 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2022-03-22 18:22:28,627 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2022-03-22 18:22:28,627 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2022-03-22 18:22:28,627 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2022-03-22 18:22:28,627 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2022-03-22 18:22:28,627 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2022-03-22 18:22:28,627 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2022-03-22 18:22:28,627 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2022-03-22 18:22:28,627 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2022-03-22 18:22:28,628 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2022-03-22 18:22:28,628 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2022-03-22 18:22:28,628 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2022-03-22 18:22:28,628 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2022-03-22 18:22:28,628 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2022-03-22 18:22:28,628 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2022-03-22 18:22:28,628 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2022-03-22 18:22:28,628 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2022-03-22 18:22:28,629 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2022-03-22 18:22:28,629 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2022-03-22 18:22:28,629 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2022-03-22 18:22:28,629 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2022-03-22 18:22:28,629 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-03-22 18:22:28,629 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-03-22 18:22:28,629 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-03-22 18:22:28,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x1a84e20, 2, "(null)") 2022-03-22 18:22:28,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2022-03-22 18:22:28,630 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [configuring_status] 2022-03-22 18:22:28,630 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2022-03-22 18:22:28,630 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2022-03-22 18:22:28,630 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2022-03-22 18:22:28,630 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2022-03-22 18:22:28,631 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2022-03-22 18:22:28,631 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2022-03-22 18:22:28,631 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2022-03-22 18:22:28,631 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2022-03-22 18:22:28,631 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2022-03-22 18:22:28,631 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2022-03-22 18:22:28,631 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2022-03-22 18:22:28,631 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2022-03-22 18:22:28,632 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2022-03-22 18:22:28,632 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2022-03-22 18:22:28,632 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2022-03-22 18:22:28,632 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2022-03-22 18:22:28,632 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2022-03-22 18:22:28,632 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2022-03-22 18:22:28,632 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2022-03-22 18:22:28,632 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2022-03-22 18:22:28,633 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2022-03-22 18:22:28,633 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-03-22 18:22:28,633 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2022-03-22 18:22:28,633 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1a89300] on [sip:0.0.0.0:5060;transport=UDP] 2022-03-22 18:22:28,633 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19cef18] on [sip:0.0.0.0:5060;transport=TCP] 2022-03-22 18:22:28,633 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1adb3d0] on [sip:0.0.0.0:-1;transport=TLS] 2022-03-22 18:22:28,634 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 33625 2022-03-22 18:22:28,634 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-03-22 18:22:28,634 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-03-22 18:22:28,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1a84e20, 2, "Ready") 2022-03-22 18:22:28,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2022-03-22 18:22:28,636 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [global_state_changed] 2022-03-22 18:22:28,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0xb2e3d848 2022-03-22 18:22:28,636 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2022-03-22 18:22:28,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0xb2e3d848 [0x1a84e20], "DoorPi ") 2022-03-22 18:22:28,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2022-03-22 18:22:28,637 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2022-03-22 18:22:28,637 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2022-03-22 18:22:28,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0xb2e3d848 [0x1a84e20], 2) 2022-03-22 18:22:28,638 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2022-03-22 18:22:28,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2022-03-22 18:22:28,638 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2022-03-22 18:22:28,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0xb2e3d848 [0x1a84e20], 0x2a311c [0]) 2022-03-22 18:22:28,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2022-03-22 18:22:28,639 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2022-03-22 18:22:28,639 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2022-03-22 18:22:28,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2022-03-22 18:22:28,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0xb2e3d860 2022-03-22 18:22:28,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0xb2e3d848 [0x1a84e20], 0xb2e3d860 [0xb2e3d868]) 2022-03-22 18:22:28,639 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1a89300] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2022-03-22 18:22:28,640 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x19cef18] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2022-03-22 18:22:28,640 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1adb3d0] on [sip:0.0.0.0:33625;transport=TLS] destroyed 2022-03-22 18:22:28,640 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2022-03-22 18:22:28,640 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1a89300] on [sip:0.0.0.0:5060;transport=UDP] 2022-03-22 18:22:28,640 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1a85ca0] on [sip:0.0.0.0:5060;transport=TCP] 2022-03-22 18:22:28,641 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1ae86f0] on [sip:0.0.0.0:-1;transport=TLS] 2022-03-22 18:22:28,641 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 38527 2022-03-22 18:22:28,641 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-03-22 18:22:28,641 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-03-22 18:22:28,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2022-03-22 18:22:28,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0xb2e3d860) 2022-03-22 18:22:28,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2022-03-22 18:22:28,642 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2022-03-22 18:22:28,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0xb2e3d848 [0x1a84e20], 0x2a311c [0]) 2022-03-22 18:22:28,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2022-03-22 18:22:28,642 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2022-03-22 18:22:28,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0xb2e3d848 [0x1a84e20], "") 2022-03-22 18:22:28,642 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2022-03-22 18:22:28,643 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2022-03-22 18:22:28,643 [INFO] [doorpi.sipphone.from_linphone] fd00::9a9b:cbff:fe76:3cb9 2022-03-22 18:22:28,643 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2022-03-22 18:22:28,643 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2022-03-22 18:22:28,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2022-03-22 18:22:28,644 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2022-03-22 18:22:28,644 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2022-03-22 18:22:28,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0xb2e3d848 [0x1a84e20], 0) 2022-03-22 18:22:28,644 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2022-03-22 18:22:28,644 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2022-03-22 18:22:28,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2022-03-22 18:22:28,645 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2022-03-22 18:22:28,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0xb2e3d848 [0x1a84e20], 120) 2022-03-22 18:22:28,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2022-03-22 18:22:28,645 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2022-03-22 18:22:28,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0xb2e3d848 [0x1a84e20], 15) 2022-03-22 18:22:28,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2022-03-22 18:22:28,646 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2022-03-22 18:22:28,646 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2022-03-22 18:22:28,646 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2022-03-22 18:22:28,648 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2022-03-22 18:22:28,648 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2022-03-22 18:22:28,648 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2022-03-22 18:22:28,648 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2022-03-22 18:22:28,648 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2022-03-22 18:22:28,649 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2022-03-22 18:22:28,649 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2022-03-22 18:22:28,649 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2022-03-22 18:22:28,649 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2022-03-22 18:22:28,649 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2022-03-22 18:22:28,649 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2022-03-22 18:22:28,649 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2022-03-22 18:22:28,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0xb2e3d848 [0x1a84e20], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2022-03-22 18:22:28,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2022-03-22 18:22:28,650 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2022-03-22 18:22:28,650 [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 2022-03-22 18:22:28,651 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2022-03-22 18:22:28,651 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2022-03-22 18:22:28,651 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2022-03-22 18:22:28,651 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2022-03-22 18:22:28,651 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2022-03-22 18:22:28,651 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2022-03-22 18:22:28,651 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2022-03-22 18:22:28,652 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2022-03-22 18:22:28,652 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2022-03-22 18:22:28,652 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2022-03-22 18:22:28,652 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2022-03-22 18:22:28,652 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2022-03-22 18:22:28,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0xb6086260 2022-03-22 18:22:28,653 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2022-03-22 18:22:28,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0xb2e5bf80 2022-03-22 18:22:28,654 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: default device 2022-03-22 18:22:28,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0xb2e3d848 [0x1a84e20], "ALSA: default device") 2022-03-22 18:22:28,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2022-03-22 18:22:28,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0xb2e5bf50 2022-03-22 18:22:28,654 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: default device 2022-03-22 18:22:28,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0xb2e3d848 [0x1a84e20], "ALSA: default device") 2022-03-22 18:22:28,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2022-03-22 18:22:28,655 [TRACE] [doorpi.conf.config_object] get_integer for key mic_gain_db in section SIP-Phone (default: 0) returns 0.0 2022-03-22 18:22:28,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_mic_gain_db(0xb2e3d848 [0x1a84e20], 0.000000) 2022-03-22 18:22:28,655 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2022-03-22 18:22:28,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_mic_gain_db -> 0 2022-03-22 18:22:28,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0xb60916e8 2022-03-22 18:22:28,656 [INFO] [doorpi.sipphone.from_linphone] found 2 possible sounddevices: 2022-03-22 18:22:28,656 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2022-03-22 18:22:28,656 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2022-03-22 18:22:28,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0xb60916e8 2022-03-22 18:22:28,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0xb2e3d848 [0x1a84e20], "ALSA: default device") 2022-03-22 18:22:28,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2022-03-22 18:22:28,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0xb2e3d848 [0x1a84e20], "ALSA: default device") 2022-03-22 18:22:28,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2022-03-22 18:22:28,657 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2022-03-22 18:22:28,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0xb2e3d848 [0x1a84e20], "ALSA: bcm2835 Headphones") 2022-03-22 18:22:28,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a311c 2022-03-22 18:22:28,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0xb2e3d848 [0x1a84e20], "ALSA: bcm2835 Headphones") 2022-03-22 18:22:28,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2022-03-22 18:22:28,658 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 Headphones 2022-03-22 18:22:28,658 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2022-03-22 18:22:28,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0xb2e670e0 2022-03-22 18:22:28,658 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: default device 2022-03-22 18:22:28,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0xb2e670b0 2022-03-22 18:22:28,659 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: default device 2022-03-22 18:22:28,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_mic_gain_db(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_mic_gain_db -> 0x1a80b40 2022-03-22 18:22:28,659 [DEBUG] [doorpi.sipphone.from_linphone] mic_gain_db: 0.0 2022-03-22 18:22:28,659 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2022-03-22 18:22:28,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae79a8) 2022-03-22 18:22:28,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2c50 2022-03-22 18:22:28,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2c50 2022-03-22 18:22:28,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2c50 2022-03-22 18:22:28,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7a18) 2022-03-22 18:22:28,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2c40 2022-03-22 18:22:28,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2c40 2022-03-22 18:22:28,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2c40 2022-03-22 18:22:28,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7a80) 2022-03-22 18:22:28,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2c60 2022-03-22 18:22:28,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2c60 2022-03-22 18:22:28,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2c60 2022-03-22 18:22:28,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8af8) 2022-03-22 18:22:28,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2c70 2022-03-22 18:22:28,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2c70 2022-03-22 18:22:28,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2c70 2022-03-22 18:22:28,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8b50) 2022-03-22 18:22:28,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2c80 2022-03-22 18:22:28,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2c80 2022-03-22 18:22:28,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2c80 2022-03-22 18:22:28,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8ba8) 2022-03-22 18:22:28,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2c90 2022-03-22 18:22:28,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2c90 2022-03-22 18:22:28,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2c90 2022-03-22 18:22:28,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8c00) 2022-03-22 18:22:28,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2ca0 2022-03-22 18:22:28,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2ca0 2022-03-22 18:22:28,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2ca0 2022-03-22 18:22:28,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8c58) 2022-03-22 18:22:28,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2cb0 2022-03-22 18:22:28,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2cb0 2022-03-22 18:22:28,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2cb0 2022-03-22 18:22:28,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7be8) 2022-03-22 18:22:28,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2cc0 2022-03-22 18:22:28,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2cc0 2022-03-22 18:22:28,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2cc0 2022-03-22 18:22:28,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7c30) 2022-03-22 18:22:28,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2cd0 2022-03-22 18:22:28,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2cd0 2022-03-22 18:22:28,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2cd0 2022-03-22 18:22:28,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0xb6086828 2022-03-22 18:22:28,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c50 [0x1ae79a8]) 2022-03-22 18:22:28,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca22c0 2022-03-22 18:22:28,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c50 [0x1ae79a8]) 2022-03-22 18:22:28,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca22c0 2022-03-22 18:22:28,667 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2022-03-22 18:22:28,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2c50 [0x1ae79a8], 0x2a311c [0]) 2022-03-22 18:22:28,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c40 [0x1ae7a18]) 2022-03-22 18:22:28,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca25a0 2022-03-22 18:22:28,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c40 [0x1ae7a18]) 2022-03-22 18:22:28,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca25a0 2022-03-22 18:22:28,668 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2022-03-22 18:22:28,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2c40 [0x1ae7a18], 0x2a311c [0]) 2022-03-22 18:22:28,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c60 [0x1ae7a80]) 2022-03-22 18:22:28,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca22c0 2022-03-22 18:22:28,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c60 [0x1ae7a80]) 2022-03-22 18:22:28,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca22c0 2022-03-22 18:22:28,669 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2022-03-22 18:22:28,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2c60 [0x1ae7a80], 0x2a311c [0]) 2022-03-22 18:22:28,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c70 [0x18a8af8]) 2022-03-22 18:22:28,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca25a0 2022-03-22 18:22:28,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c70 [0x18a8af8]) 2022-03-22 18:22:28,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca25a0 2022-03-22 18:22:28,670 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2022-03-22 18:22:28,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2c70 [0x18a8af8], 0x2a3128 [1]) 2022-03-22 18:22:28,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c80 [0x18a8b50]) 2022-03-22 18:22:28,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca22c0 2022-03-22 18:22:28,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c80 [0x18a8b50]) 2022-03-22 18:22:28,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca22c0 2022-03-22 18:22:28,671 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2022-03-22 18:22:28,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2c80 [0x18a8b50], 0x2a3128 [1]) 2022-03-22 18:22:28,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c90 [0x18a8ba8]) 2022-03-22 18:22:28,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3d860 2022-03-22 18:22:28,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2c90 [0x18a8ba8]) 2022-03-22 18:22:28,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3d860 2022-03-22 18:22:28,672 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2022-03-22 18:22:28,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2c90 [0x18a8ba8], 0x2a311c [0]) 2022-03-22 18:22:28,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2ca0 [0x18a8c00]) 2022-03-22 18:22:28,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca22c0 2022-03-22 18:22:28,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2ca0 [0x18a8c00]) 2022-03-22 18:22:28,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca22c0 2022-03-22 18:22:28,673 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2022-03-22 18:22:28,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2ca0 [0x18a8c00], 0x2a311c [0]) 2022-03-22 18:22:28,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2cb0 [0x18a8c58]) 2022-03-22 18:22:28,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca25a0 2022-03-22 18:22:28,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2cb0 [0x18a8c58]) 2022-03-22 18:22:28,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4ca25a0 2022-03-22 18:22:28,674 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2022-03-22 18:22:28,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2cb0 [0x18a8c58], 0x2a311c [0]) 2022-03-22 18:22:28,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2cc0 [0x1ae7be8]) 2022-03-22 18:22:28,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3d860 2022-03-22 18:22:28,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2cc0 [0x1ae7be8]) 2022-03-22 18:22:28,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3d860 2022-03-22 18:22:28,675 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2022-03-22 18:22:28,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2cc0 [0x1ae7be8], 0x2a311c [0]) 2022-03-22 18:22:28,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2cd0 [0x1ae7c30]) 2022-03-22 18:22:28,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3d860 2022-03-22 18:22:28,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2cd0 [0x1ae7c30]) 2022-03-22 18:22:28,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3d860 2022-03-22 18:22:28,676 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2022-03-22 18:22:28,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2cd0 [0x1ae7c30], 0x2a311c [0]) 2022-03-22 18:22:28,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb6086260 2022-03-22 18:22:28,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb6086260 2022-03-22 18:22:28,677 [INFO] [doorpi.sipphone.from_linphone] found 1 possible videodevices: 2022-03-22 18:22:28,677 [DEBUG] [doorpi.sipphone.from_linphone] | name 2022-03-22 18:22:28,677 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2022-03-22 18:22:28,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb6086260 2022-03-22 18:22:28,678 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2022-03-22 18:22:28,678 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2022-03-22 18:22:28,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb6086260 2022-03-22 18:22:28,678 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: StaticImage: Static picture) returns StaticImage: Static picture 2022-03-22 18:22:28,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb6086260 2022-03-22 18:22:28,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0xb2e3d848 [0x1a84e20], 0x2a3128 [1]) 2022-03-22 18:22:28,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2022-03-22 18:22:28,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0xb2e3d848 [0x1a84e20], "StaticImage: Static picture") 2022-03-22 18:22:28,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2022-03-22 18:22:28,679 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2022-03-22 18:22:28,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0xb2e3d848 [0x1a84e20], "vga") 2022-03-22 18:22:28,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2022-03-22 18:22:28,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0xb2e67230 2022-03-22 18:22:28,680 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2022-03-22 18:22:28,680 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2022-03-22 18:22:28,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7c88) 2022-03-22 18:22:28,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:22:28,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2ce0 2022-03-22 18:22:28,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:22:28,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2ce0 2022-03-22 18:22:28,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2ce0 2022-03-22 18:22:28,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0xb60865a8 2022-03-22 18:22:28,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2ce0 [0x1ae7c88]) 2022-03-22 18:22:28,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3d860 2022-03-22 18:22:28,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2a3128 2022-03-22 18:22:28,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2ce0 [0x1ae7c88]) 2022-03-22 18:22:28,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3d860 2022-03-22 18:22:28,682 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2022-03-22 18:22:28,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb2e3d848 [0x1a84e20], 0xb6cf2ce0 [0x1ae7c88], 0x2a3128 [1]) 2022-03-22 18:22:28,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x17f676c 2022-03-22 18:22:28,682 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2022-03-22 18:22:28,682 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns doorpiadmin 2022-03-22 18:22:28,682 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: doorpiadmin) returns ******* 2022-03-22 18:22:28,683 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.1) returns fritz.box 2022-03-22 18:22:28,683 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2022-03-22 18:22:28,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:28,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x1a11158) 2022-03-22 18:22:28,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2022-03-22 18:22:28,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0xb6cf2cf0 2022-03-22 18:22:28,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2022-03-22 18:22:28,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0xb6cf2cf0 2022-03-22 18:22:28,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0xb6cf2cf0 2022-03-22 18:22:28,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0xb6cf2cf0 2022-03-22 18:22:28,684 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2022-03-22 18:22:28,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2022-03-22 18:22:28,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x19cef18) 2022-03-22 18:22:28,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-03-22 18:22:28,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0xb6cf2d00 2022-03-22 18:22:28,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-03-22 18:22:28,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0xb6cf2d00 2022-03-22 18:22:28,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0xb6cf2d00 2022-03-22 18:22:28,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0xb6cf2d00 2022-03-22 18:22:28,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0xb6cf2cf0 [0x1a11158], 0xb6cf2d00 [0x19cef18]) 2022-03-22 18:22:28,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2022-03-22 18:22:28,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0xb6cf2cf0 [0x1a11158], "sip:192.168.178.1") 2022-03-22 18:22:28,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2022-03-22 18:22:28,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0xb6cf2cf0 [0x1a11158], 0x2a3128 [1]) 2022-03-22 18:22:28,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2022-03-22 18:22:28,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0xb2e3d848 [0x1a84e20], 0xb6cf2cf0 [0x1a11158]) 2022-03-22 18:22:28,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x17f676c 2022-03-22 18:22:28,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0xb2e3d848 [0x1a84e20], 0xb6cf2cf0 [0x1a11158]) 2022-03-22 18:22:28,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2022-03-22 18:22:28,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0xb2e3d848 [0x1a84e20], "doorpiadmin", "(null)", "Nb14102011", "(null)", "(null)", "fritz.box") 2022-03-22 18:22:28,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x1afb290) 2022-03-22 18:22:28,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2022-03-22 18:22:28,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0xb6cf2d10 2022-03-22 18:22:28,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2022-03-22 18:22:28,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0xb6cf2d10 2022-03-22 18:22:28,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0xb6cf2d10 2022-03-22 18:22:28,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0xb6cf2d10 2022-03-22 18:22:28,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0xb2e3d848 [0x1a84e20], 0xb6cf2d10 [0x1afb290]) 2022-03-22 18:22:28,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2022-03-22 18:22:28,689 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2022-03-22 18:22:28,689 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnKeyPressed_onboardpins.0', 'EVENT_OnStartup'] 2022-03-22 18:22:28,689 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyPressed_onboardpins.0' in configfile 2022-03-22 18:22:28,689 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_onboardpins.0 returns ['10'] 2022-03-22 18:22:28,689 [INFO] [doorpi.doorpi] registering action '10' for event 'OnKeyPressed_onboardpins.0' 2022-03-22 18:22:28,689 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyPressed_onboardpins.0 (default: ) returns file_call_value:/usr/local/etc/DoorPi/tools/call.txt 2022-03-22 18:22:28,690 [DEBUG] [doorpi.action.SingleActions.file_call_value] doorpi.action.SingleActions.file_call_value loaded 2022-03-22 18:22:28,690 [TRACE] [doorpi.action.handler] action CallPhoneNumberFromFileAction with args () and kwargs {'filename': '/usr/local/etc/DoorPi/tools/call.txt'} was added to new evententry OnKeyPressed_onboardpins.0 2022-03-22 18:22:28,690 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2022-03-22 18:22:28,690 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2022-03-22 18:22:28,690 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2022-03-22 18:22:28,690 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2022-03-22 18:22:28,691 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2022-03-22 18:22:28,691 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2022-03-22 18:22:28,691 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:22:28,692 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.1 2022-03-22 18:22:28,692 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:22:28,692 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to event OnKeyPressed_onboardpins.0 2022-03-22 18:22:28,692 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:22:28,692 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.3 2022-03-22 18:22:28,692 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:22:28,692 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.2 2022-03-22 18:22:28,693 [TRACE] [doorpi.conf.config_object] get_string for key 5 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:22:28,693 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.5 2022-03-22 18:22:28,693 [TRACE] [doorpi.conf.config_object] get_string for key 4 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:22:28,693 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.4 2022-03-22 18:22:28,693 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:22:28,693 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.7 2022-03-22 18:22:28,693 [TRACE] [doorpi.conf.config_object] get_string for key 6 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:22:28,694 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.6 2022-03-22 18:22:28,694 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"0#"'] 2022-03-22 18:22:28,694 [TRACE] [doorpi.conf.config_object] get_string for key "0#" in section DTMF (default: ) returns out:Tueroeffner,1,0,3 2022-03-22 18:22:28,694 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2022-03-22 18:22:28,695 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2022-03-22 18:22:28,695 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'Tueroeffner', 'start_value': '1'} was added to new evententry OnDTMF_"0#" 2022-03-22 18:22:28,695 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns DoorPi-Alive-LED 2022-03-22 18:22:28,695 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'HIGH', 'pin': 'DoorPi-Alive-LED'} was added to new evententry OnTimeSecondEvenNumber 2022-03-22 18:22:28,695 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'LOW', 'pin': 'DoorPi-Alive-LED'} was added to new evententry OnTimeSecondUnevenNumber 2022-03-22 18:22:28,695 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2022-03-22 18:22:28,696 [DEBUG] [doorpi.action.handler] [SMLI2W] fire for event OnStartup this actions [] 2022-03-22 18:22:28,696 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2022-03-22 18:22:28,696 [TRACE] [doorpi.action.handler] [SMLI2W] try to fire action SleepAction with args (1.0,) and kwargs {} 2022-03-22 18:22:28,697 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2022-03-22 18:22:29,699 [TRACE] [doorpi.action.handler] [SMLI2W] finished fire_event for event_name OnStartup 2022-03-22 18:22:29,699 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2022-03-22 18:22:29,700 [INFO] [doorpi.doorpi] DoorPi started successfully 2022-03-22 18:22:29,700 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2022-03-22 18:22:29,701 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2022-03-22 18:22:29,701 [INFO] [doorpi.doorpi] Weburl is http://raspberrypi/ 2022-03-22 18:22:29,702 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2022-03-22 18:22:29,703 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2022-03-22 18:22:29,703 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.178.39 2022-03-22 18:22:29,703 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2022-03-22 18:22:29,704 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2022-03-22 18:22:29,705 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2022-03-22 18:22:29,705 [INFO] [doorpi.sipphone.from_linphone] fd00::9a9b:cbff:fe76:3cb9 2022-03-22 18:22:29,706 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2022-03-22 18:22:29,706 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2022-03-22 18:22:29,707 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x1a11158] about to register (LinphoneCore version: 3.9.0) 2022-03-22 18:22:29,712 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2022-03-22 18:22:29,713 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: starting resolution of 192.168.178.1 2022-03-22 18:22:29,713 [INFO] [doorpi.sipphone.from_linphone] channel 0x1afb420: state RES_IN_PROGRESS 2022-03-22 18:22:29,714 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1afa9d0] channel state changed to [RES_IN_PROGRESS] 2022-03-22 18:22:29,714 [INFO] [doorpi.sipphone.from_linphone] channel 0x1afb420: state RES_DONE 2022-03-22 18:22:29,714 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1afa9d0] channel state changed to [RES_DONE] 2022-03-22 18:22:29,714 [INFO] [doorpi.sipphone.from_linphone] channel 0x1afb420: state CONNECTING 2022-03-22 18:22:29,715 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1afa9d0] channel state changed to [CONNECTING] 2022-03-22 18:22:29,715 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.1:5060] 2022-03-22 18:22:29,716 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2022-03-22 18:22:29,716 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.178.39:5060 2022-03-22 18:22:29,717 [INFO] [doorpi.sipphone.from_linphone] channel 0x1afb420: state READY 2022-03-22 18:22:29,717 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1afa9d0] channel state changed to [READY] 2022-03-22 18:22:29,717 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1afa9d0], from state [INIT] to [TRYING] 2022-03-22 18:22:29,718 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [538] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.-mQLlvghv;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 20 REGISTER Call-ID: Nw7IpksogW 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) 2022-03-22 18:22:29,719 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2022-03-22 18:22:29,719 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1af90b8] takes ownership of transaction [0x1afa9d0] 2022-03-22 18:22:29,719 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1a11158] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2022-03-22 18:22:29,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1a84e20, 0x1a11158, 1, "Registration in progress") 2022-03-22 18:22:29,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2022-03-22 18:22:29,720 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [registration_state_changed] 2022-03-22 18:22:29,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x1a84e20, 0x1) 2022-03-22 18:22:29,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2022-03-22 18:22:29,772 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [network_reachable] 2022-03-22 18:22:29,772 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [382] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.-mQLlvghv;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=4B5E94FCE4B74118 Call-ID: Nw7IpksogW CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="7F2D8C795A4BCEEA" User-Agent: FRITZ!OS Content-Length: 0 2022-03-22 18:22:29,777 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [382] bytes parsed 2022-03-22 18:22:29,777 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: discovered public ip and port are [192.168.178.39:5060] 2022-03-22 18:22:29,778 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:22:29,778 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1afa9d0], from state [TRYING] to [COMPLETED] 2022-03-22 18:22:29,778 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm= 2022-03-22 18:22:29,779 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:22:29,779 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1ae8ce0], from state [INIT] to [TRYING] 2022-03-22 18:22:29,780 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.ZjK9Eicmk;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 21 REGISTER Call-ID: Nw7IpksogW Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="7F2D8C795A4BCEEA", username="doorpiadmin", uri="sip:192.168.178.1", response="cde1da45ab8a27e7bf575da7a1bdbd72" 2022-03-22 18:22:29,780 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2022-03-22 18:22:29,781 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2022-03-22 18:22:29,831 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [694] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.ZjK9Eicmk;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=BAFC5C1766132771 Call-ID: Nw7IpksogW CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2022-03-22 18:22:29,838 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [694] bytes parsed 2022-03-22 18:22:29,839 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:22:29,839 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1ae8ce0], from state [TRYING] to [COMPLETED] 2022-03-22 18:22:29,839 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1af90b8]: has no contact for request [0x1b561e0]. 2022-03-22 18:22:29,840 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2022-03-22 18:22:29,840 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2022-03-22 18:22:29,840 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1a11158] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2022-03-22 18:22:29,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1a84e20, 0x1a11158, 2, "Registration successful") 2022-03-22 18:22:29,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2022-03-22 18:22:29,841 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [registration_state_changed] 2022-03-22 18:22:34,785 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1afa9d0], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:22:34,786 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1afa9d0] terminated 2022-03-22 18:22:34,887 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1ae8ce0], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:22:34,887 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1ae8ce0] terminated 2022-03-22 18:22:57,148 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2022-03-22 18:22:57,149 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_0 from doorpi.keyboard.from_piface asyncron 2022-03-22 18:22:57,150 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2022-03-22 18:22:57,151 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2022-03-22 18:22:57,152 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_0 - skip fire_event OnKeyDown_0 from doorpi.keyboard.from_piface 2022-03-22 18:22:57,152 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2022-03-22 18:22:57,154 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.0 - skip fire_event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2022-03-22 18:22:57,155 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_0 from doorpi.keyboard.from_piface asyncron 2022-03-22 18:22:57,155 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2022-03-22 18:22:57,156 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2022-03-22 18:22:57,158 [DEBUG] [doorpi.action.handler] [AGJ3GM] fire for event OnKeyPressed_onboardpins.0 this actions [, ] 2022-03-22 18:22:57,158 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_0 - skip fire_event OnKeyPressed_0 from doorpi.keyboard.from_piface 2022-03-22 18:22:57,159 [TRACE] [doorpi.action.handler] [AGJ3GM] try to fire action CallPhoneNumberFromFileAction with args () and kwargs {'filename': '/usr/local/etc/DoorPi/tools/call.txt'} 2022-03-22 18:22:57,159 [TRACE] [doorpi.action.base] run CallPhoneNumberFromFileAction with args () and kwargs {'filename': '/usr/local/etc/DoorPi/tools/call.txt'} 2022-03-22 18:22:57,166 [DEBUG] [doorpi.action.SingleActions.file_call_value] firing sipphone.call for this number: **11 2022-03-22 18:22:57,166 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2022-03-22 18:22:57,167 [DEBUG] [doorpi.sipphone.from_linphone] call (**11) 2022-03-22 18:22:57,168 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2022-03-22 18:22:57,168 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-03-22 18:22:57,168 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2022-03-22 18:22:57.168843 2022-03-22 18:22:57,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0xb2e3d848 [0x1a84e20], 0x2a2810 [(nil)]) 2022-03-22 18:22:57,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0xb1003a38) 2022-03-22 18:22:57,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2022-03-22 18:22:57,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0xb6cf2d40 2022-03-22 18:22:57,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2022-03-22 18:22:57,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0xb6cf2d40 2022-03-22 18:22:57,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0xb6cf2d40 2022-03-22 18:22:57,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0xb6cf2d40 2022-03-22 18:22:57,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0xb6cf2d40 [0xb1003a38], "/usr/local/etc/DoorPi/records/2022-03-22_18-22-57.wav") 2022-03-22 18:22:57,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2022-03-22 18:22:57,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0xb6cf2d40 [0xb1003a38], 0x2a3128 [1]) 2022-03-22 18:22:57,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2022-03-22 18:22:57,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0xb2e3d848 [0x1a84e20], "**11", 0xb6cf2d40 [0xb1003a38]) 2022-03-22 18:22:57,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1a84e20, 0xb1027db0, 2, "Starting outgoing call") 2022-03-22 18:22:57,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2022-03-22 18:22:57,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0xb6cf2db0 2022-03-22 18:22:57,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2022-03-22 18:22:57,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0xb6cf2db0 2022-03-22 18:22:57,179 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2022-03-22 18:22:57,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xb1002a90) 2022-03-22 18:22:57,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-03-22 18:22:57,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0xb6cf2d50 2022-03-22 18:22:57,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-03-22 18:22:57,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0xb6cf2d50 2022-03-22 18:22:57,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0xb6cf2d50 2022-03-22 18:22:57,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0xb6cf2d50 2022-03-22 18:22:57,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0xb6cf2d50 [0xb1002a90]) 2022-03-22 18:22:57,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0xb2e67b30 2022-03-22 18:22:57,182 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:22:57,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:22:57,183 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:57,183 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:22:57,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,185 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:57,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:22:57,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-03-22 18:22:57,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1a84e20, 0xb1027db0, 3, "Outgoing call in progress") 2022-03-22 18:22:57,190 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2022-03-22 18:22:57,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xb1002a90) 2022-03-22 18:22:57,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-03-22 18:22:57,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0xb6cf2d20 2022-03-22 18:22:57,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-03-22 18:22:57,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0xb6cf2d20 2022-03-22 18:22:57,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0xb6cf2d20 2022-03-22 18:22:57,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0xb6cf2d20 2022-03-22 18:22:57,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0xb6cf2d20 [0xb1002a90]) 2022-03-22 18:22:57,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0xb2e67d10 2022-03-22 18:22:57,193 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:22:57,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:22:57,194 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:57,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:22:57,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:22:57,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-03-22 18:22:57,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0xb6cf2db0 2022-03-22 18:22:57,196 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2022-03-22 18:22:57,197 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2022-03-22 18:22:57,198 [DEBUG] [doorpi.action.SingleActions.file_call_value] finished sipphone.call for this number: **11 2022-03-22 18:22:57,199 [DEBUG] [doorpi.action.handler] [DS5Y4E] fire for event OnSipPhoneMakeCall this actions [] 2022-03-22 18:22:57,199 [TRACE] [doorpi.action.handler] [DS5Y4E] try to fire action > with args () and kwargs {} 2022-03-22 18:22:57,199 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-03-22 18:22:57,199 [TRACE] [doorpi.action.handler] [AGJ3GM] try to fire action SleepAction with args (0.0,) and kwargs {} 2022-03-22 18:22:57,200 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-03-22 18:22:57,200 [TRACE] [doorpi.action.base] run SleepAction with args (0.0,) and kwargs {} 2022-03-22 18:22:57,201 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2022-03-22 18:22:57,201 [TRACE] [doorpi.action.handler] [AGJ3GM] finished fire_event for event_name OnKeyPressed_onboardpins.0 2022-03-22 18:22:57,202 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2022-03-22 18:22:57,203 [TRACE] [doorpi.action.handler] [DS5Y4E] finished fire_event for event_name OnSipPhoneMakeCall 2022-03-22 18:22:57,220 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [2980049984]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2022-03-22 18:22:57,220 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0xb1027db0] initialized (LinphoneCore version: 3.9.0) 2022-03-22 18:22:57,220 [INFO] [doorpi.sipphone.from_linphone] Call 0xb1027db0: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2022-03-22 18:22:57,221 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_state_changed] 2022-03-22 18:22:57,221 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0xb1027db0] 2022-03-22 18:22:57,221 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2022-03-22 18:22:57,221 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2022-03-22 18:22:57,222 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2022-03-22 18:22:57,222 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2022-03-22 18:22:57,222 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0xb1027db0] 2022-03-22 18:22:57,222 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2022-03-22 18:22:57,223 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2022-03-22 18:22:57,223 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2022-03-22 18:22:57,223 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0xb1027db0] 2022-03-22 18:22:57,223 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0xb102e318,0-->MSVoidSink:0xb1029af8,0 2022-03-22 18:22:57,223 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2022-03-22 18:22:57,224 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2022-03-22 18:22:57,224 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**11@192.168.178.1] on op [0xb1002768] 2022-03-22 18:22:57,224 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2022-03-22 18:22:57,224 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xb1012d60], from state [INIT] to [CALLING] 2022-03-22 18:22:57,225 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [836] bytes INVITE sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.S-mF5NS4o;rport From: "DoorPi" ;tag=8zyJUb1rR To: sip:**11@192.168.178.1 CSeq: 20 INVITE Call-ID: HfZ5nZ5F-R Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 278 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=doorpiadmin 2349 660 IN IP4 192.168.178.39 s=Talk c=IN IP4 192.168.178.39 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 2022-03-22 18:22:57,225 [INFO] [doorpi.sipphone.from_linphone] Call 0xb1027db0: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2022-03-22 18:22:57,225 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_state_changed] 2022-03-22 18:22:57,225 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [364] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.S-mF5NS4o;rport=5060 From: "DoorPi" ;tag=8zyJUb1rR To: ;tag=063337153464BC50 Call-ID: HfZ5nZ5F-R CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="65C686C7538E369C" User-Agent: FRITZ!OS Content-Length: 0 2022-03-22 18:22:57,229 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [364] bytes parsed 2022-03-22 18:22:57,230 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:22:57,230 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xb1012d60], from state [CALLING] to [PROCEEDING] 2022-03-22 18:22:57,230 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xb1012d60], from state [PROCEEDING] to [COMPLETED] 2022-03-22 18:22:57,231 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [380] bytes ACK sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.S-mF5NS4o;rport Call-ID: HfZ5nZ5F-R From: "DoorPi" ;tag=8zyJUb1rR To: ;tag=063337153464BC50 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2022-03-22 18:22:57,231 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:22:57,231 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:22:57,232 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1b5c658], from state [INIT] to [CALLING] 2022-03-22 18:22:57,232 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [1004] bytes INVITE sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.NI2wXdRiC;rport From: "DoorPi" ;tag=8zyJUb1rR To: sip:**11@192.168.178.1 CSeq: 21 INVITE Call-ID: HfZ5nZ5F-R Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 278 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="65C686C7538E369C", username="doorpiadmin", uri="sip:**11@192.168.178.1", response="8e3882924b0eb9ad2225a303ee08db59" v=0 o=doorpiadmin 2349 660 IN IP4 192.168.178.39 s=Talk c=IN IP4 192.168.178.39 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 2022-03-22 18:22:57,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6748 2022-03-22 18:22:57,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,284 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [301] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.NI2wXdRiC;rport=5060 From: "DoorPi" ;tag=8zyJUb1rR To: Call-ID: HfZ5nZ5F-R CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Content-Length: 0 2022-03-22 18:22:57,287 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [301] bytes parsed 2022-03-22 18:22:57,288 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:22:57,288 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1b5c658], from state [CALLING] to [PROCEEDING] 2022-03-22 18:22:57,288 [INFO] [doorpi.sipphone.from_linphone] op [0xb1002768] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2022-03-22 18:22:57,288 [INFO] [doorpi.sipphone.from_linphone] Op [0xb1002768] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2022-03-22 18:22:57,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6748 2022-03-22 18:22:57,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,342 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [689] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.NI2wXdRiC;rport=5060 From: "DoorPi" ;tag=8zyJUb1rR To: ;tag=1054EAD4AC5D5AD6 Call-ID: HfZ5nZ5F-R CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Content-Type: application/sdp Content-Length: 262 v=0 o=user 7043782 7043782 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7080 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7081 m=video 0 RTP/AVP 96 2022-03-22 18:22:57,349 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [427] bytes parsed 2022-03-22 18:22:57,350 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] read [262] bytes of body from [192.168.178.1:5060] 2022-03-22 18:22:57,350 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:22:57,350 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x1adcbd0] , local tag [8zyJUb1rR], remote tag [1054EAD4AC5D5AD6] 2022-03-22 18:22:57,351 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1adcbd0]: now updated by transaction [0x1b5c658]. 2022-03-22 18:22:57,352 [INFO] [doorpi.sipphone.from_linphone] op [0xb1002768] : set_or_update_dialog() current=[(nil)] new=[0x1adcbd0] 2022-03-22 18:22:57,353 [INFO] [doorpi.sipphone.from_linphone] Op [0xb1002768] receiving call response [183], dialog is [0x1adcbd0] in state [BELLE_SIP_DIALOG_EARLY] 2022-03-22 18:22:57,358 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2022-03-22 18:22:57,359 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2022-03-22 18:22:57,359 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2022-03-22 18:22:57,359 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2022-03-22 18:22:57,360 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2022-03-22 18:22:57,360 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2022-03-22 18:22:57,360 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2022-03-22 18:22:57,360 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0xb1005e38] rejected by peer 2022-03-22 18:22:57,360 [INFO] [doorpi.sipphone.from_linphone] Call 0xb1027db0: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2022-03-22 18:22:57,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1a84e20, 0xb1027db0, 5, "Early media") 2022-03-22 18:22:57,361 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2022-03-22 18:22:57,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xb1002a90) 2022-03-22 18:22:57,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-03-22 18:22:57,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0xb6cf2d30 2022-03-22 18:22:57,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-03-22 18:22:57,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0xb6cf2d30 2022-03-22 18:22:57,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0xb6cf2d30 2022-03-22 18:22:57,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0xb6cf2d30 2022-03-22 18:22:57,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0xb6cf2d30 [0xb1002a90]) 2022-03-22 18:22:57,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0xb2e67f80 2022-03-22 18:22:57,363 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:22:57,364 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:22:57,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:22:57,366 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:57,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,366 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:22:57,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:22:57,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:22:57,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-03-22 18:22:57,368 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_state_changed] 2022-03-22 18:22:57,368 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2022-03-22 18:22:57,368 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0xb1027db0] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2022-03-22 18:22:57,369 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2022-03-22 18:22:57,369 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0xb102cc60] sending to rtp [192.168.178.1:7080] rtcp [192.168.178.1:7081] 2022-03-22 18:22:57,369 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:22:57,369 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0xb102e318,0-->MSVoidSink:0xb1029af8,0 2022-03-22 18:22:57,370 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2022-03-22 18:22:57,387 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2022-03-22 18:22:57,391 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2022-03-22 18:22:57,391 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2022-03-22 18:22:57,392 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0xb102f5c0] using payload's bitrate is 80000 2022-03-22 18:22:57,392 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0xb102f5c0] 2022-03-22 18:22:57,392 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2022-03-22 18:22:57,392 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2022-03-22 18:22:57,393 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0xb102e318,0-->MSVolume:0xb102c3e8,0 2022-03-22 18:22:57,393 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0xb102c3e8,0-->MSAudioMixer:0x1b53e48,0 2022-03-22 18:22:57,393 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1b53e48,0-->MSUlawEnc:0x1ae1920,0 2022-03-22 18:22:57,393 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x1ae1920,0-->MSRtpSend:0xb102aba8,0 2022-03-22 18:22:57,393 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x1ae4cf8,0-->MSUlawDec:0x1b5d430,0 2022-03-22 18:22:57,394 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x1b5d430,0-->MSGenericPLC:0x1adda58,0 2022-03-22 18:22:57,394 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x1adda58,0-->MSDtmfGen:0x1b5e820,0 2022-03-22 18:22:57,394 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x1b5e820,0-->MSVolume:0x1b372a8,0 2022-03-22 18:22:57,394 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1b372a8,0-->MSTee:0x1b5ebd8,0 2022-03-22 18:22:57,395 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1b5ebd8,0-->MSEqualizer:0x1add068,0 2022-03-22 18:22:57,395 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x1add068,0-->MSAudioMixer:0x1acb158,0 2022-03-22 18:22:57,395 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2022-03-22 18:22:57,395 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x1af9860,0-->MSResample:0x1acab48,0 2022-03-22 18:22:57,396 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1acab48,0-->MSAudioMixer:0x1acb158,1 2022-03-22 18:22:57,396 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1acb158,0-->MSAlsaWrite:0xb1029af8,0 2022-03-22 18:22:57,396 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1addaf0,1-->MSResample:0x1adfc70,0 2022-03-22 18:22:57,396 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1adfc70,0-->MSOpusEnc:0x1adf2d8,0 2022-03-22 18:22:57,396 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x1adf2d8,0-->MSMKVRecorder:0x1aee518,1 2022-03-22 18:22:57,397 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x1ae1bf0,0-->MSMKVRecorder:0x1aee518,0 2022-03-22 18:22:57,397 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1b53e48,1-->MSAudioMixer:0x1addaf0,0 2022-03-22 18:22:57,397 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1b5ebd8,1-->MSAudioMixer:0x1addaf0,1 2022-03-22 18:22:57,397 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1addaf0,0-->MSFileRec:0x1b56fc0,0 2022-03-22 18:22:57,398 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2022-03-22 18:22:57,398 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2022-03-22 18:22:57,408 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2022-03-22 18:22:57,408 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2022-03-22 18:22:57,409 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2022-03-22 18:22:57,409 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2022-03-22 18:22:57,409 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2022-03-22 18:22:57,409 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0xb1027db0] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2022-03-22 18:22:57,410 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0xb1027db0] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2022-03-22 18:22:57,410 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0xb1027db0] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2022-03-22 18:22:57,410 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2022-03-22 18:22:57,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,462 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening default at 8000Hz, bits=16, stereo=0 2022-03-22 18:22:57,462 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC0D0c' failed (-2) 2022-03-22 18:22:57,462 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_r: Error opening PCM device default 2022-03-22 18:22:57,462 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:22:57,463 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1acb158] is entering bypass mode. 2022-03-22 18:22:57,463 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening default at 8000Hz, bits=16, stereo=0 2022-03-22 18:22:57,463 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 512 2022-03-22 18:22:57,463 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2022-03-22 18:22:57,463 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2022-03-22 18:22:57,464 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1b53e48] is entering bypass mode. 2022-03-22 18:22:57,464 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1acb158] is leaving bypass mode. 2022-03-22 18:22:57,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:22:57,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:22:57,724 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:22:57,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:22:57,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:22:57,725 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:22:57,725 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:22:57,725 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=5.108044 video=0.000000 2022-03-22 18:22:57,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:57,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:57,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:57,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:57,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,451 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1acb158] is entering bypass mode. 2022-03-22 18:22:58,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:22:58,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:22:58,712 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:22:58,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:22:58,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:22:58,713 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:22:58,713 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 72.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:22:58,714 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.292572 video=0.000000 2022-03-22 18:22:58,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:58,973 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb102cc60]. 2022-03-22 18:22:58,974 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb102f5c0], local statistics available: Local current jitter buffer size: 57.4ms 2022-03-22 18:22:58,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:22:58,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:22:58,975 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:22:58,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:58,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:58,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:58,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,235 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:22:59,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:22:59,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:22:59,705 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:22:59,705 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:22:59,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:22:59,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:22:59,706 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:22:59,707 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 80.0,u= 0.4], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:22:59,707 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.175424 video=0.000000 2022-03-22 18:22:59,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,811 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0xb102f5c0]: receiving RTCP SR 2022-03-22 18:22:59,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:22:59,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:22:59,812 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:22:59,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:22:59,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:22:59,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:22:59,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:22:59,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,228 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:00,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,696 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:00,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:00,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:00,749 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:00,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:00,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:00,750 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:00,751 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 79.9,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:00,751 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.157385 video=0.000000 2022-03-22 18:23:00,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:00,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:00,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:00,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:00,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,219 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:01,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:01,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:01,740 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:01,740 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:01,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:01,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:01,741 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:01,741 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 80.1,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:01,742 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.086415 video=0.000000 2022-03-22 18:23:01,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,898 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb102cc60]. 2022-03-22 18:23:01,898 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb102f5c0], local statistics available: Local current jitter buffer size: 60.0ms 2022-03-22 18:23:01,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:01,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:01,899 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:01,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:01,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:01,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:01,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:01,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,216 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:02,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:02,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:02,737 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:02,737 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:02,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:02,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:02,738 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:02,738 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:02,739 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.079763 video=0.000000 2022-03-22 18:23:02,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:02,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:02,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:02,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:02,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,206 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:03,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:03,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:03,726 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:03,727 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:03,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:03,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:03,727 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:03,728 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:03,728 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.143342 video=0.000000 2022-03-22 18:23:03,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,936 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0xb102f5c0]: receiving RTCP SR 2022-03-22 18:23:03,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:03,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:03,937 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:03,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:03,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:03,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:03,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:03,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,198 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:04,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:04,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:04,721 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:04,721 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:04,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:04,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:04,722 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:04,722 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:04,722 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.223935 video=0.000000 2022-03-22 18:23:04,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,930 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb102cc60]. 2022-03-22 18:23:04,931 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb102f5c0], local statistics available: Local current jitter buffer size: 60.0ms 2022-03-22 18:23:04,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:04,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:04,932 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:04,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:04,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:04,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:04,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:04,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,193 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:05,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:05,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:05,714 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:05,714 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:05,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:05,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:05,715 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:05,715 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:05,715 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.371734 video=0.000000 2022-03-22 18:23:05,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:05,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:05,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:05,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:05,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,235 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:06,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:06,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:06,703 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:06,703 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:06,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:06,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:06,704 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:06,704 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:06,705 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.155288 video=0.000000 2022-03-22 18:23:06,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:06,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:06,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:06,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:06,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,229 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:07,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,697 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:07,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:07,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:07,750 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:07,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:07,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:07,751 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:07,751 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 79.9,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:07,752 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.171804 video=0.000000 2022-03-22 18:23:07,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,908 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb102cc60]. 2022-03-22 18:23:07,908 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb102f5c0], local statistics available: Local current jitter buffer size: 60.0ms 2022-03-22 18:23:07,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:07,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:07,909 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:07,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:07,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:07,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:07,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:07,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,116 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0xb102f5c0]: receiving RTCP SR 2022-03-22 18:23:08,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:08,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:08,117 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:08,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,221 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:08,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,690 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:08,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:08,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:08,744 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:08,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:08,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:08,744 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:08,745 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:08,745 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.189130 video=0.000000 2022-03-22 18:23:08,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:08,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:08,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:08,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:08,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,216 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:09,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:09,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:09,738 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:09,739 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:09,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:09,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:09,739 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:09,740 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:09,740 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.196285 video=0.000000 2022-03-22 18:23:09,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:09,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:09,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:09,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:09,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,103 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb102cc60]. 2022-03-22 18:23:10,104 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb102f5c0], local statistics available: Local current jitter buffer size: 60.0ms 2022-03-22 18:23:10,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:10,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:10,105 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:10,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,210 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:10,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:10,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:10,731 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:10,731 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:10,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028328) 2022-03-22 18:23:10,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:10,732 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:10,732 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb1027db0]: RTP audio=[d= 79.9,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:23:10,733 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.274680 video=0.000000 2022-03-22 18:23:10,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:10,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:10,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:10,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:10,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,202 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb102cc60] 2022-03-22 18:23:11,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,463 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0xb102f5c0]: receiving RTCP SR 2022-03-22 18:23:11,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb1027db0, 0xb1028270) 2022-03-22 18:23:11,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:23:11,464 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:23:11,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:23:11,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:23:11,673 [INFO] [doorpi.sipphone.from_linphone] call timeout - hangup current call after 14.504263 seconds (max. 15) 2022-03-22 18:23:11,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,674 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0xb1027db0] which is currently in state LinphoneCallOutgoingEarlyMedia 2022-03-22 18:23:11,674 [INFO] [doorpi.sipphone.from_linphone] Cancelling INVITE request from ["DoorPi" ] to [sip:**11@192.168.178.1] 2022-03-22 18:23:11,675 [INFO] [doorpi.sipphone.from_linphone] Found transaction [0x1b5c658] matching request. 2022-03-22 18:23:11,675 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [CANCEL] transaction [0x1ae4978], from state [INIT] to [TRYING] 2022-03-22 18:23:11,676 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [287] bytes CANCEL sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.NI2wXdRiC;rport Call-ID: HfZ5nZ5F-R From: "DoorPi" ;tag=8zyJUb1rR To: sip:**11@192.168.178.1 Max-Forwards: 70 CSeq: 21 CANCEL User-Agent: (belle-sip/1.4.2) 2022-03-22 18:23:11,676 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2022-03-22 18:23:11,677 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2022-03-22 18:23:11,678 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-03-22 18:23:11,678 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2022-03-22 18:23:11,678 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2022-03-22 18:23:11,679 [INFO] [doorpi.sipphone.from_linphone] sent 0 packets 2022-03-22 18:23:11,679 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2022-03-22 18:23:11,679 [INFO] [doorpi.sipphone.from_linphone] 0 bytes 2022-03-22 18:23:11,680 [INFO] [doorpi.sipphone.from_linphone] received 719 packets 2022-03-22 18:23:11,680 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2022-03-22 18:23:11,680 [INFO] [doorpi.sipphone.from_linphone] 123668 bytes 2022-03-22 18:23:11,681 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 122292 bytes 2022-03-22 18:23:11,681 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2022-03-22 18:23:11,681 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2022-03-22 18:23:11,682 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2022-03-22 18:23:11,682 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2022-03-22 18:23:11,682 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-03-22 18:23:11,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0xb102e318,0-->MSVolume:0xb102c3e8,0 2022-03-22 18:23:11,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0xb102c3e8,0-->MSAudioMixer:0x1b53e48,0 2022-03-22 18:23:11,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1b53e48,0-->MSUlawEnc:0x1ae1920,0 2022-03-22 18:23:11,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x1ae1920,0-->MSRtpSend:0xb102aba8,0 2022-03-22 18:23:11,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x1ae4cf8,0-->MSUlawDec:0x1b5d430,0 2022-03-22 18:23:11,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x1b5d430,0-->MSGenericPLC:0x1adda58,0 2022-03-22 18:23:11,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x1adda58,0-->MSDtmfGen:0x1b5e820,0 2022-03-22 18:23:11,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x1b5e820,0-->MSVolume:0x1b372a8,0 2022-03-22 18:23:11,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1b372a8,0-->MSTee:0x1b5ebd8,0 2022-03-22 18:23:11,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1b5ebd8,0-->MSEqualizer:0x1add068,0 2022-03-22 18:23:11,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x1add068,0-->MSAudioMixer:0x1acb158,0 2022-03-22 18:23:11,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x1af9860,0-->MSResample:0x1acab48,0 2022-03-22 18:23:11,686 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1acab48,0-->MSAudioMixer:0x1acb158,1 2022-03-22 18:23:11,686 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1acb158,0-->MSAlsaWrite:0xb1029af8,0 2022-03-22 18:23:11,686 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1addaf0,1-->MSResample:0x1adfc70,0 2022-03-22 18:23:11,687 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1adfc70,0-->MSOpusEnc:0x1adf2d8,0 2022-03-22 18:23:11,687 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x1adf2d8,0-->MSMKVRecorder:0x1aee518,1 2022-03-22 18:23:11,687 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x1ae1bf0,0-->MSMKVRecorder:0x1aee518,0 2022-03-22 18:23:11,688 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1b53e48,1-->MSAudioMixer:0x1addaf0,0 2022-03-22 18:23:11,688 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1b5ebd8,1-->MSAudioMixer:0x1addaf0,1 2022-03-22 18:23:11,688 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1addaf0,0-->MSFileRec:0x1b56fc0,0 2022-03-22 18:23:11,688 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2022-03-22 18:23:11,689 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-03-22 18:23:11,689 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2022-03-22 18:23:11,689 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2022-03-22 18:23:11,690 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2022-03-22 18:23:11,690 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 1445 0.0365724 31.1394 2022-03-22 18:23:11,690 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 763 0.0507693 22.8393 2022-03-22 18:23:11,690 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 99 0.353664 20.8247 2022-03-22 18:23:11,691 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 4278 0.00297088 7.48541 2022-03-22 18:23:11,691 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 1426 0.00479178 4.02633 2022-03-22 18:23:11,691 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 711 0.00608679 2.55186 2022-03-22 18:23:11,691 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 1426 0.00245965 2.06674 2022-03-22 18:23:11,692 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 1426 0.0019562 1.64371 2022-03-22 18:23:11,692 [INFO] [doorpi.sipphone.from_linphone] MSVolume 717 0.00357321 1.51068 2022-03-22 18:23:11,692 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 1426 0.00173008 1.45371 2022-03-22 18:23:11,693 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 1426 0.00155081 1.30308 2022-03-22 18:23:11,693 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 1426 0.0015225 1.27929 2022-03-22 18:23:11,693 [INFO] [doorpi.sipphone.from_linphone] MSTee 717 0.00219536 0.928153 2022-03-22 18:23:11,693 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 717 0.0016602 0.701896 2022-03-22 18:23:11,694 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 99 0.00175546 0.103366 2022-03-22 18:23:11,694 [INFO] [doorpi.sipphone.from_linphone] MSResample 99 0.00146124 0.0860419 2022-03-22 18:23:11,694 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 49 0.00191434 0.0563609 2022-03-22 18:23:11,695 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 0 0 0 2022-03-22 18:23:11,695 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2022-03-22 18:23:11,695 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2022-03-22 18:23:11,695 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2022-03-22 18:23:11,696 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-03-22 18:23:11,696 [INFO] [doorpi.sipphone.from_linphone] Call 0xb1027db0: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallEnd 2022-03-22 18:23:11,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x1a84e20, 0xb102c7e8) 2022-03-22 18:23:11,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2022-03-22 18:23:11,698 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2022-03-22 18:23:11,698 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_log_updated] 2022-03-22 18:23:11,698 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2022-03-22 18:23:11,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1a84e20, 0xb1027db0, 13, "Call terminated") 2022-03-22 18:23:11,699 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2022-03-22 18:23:11,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0xb6cf2db0 [0xb1027db0]) 2022-03-22 18:23:11,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xb1002a90) 2022-03-22 18:23:11,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-03-22 18:23:11,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0xb6cf2d90 2022-03-22 18:23:11,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-03-22 18:23:11,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0xb6cf2d90 2022-03-22 18:23:11,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0xb6cf2d90 2022-03-22 18:23:11,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0xb6cf2d90 2022-03-22 18:23:11,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0xb6cf2d90 [0xb1002a90]) 2022-03-22 18:23:11,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0xb2e67f80 2022-03-22 18:23:11,702 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:23:11,703 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:23:11,704 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:23:11,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,705 [DEBUG] [doorpi.action.handler] [C2KI8U] fire for event OnCallStateDisconnect this actions [, ] 2022-03-22 18:23:11,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f676c 2022-03-22 18:23:11,705 [TRACE] [doorpi.action.handler] [C2KI8U] try to fire action > with args () and kwargs {} 2022-03-22 18:23:11,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,706 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-03-22 18:23:11,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f676c 2022-03-22 18:23:11,707 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2022-03-22 18:23:11,707 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:23:11,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:23:11,709 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2022-03-22 18:23:11,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f676c 2022-03-22 18:23:11,710 [TRACE] [doorpi.action.handler] [C2KI8U] try to fire action > with args () and kwargs {} 2022-03-22 18:23:11,711 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-03-22 18:23:11,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-03-22 18:23:11,710 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:23:11,712 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_state_changed] 2022-03-22 18:23:11,712 [TRACE] [doorpi.action.handler] [C2KI8U] finished fire_event for event_name OnCallStateDisconnect 2022-03-22 18:23:11,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x17f676c 2022-03-22 18:23:11,714 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone asyncron 2022-03-22 18:23:11,715 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCallTimeoutNoResponse - skip fire_event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2022-03-22 18:23:11,765 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [333] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 487 Request Cancelled Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.NI2wXdRiC;rport=5060 From: "DoorPi" ;tag=8zyJUb1rR To: ;tag=1054EAD4AC5D5AD6 Call-ID: HfZ5nZ5F-R CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Content-Length: 0 2022-03-22 18:23:11,769 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [333] bytes parsed 2022-03-22 18:23:11,769 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:23:11,770 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1b5c658], from state [PROCEEDING] to [COMPLETED] 2022-03-22 18:23:11,770 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [380] bytes ACK sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.NI2wXdRiC;rport Call-ID: HfZ5nZ5F-R From: "DoorPi" ;tag=8zyJUb1rR To: ;tag=1054EAD4AC5D5AD6 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 21 ACK 2022-03-22 18:23:11,771 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1adcbd0]: now updated by transaction [0x1b5c658]. 2022-03-22 18:23:11,771 [INFO] [doorpi.sipphone.from_linphone] dialog [0x1adcbd0] deleted. 2022-03-22 18:23:11,771 [INFO] [doorpi.sipphone.from_linphone] op [0xb1002768] : set_or_update_dialog() current=[0x1adcbd0] new=[0x1adcbd0] 2022-03-22 18:23:11,772 [INFO] [doorpi.sipphone.from_linphone] Op [0xb1002768] receiving call response [487], dialog is [0x1adcbd0] in state [BELLE_SIP_DIALOG_TERMINATED] 2022-03-22 18:23:11,772 [INFO] [doorpi.sipphone.from_linphone] Notifying soundcard that we don't need it anymore for calls. 2022-03-22 18:23:11,823 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [368] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.NI2wXdRiC;rport=5060 From: "DoorPi" ;tag=8zyJUb1rR To: Call-ID: HfZ5nZ5F-R CSeq: 21 CANCEL User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2022-03-22 18:23:11,826 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [368] bytes parsed 2022-03-22 18:23:11,826 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:23:11,827 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [CANCEL] transaction [0x1ae4978], from state [TRYING] to [COMPLETED] 2022-03-22 18:23:11,827 [INFO] [doorpi.sipphone.from_linphone] op [0xb1002768] : set_or_update_dialog() current=[0x1adcbd0] new=[(nil)] 2022-03-22 18:23:11,827 [INFO] [doorpi.sipphone.from_linphone] Op [0xb1002768] receiving call response [200], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2022-03-22 18:23:11,827 [ERROR] [doorpi.sipphone.from_linphone] sal process_dialog_terminated no op found for this dialog [0x1adcbd0], ignoring 2022-03-22 18:23:16,868 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [CANCEL] transaction [0x1ae4978], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:23:16,869 [INFO] [doorpi.sipphone.from_linphone] Client CANCEL transaction [0x1ae4978] terminated 2022-03-22 18:23:29,272 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xb1012d60], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:23:29,273 [INFO] [doorpi.sipphone.from_linphone] Client INVITE transaction [0xb1012d60] terminated 2022-03-22 18:23:43,795 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1b5c658], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:23:43,795 [INFO] [doorpi.sipphone.from_linphone] Client INVITE transaction [0x1b5c658] terminated 2022-03-22 18:24:16,203 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/pages/index.html 2022-03-22 18:24:16,224 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/pages/index.html HTTP/1.1', '200', '-') 2022-03-22 18:24:16,296 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/bootstrap/dist/css/bootstrap.css 2022-03-22 18:24:16,301 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/metisMenu/dist/metisMenu.css 2022-03-22 18:24:16,305 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/metisMenu/dist/metisMenu.css HTTP/1.1', '200', '-') 2022-03-22 18:24:16,306 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/bootstrap/dist/css/bootstrap.css HTTP/1.1', '200', '-') 2022-03-22 18:24:16,307 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/dist/css/timeline.css 2022-03-22 18:24:16,312 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/morrisjs/morris.css 2022-03-22 18:24:16,312 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/dist/css/timeline.css HTTP/1.1', '200', '-') 2022-03-22 18:24:16,313 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/font-awesome/css/font-awesome.css 2022-03-22 18:24:16,314 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/morrisjs/morris.css HTTP/1.1', '200', '-') 2022-03-22 18:24:16,315 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/dist/css/sb-admin-2.css 2022-03-22 18:24:16,318 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/dist/css/sb-admin-2.css HTTP/1.1', '200', '-') 2022-03-22 18:24:16,321 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/font-awesome/css/font-awesome.css HTTP/1.1', '200', '-') 2022-03-22 18:24:16,338 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/bootstrap/dist/js/bootstrap.js 2022-03-22 18:24:16,339 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/jquery/dist/jquery.js 2022-03-22 18:24:16,345 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/bootstrap/dist/js/bootstrap.js HTTP/1.1', '200', '-') 2022-03-22 18:24:16,349 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/metisMenu/dist/metisMenu.js 2022-03-22 18:24:16,352 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/raphael/raphael.js 2022-03-22 18:24:16,354 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/jquery/dist/jquery.js HTTP/1.1', '200', '-') 2022-03-22 18:24:16,356 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/metisMenu/dist/metisMenu.js HTTP/1.1', '200', '-') 2022-03-22 18:24:16,368 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/raphael/raphael.js HTTP/1.1', '200', '-') 2022-03-22 18:24:16,370 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/dist/js/sb-admin-2.js 2022-03-22 18:24:16,371 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/dist/js/sb-admin-2.js HTTP/1.1', '200', '-') 2022-03-22 18:24:16,390 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/datatables/media/js/jquery.dataTables.js 2022-03-22 18:24:16,401 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.js 2022-03-22 18:24:16,404 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.js HTTP/1.1', '200', '-') 2022-03-22 18:24:16,412 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/datatables/media/js/jquery.dataTables.js HTTP/1.1', '200', '-') 2022-03-22 18:24:16,526 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/dist/images/btn_donateCC_LG.gif 2022-03-22 18:24:16,527 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/dist/images/btn_donateCC_LG.gif HTTP/1.1', '200', '-') 2022-03-22 18:24:16,586 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/dist/images/flattr-badge-large.png 2022-03-22 18:24:16,586 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/dist/images/flattr-badge-large.png HTTP/1.1', '200', '-') 2022-03-22 18:24:16,722 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/font-awesome/fonts/fontawesome-webfont.woff 2022-03-22 18:24:16,726 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0 HTTP/1.1', '200', '-') 2022-03-22 18:24:16,786 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /status 2022-03-22 18:24:16,788 [DEBUG] [doorpi.status.status_lib.status_time] doorpi.status.status_lib.status_time loaded 2022-03-22 18:24:16,789 [DEBUG] [doorpi.status.status_lib.config] doorpi.status.status_lib.config loaded 2022-03-22 18:24:16,790 [TRACE] [doorpi.conf.config_object] get_sections returns ['virtual_InputPins', 'onboardpins_OutputPins', 'AREA_public', 'onboardpins_keyboard', 'Group', 'ReadPermission', 'virtual_keyboard', 'AdminNumbers', 'keyboards', 'DTMF', 'SIP-Phone', 'WritePermission', 'virtual_OutputPins', 'EVENT_OnKeyPressed_onboardpins.0', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2022-03-22 18:24:16,790 [TRACE] [doorpi.conf.config_object] get_keys for section virtual_InputPins returns [] 2022-03-22 18:24:16,790 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '2', '7'] 2022-03-22 18:24:16,791 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_OutputPins (default: ) returns Tueroeffner 2022-03-22 18:24:16,791 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_OutputPins (default: ) returns Verstaerker 2022-03-22 18:24:16,792 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_OutputPins (default: ) returns 2022-03-22 18:24:16,792 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section onboardpins_OutputPins (default: ) returns DoorPi-Alive-LED 2022-03-22 18:24:16,792 [TRACE] [doorpi.conf.config_object] get_keys for section AREA_public returns ['.*'] 2022-03-22 18:24:16,793 [TRACE] [doorpi.conf.config_object] get_string for key .* in section AREA_public (default: ) returns 2022-03-22 18:24:16,793 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_keyboard returns ['polarity', 'bouncetime', 'pressed_on_keydown'] 2022-03-22 18:24:16,793 [TRACE] [doorpi.conf.config_object] get_string for key polarity in section onboardpins_keyboard (default: ) returns 0 2022-03-22 18:24:16,794 [TRACE] [doorpi.conf.config_object] get_string for key bouncetime in section onboardpins_keyboard (default: ) returns 4000 2022-03-22 18:24:16,794 [TRACE] [doorpi.conf.config_object] get_string for key pressed_on_keydown in section onboardpins_keyboard (default: ) returns True 2022-03-22 18:24:16,794 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrators', 'guests'] 2022-03-22 18:24:16,795 [TRACE] [doorpi.conf.config_object] get_string for key administrators in section Group (default: ) returns admin 2022-03-22 18:24:16,795 [TRACE] [doorpi.conf.config_object] get_string for key guests in section Group (default: ) returns visitor 2022-03-22 18:24:16,795 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns ['guests'] 2022-03-22 18:24:16,796 [TRACE] [doorpi.conf.config_object] get_string for key guests in section ReadPermission (default: ) returns dashboard 2022-03-22 18:24:16,796 [TRACE] [doorpi.conf.config_object] get_keys for section virtual_keyboard returns ['polarity', 'reset_input', 'base_path_input', 'pressed_on_keydown', 'bouncetime', 'base_path_output'] 2022-03-22 18:24:16,797 [TRACE] [doorpi.conf.config_object] get_string for key polarity in section virtual_keyboard (default: ) returns 0 2022-03-22 18:24:16,797 [TRACE] [doorpi.conf.config_object] get_string for key reset_input in section virtual_keyboard (default: ) returns True 2022-03-22 18:24:16,798 [TRACE] [doorpi.conf.config_object] get_string for key base_path_input in section virtual_keyboard (default: ) returns /usr/local/etc/DoorPi/filesystem/inputs/ 2022-03-22 18:24:16,798 [TRACE] [doorpi.conf.config_object] get_string for key pressed_on_keydown in section virtual_keyboard (default: ) returns True 2022-03-22 18:24:16,799 [TRACE] [doorpi.conf.config_object] get_string for key bouncetime in section virtual_keyboard (default: ) returns 2000 2022-03-22 18:24:16,799 [TRACE] [doorpi.conf.config_object] get_string for key base_path_output in section virtual_keyboard (default: ) returns /usr/local/etc/DoorPi/filesystem/outputs/ 2022-03-22 18:24:16,799 [TRACE] [doorpi.conf.config_object] get_keys for section AdminNumbers returns ['**610', '**611', '**621'] 2022-03-22 18:24:16,800 [TRACE] [doorpi.conf.config_object] get_string for key **610 in section AdminNumbers (default: ) returns active 2022-03-22 18:24:16,800 [TRACE] [doorpi.conf.config_object] get_string for key **611 in section AdminNumbers (default: ) returns active 2022-03-22 18:24:16,800 [TRACE] [doorpi.conf.config_object] get_string for key **621 in section AdminNumbers (default: ) returns active 2022-03-22 18:24:16,801 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['virtual', 'onboardpins'] 2022-03-22 18:24:16,801 [TRACE] [doorpi.conf.config_object] get_string for key virtual in section keyboards (default: ) returns filesystem 2022-03-22 18:24:16,801 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: ) returns piface 2022-03-22 18:24:16,802 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"0#"'] 2022-03-22 18:24:16,802 [TRACE] [doorpi.conf.config_object] get_string for key "0#" in section DTMF (default: ) returns out:Tueroeffner,1,0,3 2022-03-22 18:24:16,803 [TRACE] [doorpi.conf.config_object] get_keys for section SIP-Phone returns ['sipserver_username', 'dialtone_volume', 'stun_server', 'FirewallPolicy', 'sipserver_server', 'dialtone', 'local_port', 'video_codecs', 'max_call_time', 'playback_device', 'call_timeout', 'firewallpolicy', 'video_size', 'sipphonetyp', 'sipserver_password', 'record_while_dialing', 'ua.max_calls', 'video_device', 'video_display_enabled', 'capture_device', 'dialtone_renew_every_start', 'identity', 'mic_gain_db', 'records', 'audio_codecs', 'echo_cancellation_enabled', 'sipserver_realm'] 2022-03-22 18:24:16,804 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns doorpiadmin 2022-03-22 18:24:16,804 [TRACE] [doorpi.conf.config_object] get_string for key dialtone_volume in section SIP-Phone (default: ) returns 35 2022-03-22 18:24:16,804 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2022-03-22 18:24:16,805 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: ) returns PolicyNoFirewall 2022-03-22 18:24:16,805 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2022-03-22 18:24:16,806 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: ) returns !BASEPATH!/media/ShortDialTone.wav 2022-03-22 18:24:16,806 [TRACE] [doorpi.conf.config_object] get_string for key local_port in section SIP-Phone (default: ) returns 5060 2022-03-22 18:24:16,806 [TRACE] [doorpi.conf.config_object] get_string for key video_codecs in section SIP-Phone (default: ) returns VP8 2022-03-22 18:24:16,807 [TRACE] [doorpi.conf.config_object] get_string for key max_call_time in section SIP-Phone (default: ) returns 120 2022-03-22 18:24:16,807 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ) returns ALSA: default device 2022-03-22 18:24:16,808 [TRACE] [doorpi.conf.config_object] get_string for key call_timeout in section SIP-Phone (default: ) returns 15 2022-03-22 18:24:16,808 [TRACE] [doorpi.conf.config_object] get_string for key firewallpolicy in section SIP-Phone (default: ) returns PolicyNoFirewall 2022-03-22 18:24:16,809 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: ) returns vga 2022-03-22 18:24:16,809 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: ) returns linphone 2022-03-22 18:24:16,809 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: ) returns ******* 2022-03-22 18:24:16,810 [TRACE] [doorpi.conf.config_object] get_string for key record_while_dialing in section SIP-Phone (default: ) returns False 2022-03-22 18:24:16,810 [TRACE] [doorpi.conf.config_object] get_string for key ua.max_calls in section SIP-Phone (default: ) returns 2 2022-03-22 18:24:16,811 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: ) returns StaticImage: Static picture 2022-03-22 18:24:16,811 [TRACE] [doorpi.conf.config_object] get_string for key video_display_enabled in section SIP-Phone (default: ) returns False 2022-03-22 18:24:16,811 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ) returns ALSA: default device 2022-03-22 18:24:16,811 [TRACE] [doorpi.conf.config_object] get_string for key dialtone_renew_every_start in section SIP-Phone (default: ) returns False 2022-03-22 18:24:16,812 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: ) returns DoorPi 2022-03-22 18:24:16,812 [TRACE] [doorpi.conf.config_object] get_string for key mic_gain_db in section SIP-Phone (default: ) returns 0 2022-03-22 18:24:16,812 [TRACE] [doorpi.conf.config_object] get_string for key records in section SIP-Phone (default: ) returns !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav 2022-03-22 18:24:16,813 [TRACE] [doorpi.conf.config_object] get_string for key audio_codecs in section SIP-Phone (default: ) returns PCMA,PCMU 2022-03-22 18:24:16,813 [TRACE] [doorpi.conf.config_object] get_string for key echo_cancellation_enabled in section SIP-Phone (default: ) returns False 2022-03-22 18:24:16,813 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: ) returns fritz.box 2022-03-22 18:24:16,814 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrators'] 2022-03-22 18:24:16,814 [TRACE] [doorpi.conf.config_object] get_string for key administrators in section WritePermission (default: ) returns dashboard,status,config 2022-03-22 18:24:16,814 [TRACE] [doorpi.conf.config_object] get_keys for section virtual_OutputPins returns [] 2022-03-22 18:24:16,815 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_onboardpins.0 returns ['10'] 2022-03-22 18:24:16,815 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyPressed_onboardpins.0 (default: ) returns file_call_value:/usr/local/etc/DoorPi/tools/call.txt 2022-03-22 18:24:16,815 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2022-03-22 18:24:16,815 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2022-03-22 18:24:16,816 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['admin', 'visitor'] 2022-03-22 18:24:16,818 [TRACE] [doorpi.conf.config_object] get_string for key admin in section User (default: ) returns admin 2022-03-22 18:24:16,818 [TRACE] [doorpi.conf.config_object] get_string for key visitor in section User (default: ) returns visitor 2022-03-22 18:24:16,819 [TRACE] [doorpi.conf.config_object] get_keys for section DoorPiWeb returns ['loginfile', 'www', 'ip', 'indexfile', 'port', 'online_fallback', 'public'] 2022-03-22 18:24:16,819 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: ) returns login.html 2022-03-22 18:24:16,819 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: ) returns !BASEPATH!/../DoorPiWeb 2022-03-22 18:24:16,820 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2022-03-22 18:24:16,820 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: ) returns index.html 2022-03-22 18:24:16,820 [TRACE] [doorpi.conf.config_object] get_string for key port in section DoorPiWeb (default: ) returns 80 2022-03-22 18:24:16,820 [TRACE] [doorpi.conf.config_object] get_string for key online_fallback in section DoorPiWeb (default: ) returns http://motom001.github.io/DoorPiWeb 2022-03-22 18:24:16,820 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: ) returns AREA_public 2022-03-22 18:24:16,820 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['1', '0', '3', '2', '5', '4', '7', '6'] 2022-03-22 18:24:16,821 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:24:16,821 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:24:16,821 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:24:16,821 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:24:16,821 [TRACE] [doorpi.conf.config_object] get_string for key 5 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:24:16,822 [TRACE] [doorpi.conf.config_object] get_string for key 4 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:24:16,822 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:24:16,822 [TRACE] [doorpi.conf.config_object] get_string for key 6 in section onboardpins_InputPins (default: ) returns sleep:0 2022-03-22 18:24:16,822 [TRACE] [doorpi.conf.config_object] get_keys for section DoorPi returns ['is_alive_led', 'last_snapshot', 'snapshot_path', 'eventlog', 'base_path'] 2022-03-22 18:24:16,822 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns DoorPi-Alive-LED 2022-03-22 18:24:16,822 [TRACE] [doorpi.conf.config_object] get_string for key last_snapshot in section DoorPi (default: ) returns 2022-03-22 18:24:16,823 [TRACE] [doorpi.conf.config_object] get_string for key snapshot_path in section DoorPi (default: ) returns 2022-03-22 18:24:16,823 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: ) returns !BASEPATH!/conf/eventlog.db 2022-03-22 18:24:16,823 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: ) returns /usr/local/etc/DoorPi 2022-03-22 18:24:16,824 [DEBUG] [doorpi.status.status_lib.keyboard] doorpi.status.status_lib.keyboard loaded 2022-03-22 18:24:16,829 [DEBUG] [doorpi.status.status_lib.sipphone] doorpi.status.status_lib.sipphone loaded 2022-03-22 18:24:16,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:16,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae79a8) 2022-03-22 18:24:16,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2dc0 2022-03-22 18:24:16,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2dc0 2022-03-22 18:24:16,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2dc0 2022-03-22 18:24:16,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7a18) 2022-03-22 18:24:16,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2de0 2022-03-22 18:24:16,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2de0 2022-03-22 18:24:16,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2de0 2022-03-22 18:24:16,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7a80) 2022-03-22 18:24:16,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2e20 2022-03-22 18:24:16,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2e20 2022-03-22 18:24:16,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2e20 2022-03-22 18:24:16,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8af8) 2022-03-22 18:24:16,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2e40 2022-03-22 18:24:16,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2e40 2022-03-22 18:24:16,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2e40 2022-03-22 18:24:16,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8b50) 2022-03-22 18:24:16,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2e50 2022-03-22 18:24:16,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2e50 2022-03-22 18:24:16,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2e50 2022-03-22 18:24:16,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8ba8) 2022-03-22 18:24:16,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2e30 2022-03-22 18:24:16,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2e30 2022-03-22 18:24:16,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2e30 2022-03-22 18:24:16,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8c00) 2022-03-22 18:24:16,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2dd0 2022-03-22 18:24:16,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2dd0 2022-03-22 18:24:16,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2dd0 2022-03-22 18:24:16,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8c58) 2022-03-22 18:24:16,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2da0 2022-03-22 18:24:16,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2da0 2022-03-22 18:24:16,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2da0 2022-03-22 18:24:16,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7be8) 2022-03-22 18:24:16,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2d80 2022-03-22 18:24:16,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2d80 2022-03-22 18:24:16,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2d80 2022-03-22 18:24:16,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7c30) 2022-03-22 18:24:16,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2e00 2022-03-22 18:24:16,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2e00 2022-03-22 18:24:16,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2e00 2022-03-22 18:24:16,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0xb11bf238 2022-03-22 18:24:16,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2dc0 [0x1ae79a8]) 2022-03-22 18:24:16,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c80940 2022-03-22 18:24:16,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2dc0 [0x1ae79a8]) 2022-03-22 18:24:16,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6754 2022-03-22 18:24:16,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2dc0 [0x1ae79a8]) 2022-03-22 18:24:16,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02608 2022-03-22 18:24:16,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2dc0 [0x1ae79a8]) 2022-03-22 18:24:16,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2de0 [0x1ae7a18]) 2022-03-22 18:24:16,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c806c0 2022-03-22 18:24:16,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2de0 [0x1ae7a18]) 2022-03-22 18:24:16,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2de0 [0x1ae7a18]) 2022-03-22 18:24:16,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d0262c 2022-03-22 18:24:16,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2de0 [0x1ae7a18]) 2022-03-22 18:24:16,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2e20 [0x1ae7a80]) 2022-03-22 18:24:16,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c809e0 2022-03-22 18:24:16,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2e20 [0x1ae7a80]) 2022-03-22 18:24:16,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2e20 [0x1ae7a80]) 2022-03-22 18:24:16,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02578 2022-03-22 18:24:16,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2e20 [0x1ae7a80]) 2022-03-22 18:24:16,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2e40 [0x18a8af8]) 2022-03-22 18:24:16,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c807c0 2022-03-22 18:24:16,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2e40 [0x18a8af8]) 2022-03-22 18:24:16,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2e40 [0x18a8af8]) 2022-03-22 18:24:16,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02554 2022-03-22 18:24:16,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2e40 [0x18a8af8]) 2022-03-22 18:24:16,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a3128 2022-03-22 18:24:16,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2e50 [0x18a8b50]) 2022-03-22 18:24:16,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c808c0 2022-03-22 18:24:16,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2e50 [0x18a8b50]) 2022-03-22 18:24:16,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2e50 [0x18a8b50]) 2022-03-22 18:24:16,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d0259c 2022-03-22 18:24:16,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2e50 [0x18a8b50]) 2022-03-22 18:24:16,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a3128 2022-03-22 18:24:16,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2e30 [0x18a8ba8]) 2022-03-22 18:24:16,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3dd70 2022-03-22 18:24:16,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2e30 [0x18a8ba8]) 2022-03-22 18:24:16,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2e30 [0x18a8ba8]) 2022-03-22 18:24:16,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d0253c 2022-03-22 18:24:16,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2e30 [0x18a8ba8]) 2022-03-22 18:24:16,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2dd0 [0x18a8c00]) 2022-03-22 18:24:16,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c809c0 2022-03-22 18:24:16,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2dd0 [0x18a8c00]) 2022-03-22 18:24:16,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2dd0 [0x18a8c00]) 2022-03-22 18:24:16,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02620 2022-03-22 18:24:16,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2dd0 [0x18a8c00]) 2022-03-22 18:24:16,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2da0 [0x18a8c58]) 2022-03-22 18:24:16,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c80fe0 2022-03-22 18:24:16,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2da0 [0x18a8c58]) 2022-03-22 18:24:16,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2da0 [0x18a8c58]) 2022-03-22 18:24:16,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d0256c 2022-03-22 18:24:16,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2da0 [0x18a8c58]) 2022-03-22 18:24:16,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2d80 [0x1ae7be8]) 2022-03-22 18:24:16,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3dd40 2022-03-22 18:24:16,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2d80 [0x1ae7be8]) 2022-03-22 18:24:16,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6754 2022-03-22 18:24:16,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2d80 [0x1ae7be8]) 2022-03-22 18:24:16,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d025b4 2022-03-22 18:24:16,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2d80 [0x1ae7be8]) 2022-03-22 18:24:16,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2e00 [0x1ae7c30]) 2022-03-22 18:24:16,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3dd10 2022-03-22 18:24:16,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2e00 [0x1ae7c30]) 2022-03-22 18:24:16,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2e00 [0x1ae7c30]) 2022-03-22 18:24:16,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02614 2022-03-22 18:24:16,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2e00 [0x1ae7c30]) 2022-03-22 18:24:16,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:16,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0xb11bf648 2022-03-22 18:24:16,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0xb2e3d848 [0x1a84e20], "ALSA: default device") 2022-03-22 18:24:16,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2022-03-22 18:24:16,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0xb2e3d848 [0x1a84e20], "ALSA: default device") 2022-03-22 18:24:16,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2022-03-22 18:24:16,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0xb2e3d848 [0x1a84e20], "ALSA: bcm2835 Headphones") 2022-03-22 18:24:16,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a311c 2022-03-22 18:24:16,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0xb2e3d848 [0x1a84e20], "ALSA: bcm2835 Headphones") 2022-03-22 18:24:16,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2022-03-22 18:24:16,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:16,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae79a8) 2022-03-22 18:24:16,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2e70 2022-03-22 18:24:16,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2e70 2022-03-22 18:24:16,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2e70 2022-03-22 18:24:16,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7a18) 2022-03-22 18:24:16,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2e60 2022-03-22 18:24:16,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2e60 2022-03-22 18:24:16,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2e60 2022-03-22 18:24:16,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7a80) 2022-03-22 18:24:16,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2e80 2022-03-22 18:24:16,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2e80 2022-03-22 18:24:16,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2e80 2022-03-22 18:24:16,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8af8) 2022-03-22 18:24:16,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2e90 2022-03-22 18:24:16,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2e90 2022-03-22 18:24:16,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2e90 2022-03-22 18:24:16,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8b50) 2022-03-22 18:24:16,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2ea0 2022-03-22 18:24:16,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2ea0 2022-03-22 18:24:16,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2ea0 2022-03-22 18:24:16,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8ba8) 2022-03-22 18:24:16,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2eb0 2022-03-22 18:24:16,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2eb0 2022-03-22 18:24:16,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2eb0 2022-03-22 18:24:16,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8c00) 2022-03-22 18:24:16,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2ec0 2022-03-22 18:24:16,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2ec0 2022-03-22 18:24:16,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2ec0 2022-03-22 18:24:16,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18a8c58) 2022-03-22 18:24:16,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2ed0 2022-03-22 18:24:16,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2ed0 2022-03-22 18:24:16,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2ed0 2022-03-22 18:24:16,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7be8) 2022-03-22 18:24:16,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2ee0 2022-03-22 18:24:16,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2ee0 2022-03-22 18:24:16,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2ee0 2022-03-22 18:24:16,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7c30) 2022-03-22 18:24:16,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2ef0 2022-03-22 18:24:16,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2ef0 2022-03-22 18:24:16,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2ef0 2022-03-22 18:24:16,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0xb11bf648 2022-03-22 18:24:16,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2e70 [0x1ae79a8]) 2022-03-22 18:24:16,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c80700 2022-03-22 18:24:16,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2e70 [0x1ae79a8]) 2022-03-22 18:24:16,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6754 2022-03-22 18:24:16,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2e70 [0x1ae79a8]) 2022-03-22 18:24:16,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02590 2022-03-22 18:24:16,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2e70 [0x1ae79a8]) 2022-03-22 18:24:16,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2e60 [0x1ae7a18]) 2022-03-22 18:24:16,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c807e0 2022-03-22 18:24:16,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2e60 [0x1ae7a18]) 2022-03-22 18:24:16,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2e60 [0x1ae7a18]) 2022-03-22 18:24:16,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d025a8 2022-03-22 18:24:16,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2e60 [0x1ae7a18]) 2022-03-22 18:24:16,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2e80 [0x1ae7a80]) 2022-03-22 18:24:16,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c80b20 2022-03-22 18:24:16,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2e80 [0x1ae7a80]) 2022-03-22 18:24:16,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2e80 [0x1ae7a80]) 2022-03-22 18:24:16,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02650 2022-03-22 18:24:16,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2e80 [0x1ae7a80]) 2022-03-22 18:24:16,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2e90 [0x18a8af8]) 2022-03-22 18:24:16,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c80be0 2022-03-22 18:24:16,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2e90 [0x18a8af8]) 2022-03-22 18:24:16,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2e90 [0x18a8af8]) 2022-03-22 18:24:16,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d025fc 2022-03-22 18:24:16,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2e90 [0x18a8af8]) 2022-03-22 18:24:16,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a3128 2022-03-22 18:24:16,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2ea0 [0x18a8b50]) 2022-03-22 18:24:16,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c80e20 2022-03-22 18:24:16,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2ea0 [0x18a8b50]) 2022-03-22 18:24:16,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2ea0 [0x18a8b50]) 2022-03-22 18:24:16,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d025f0 2022-03-22 18:24:16,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2ea0 [0x18a8b50]) 2022-03-22 18:24:16,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a3128 2022-03-22 18:24:16,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2eb0 [0x18a8ba8]) 2022-03-22 18:24:16,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3dda0 2022-03-22 18:24:16,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2eb0 [0x18a8ba8]) 2022-03-22 18:24:16,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2eb0 [0x18a8ba8]) 2022-03-22 18:24:16,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d025d8 2022-03-22 18:24:16,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2eb0 [0x18a8ba8]) 2022-03-22 18:24:16,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2ec0 [0x18a8c00]) 2022-03-22 18:24:16,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c80a40 2022-03-22 18:24:16,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2ec0 [0x18a8c00]) 2022-03-22 18:24:16,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2ec0 [0x18a8c00]) 2022-03-22 18:24:16,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d025cc 2022-03-22 18:24:16,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2ec0 [0x18a8c00]) 2022-03-22 18:24:16,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2ed0 [0x18a8c58]) 2022-03-22 18:24:16,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4c80a20 2022-03-22 18:24:16,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2ed0 [0x18a8c58]) 2022-03-22 18:24:16,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2ed0 [0x18a8c58]) 2022-03-22 18:24:16,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02638 2022-03-22 18:24:16,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2ed0 [0x18a8c58]) 2022-03-22 18:24:16,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2ee0 [0x1ae7be8]) 2022-03-22 18:24:16,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3ddb8 2022-03-22 18:24:16,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2ee0 [0x1ae7be8]) 2022-03-22 18:24:16,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6754 2022-03-22 18:24:16,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2ee0 [0x1ae7be8]) 2022-03-22 18:24:16,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02584 2022-03-22 18:24:16,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2ee0 [0x1ae7be8]) 2022-03-22 18:24:16,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2ef0 [0x1ae7c30]) 2022-03-22 18:24:16,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3ddd0 2022-03-22 18:24:16,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2ef0 [0x1ae7c30]) 2022-03-22 18:24:16,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f6760 2022-03-22 18:24:16,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2ef0 [0x1ae7c30]) 2022-03-22 18:24:16,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02530 2022-03-22 18:24:16,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2ef0 [0x1ae7c30]) 2022-03-22 18:24:16,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a311c 2022-03-22 18:24:16,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:16,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0xb4c846c0 2022-03-22 18:24:16,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0xb2e3d848 [0x1a84e20], "ALSA: default device") 2022-03-22 18:24:16,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2022-03-22 18:24:16,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0xb2e3d848 [0x1a84e20], "ALSA: default device") 2022-03-22 18:24:16,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2022-03-22 18:24:16,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0xb2e3d848 [0x1a84e20], "ALSA: bcm2835 Headphones") 2022-03-22 18:24:16,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a311c 2022-03-22 18:24:16,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0xb2e3d848 [0x1a84e20], "ALSA: bcm2835 Headphones") 2022-03-22 18:24:16,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2022-03-22 18:24:16,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:16,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7c88) 2022-03-22 18:24:16,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2f00 2022-03-22 18:24:16,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2f00 2022-03-22 18:24:16,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2f00 2022-03-22 18:24:16,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0xb2e5c9e0 2022-03-22 18:24:16,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2f00 [0x1ae7c88]) 2022-03-22 18:24:16,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3dda0 2022-03-22 18:24:16,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2f00 [0x1ae7c88]) 2022-03-22 18:24:16,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f676c 2022-03-22 18:24:16,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2f00 [0x1ae7c88]) 2022-03-22 18:24:16,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d025a8 2022-03-22 18:24:16,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2f00 [0x1ae7c88]) 2022-03-22 18:24:16,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a3128 2022-03-22 18:24:16,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:16,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb4c864b8 2022-03-22 18:24:16,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:16,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ae7c88) 2022-03-22 18:24:16,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-03-22 18:24:16,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6cf2f10 2022-03-22 18:24:16,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-03-22 18:24:16,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6cf2f10 2022-03-22 18:24:16,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6cf2f10 2022-03-22 18:24:16,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0xb4c864b8 2022-03-22 18:24:16,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6cf2f10 [0x1ae7c88]) 2022-03-22 18:24:16,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb2e3ddb8 2022-03-22 18:24:16,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_channels(0xb6cf2f10 [0x1ae7c88]) 2022-03-22 18:24:16,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_channels -> 0x17f676c 2022-03-22 18:24:16,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_normal_bitrate(0xb6cf2f10 [0x1ae7c88]) 2022-03-22 18:24:16,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_normal_bitrate -> 0xb2d02590 2022-03-22 18:24:16,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_payload_type_enabled(0xb2e3d848 [0x1a84e20], 0xb6cf2f10 [0x1ae7c88]) 2022-03-22 18:24:16,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_payload_type_enabled -> 0x2a3128 2022-03-22 18:24:16,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:16,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb11bf5f8 2022-03-22 18:24:16,894 [DEBUG] [doorpi.status.status_lib.event_handler] doorpi.status.status_lib.event_handler loaded 2022-03-22 18:24:16,895 [DEBUG] [doorpi.status.status_lib.history_event] doorpi.status.status_lib.history_event loaded 2022-03-22 18:24:16,895 [DEBUG] [doorpi.action.handler] request last 100 event logs with filter 2022-03-22 18:24:16,897 [DEBUG] [doorpi.status.status_lib.history_snapshot] doorpi.status.status_lib.history_snapshot loaded 2022-03-22 18:24:16,897 [TRACE] [doorpi.conf.config_object] get_string for key snapshot_path in section DoorPi (default: ) returns 2022-03-22 18:24:16,898 [DEBUG] [doorpi.conf.config_object] parse string "" to "" 2022-03-22 18:24:16,899 [DEBUG] [doorpi.status.status_lib.webserver] doorpi.status.status_lib.webserver loaded 2022-03-22 18:24:16,899 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrators'] 2022-03-22 18:24:16,899 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns ['guests'] 2022-03-22 18:24:16,900 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrators', 'guests'] 2022-03-22 18:24:16,900 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['admin', 'visitor'] 2022-03-22 18:24:16,900 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section Group (default: []) returns ['admin'] 2022-03-22 18:24:16,900 [TRACE] [doorpi.conf.config_object] get_list for key guests in section Group (default: []) returns ['visitor'] 2022-03-22 18:24:16,900 [TRACE] [doorpi.conf.config_object] get_sections returns ['virtual_InputPins', 'onboardpins_OutputPins', 'AREA_public', 'onboardpins_keyboard', 'Group', 'ReadPermission', 'virtual_keyboard', 'AdminNumbers', 'keyboards', 'DTMF', 'SIP-Phone', 'WritePermission', 'virtual_OutputPins', 'EVENT_OnKeyPressed_onboardpins.0', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2022-03-22 18:24:16,901 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section WritePermission (default: []) returns ['dashboard', 'status', 'config'] 2022-03-22 18:24:16,901 [TRACE] [doorpi.conf.config_object] get_list for key guests in section ReadPermission (default: []) returns ['dashboard'] 2022-03-22 18:24:16,901 [ERROR] [doorpi.status.webserver] module dashboard doesn't exist but is assigned to group administrators in WritePermission 2022-03-22 18:24:16,901 [ERROR] [doorpi.status.webserver] module status doesn't exist but is assigned to group administrators in WritePermission 2022-03-22 18:24:16,902 [ERROR] [doorpi.status.webserver] module config doesn't exist but is assigned to group administrators in WritePermission 2022-03-22 18:24:16,902 [ERROR] [doorpi.status.webserver] module dashboard doesn't exist but is assigned to group guests in ReadPermission 2022-03-22 18:24:16,902 [DEBUG] [doorpi.status.webserver] no session handler - creating it now 2022-03-22 18:24:16,902 [TRACE] [doorpi.action.handler] register Event WebServerCreateNewSession from doorpi.status.webserver_lib.session_handler 2022-03-22 18:24:16,902 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.session_handler was added 2022-03-22 18:24:16,903 [TRACE] [doorpi.action.handler] added event_name WebServerCreateNewSession and registered source doorpi.status.webserver_lib.session_handler 2022-03-22 18:24:16,903 [TRACE] [doorpi.action.handler] register Event WebServerAuthUnknownUser from doorpi.status.webserver_lib.session_handler 2022-03-22 18:24:16,903 [TRACE] [doorpi.action.handler] added event_name WebServerAuthUnknownUser and registered source doorpi.status.webserver_lib.session_handler 2022-03-22 18:24:16,903 [TRACE] [doorpi.action.handler] register Event WebServerAuthWrongPassword from doorpi.status.webserver_lib.session_handler 2022-03-22 18:24:16,903 [TRACE] [doorpi.action.handler] added event_name WebServerAuthWrongPassword and registered source doorpi.status.webserver_lib.session_handler 2022-03-22 18:24:16,913 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /status?output=json.parsed HTTP/1.1', '200', '-') 2022-03-22 18:24:18,891 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/pages/status.modules.eventhandler.html 2022-03-22 18:24:18,898 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/pages/status.modules.eventhandler.html HTTP/1.1', '200', '-') 2022-03-22 18:24:18,953 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/bootstrap/dist/css/bootstrap.css 2022-03-22 18:24:18,956 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/bootstrap/dist/css/bootstrap.css HTTP/1.1', '200', '-') 2022-03-22 18:24:18,970 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/metisMenu/dist/metisMenu.css 2022-03-22 18:24:18,970 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/metisMenu/dist/metisMenu.css HTTP/1.1', '200', '-') 2022-03-22 18:24:18,972 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/dist/css/timeline.css 2022-03-22 18:24:18,973 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/morrisjs/morris.css 2022-03-22 18:24:18,974 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/font-awesome/css/font-awesome.css 2022-03-22 18:24:18,975 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/dist/css/timeline.css HTTP/1.1', '200', '-') 2022-03-22 18:24:18,976 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/dist/css/sb-admin-2.css 2022-03-22 18:24:18,976 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/morrisjs/morris.css HTTP/1.1', '200', '-') 2022-03-22 18:24:18,979 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/font-awesome/css/font-awesome.css HTTP/1.1', '200', '-') 2022-03-22 18:24:18,981 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/dist/css/sb-admin-2.css HTTP/1.1', '200', '-') 2022-03-22 18:24:18,991 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/jquery/dist/jquery.js 2022-03-22 18:24:18,995 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/jquery/dist/jquery.js HTTP/1.1', '200', '-') 2022-03-22 18:24:19,010 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/bootstrap/dist/js/bootstrap.js 2022-03-22 18:24:19,011 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/metisMenu/dist/metisMenu.js 2022-03-22 18:24:19,013 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/raphael/raphael.js 2022-03-22 18:24:19,014 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/metisMenu/dist/metisMenu.js HTTP/1.1', '200', '-') 2022-03-22 18:24:19,015 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/bootstrap/dist/js/bootstrap.js HTTP/1.1', '200', '-') 2022-03-22 18:24:19,020 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/raphael/raphael.js HTTP/1.1', '200', '-') 2022-03-22 18:24:19,023 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/dist/js/sb-admin-2.js 2022-03-22 18:24:19,024 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/dist/js/sb-admin-2.js HTTP/1.1', '200', '-') 2022-03-22 18:24:19,034 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/datatables/media/js/jquery.dataTables.js 2022-03-22 18:24:19,041 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/datatables/media/js/jquery.dataTables.js HTTP/1.1', '200', '-') 2022-03-22 18:24:19,049 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.js 2022-03-22 18:24:19,050 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.js HTTP/1.1', '200', '-') 2022-03-22 18:24:19,265 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /dashboard/bower_components/font-awesome/fonts/fontawesome-webfont.woff 2022-03-22 18:24:19,268 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /dashboard/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0 HTTP/1.1', '200', '-') 2022-03-22 18:24:19,273 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /status 2022-03-22 18:24:19,275 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /status?module=environment&name=event_handler&output=json.parsed HTTP/1.1', '200', '-') 2022-03-22 18:24:19,294 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /status 2022-03-22 18:24:19,295 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /status 2022-03-22 18:24:19,296 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /status?module=event_handler&name=actions&output=json&_=1647973457982 HTTP/1.1', '200', '-') 2022-03-22 18:24:19,298 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /status?module=event_handler&name=events_by_source&output=json&_=1647973457983 HTTP/1.1', '200', '-') 2022-03-22 18:24:19,303 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /status 2022-03-22 18:24:19,304 [DEBUG] [doorpi.action.handler] request last 100 event logs with filter 2022-03-22 18:24:19,305 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /status?module=history_event&output=json&_=1647973457984 HTTP/1.1', '200', '-') 2022-03-22 18:24:19,310 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /status 2022-03-22 18:24:19,311 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /status?module=event_handler&name=threads&output=json&_=1647973457985 HTTP/1.1', '200', '-') 2022-03-22 18:24:25,130 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /control/trigger_event 2022-03-22 18:24:25,131 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] { "event_name": [ "OnKeyPressed_onboardpins.0" ], "event_source": [ "doorpi.keyboard.from_piface" ] } 2022-03-22 18:24:25,132 [DEBUG] [doorpi.action.handler] [H5C548] fire for event OnKeyPressed_onboardpins.0 this actions [, ] 2022-03-22 18:24:25,132 [TRACE] [doorpi.action.handler] [H5C548] try to fire action CallPhoneNumberFromFileAction with args () and kwargs {'filename': '/usr/local/etc/DoorPi/tools/call.txt'} 2022-03-22 18:24:25,133 [TRACE] [doorpi.action.base] run CallPhoneNumberFromFileAction with args () and kwargs {'filename': '/usr/local/etc/DoorPi/tools/call.txt'} 2022-03-22 18:24:25,138 [DEBUG] [doorpi.action.SingleActions.file_call_value] firing sipphone.call for this number: **11 2022-03-22 18:24:25,138 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2022-03-22 18:24:25,143 [DEBUG] [doorpi.sipphone.from_linphone] call (**11) 2022-03-22 18:24:25,144 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2022-03-22 18:24:25,144 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2022-03-22 18:24:25.144767 2022-03-22 18:24:25,145 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-03-22 18:24:25,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0xb2e3d848 [0x1a84e20], 0x2a2810 [(nil)]) 2022-03-22 18:24:25,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0xb1010f00) 2022-03-22 18:24:25,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2022-03-22 18:24:25,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0xb6cf2d70 2022-03-22 18:24:25,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2022-03-22 18:24:25,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0xb6cf2d70 2022-03-22 18:24:25,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0xb6cf2d70 2022-03-22 18:24:25,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0xb6cf2d70 2022-03-22 18:24:25,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0xb6cf2d70 [0xb1010f00], "/usr/local/etc/DoorPi/records/2022-03-22_18-24-25.wav") 2022-03-22 18:24:25,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2022-03-22 18:24:25,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0xb6cf2d70 [0xb1010f00], 0x2a3128 [1]) 2022-03-22 18:24:25,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2022-03-22 18:24:25,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0xb2e3d848 [0x1a84e20], "**11", 0xb6cf2d70 [0xb1010f00]) 2022-03-22 18:24:25,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1a84e20, 0xb100fba8, 2, "Starting outgoing call") 2022-03-22 18:24:25,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2022-03-22 18:24:25,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0xb6cf2f20 2022-03-22 18:24:25,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2022-03-22 18:24:25,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0xb6cf2f20 2022-03-22 18:24:25,159 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2022-03-22 18:24:25,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xb1011688) 2022-03-22 18:24:25,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-03-22 18:24:25,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0xb6cf2f60 2022-03-22 18:24:25,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-03-22 18:24:25,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0xb6cf2f60 2022-03-22 18:24:25,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0xb6cf2f60 2022-03-22 18:24:25,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0xb6cf2f60 2022-03-22 18:24:25,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0xb6cf2f60 [0xb1011688]) 2022-03-22 18:24:25,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0xb11c2290 2022-03-22 18:24:25,163 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:24:25,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:24:25,165 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:24:25,165 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:24:25,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:24:25,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-03-22 18:24:25,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1a84e20, 0xb100fba8, 3, "Outgoing call in progress") 2022-03-22 18:24:25,173 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:24:25,174 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2022-03-22 18:24:25,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xb1011688) 2022-03-22 18:24:25,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-03-22 18:24:25,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0xb6cf2790 2022-03-22 18:24:25,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-03-22 18:24:25,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0xb6cf2790 2022-03-22 18:24:25,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0xb6cf2790 2022-03-22 18:24:25,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0xb6cf2790 2022-03-22 18:24:25,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0xb6cf2790 [0xb1011688]) 2022-03-22 18:24:25,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0xb11c2440 2022-03-22 18:24:25,179 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:24:25,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:24:25,181 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:24:25,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:24:25,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:24:25,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-03-22 18:24:25,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0xb6cf2f20 2022-03-22 18:24:25,183 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2022-03-22 18:24:25,184 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2022-03-22 18:24:25,185 [DEBUG] [doorpi.action.handler] [SDSDLZ] fire for event OnSipPhoneMakeCall this actions [] 2022-03-22 18:24:25,186 [TRACE] [doorpi.action.handler] [SDSDLZ] try to fire action > with args () and kwargs {} 2022-03-22 18:24:25,186 [DEBUG] [doorpi.action.SingleActions.file_call_value] finished sipphone.call for this number: **11 2022-03-22 18:24:25,187 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-03-22 18:24:25,187 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [2980049984]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2022-03-22 18:24:25,188 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-03-22 18:24:25,188 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2022-03-22 18:24:25,189 [TRACE] [doorpi.action.handler] [H5C548] try to fire action SleepAction with args (0.0,) and kwargs {} 2022-03-22 18:24:25,189 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0xb100fba8] initialized (LinphoneCore version: 3.9.0) 2022-03-22 18:24:25,190 [TRACE] [doorpi.action.base] run SleepAction with args (0.0,) and kwargs {} 2022-03-22 18:24:25,191 [INFO] [doorpi.sipphone.from_linphone] Call 0xb100fba8: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2022-03-22 18:24:25,192 [TRACE] [doorpi.action.handler] [H5C548] finished fire_event for event_name OnKeyPressed_onboardpins.0 2022-03-22 18:24:25,192 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_state_changed] 2022-03-22 18:24:25,193 [TRACE] [doorpi.action.handler] [SDSDLZ] finished fire_event for event_name OnSipPhoneMakeCall 2022-03-22 18:24:25,193 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [192.168.178.24] ('GET /control/trigger_event?event_name=OnKeyPressed_onboardpins.0&event_source=doorpi.keyboard.from_piface HTTP/1.1', '200', '-') 2022-03-22 18:24:25,194 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0xb100fba8] 2022-03-22 18:24:25,194 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2022-03-22 18:24:25,196 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2022-03-22 18:24:25,197 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2022-03-22 18:24:25,197 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2022-03-22 18:24:25,198 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2022-03-22 18:24:25,198 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0xb100fba8] 2022-03-22 18:24:25,198 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2022-03-22 18:24:25,199 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2022-03-22 18:24:25,199 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2022-03-22 18:24:25,199 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0xb100fba8] 2022-03-22 18:24:25,200 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0xb1013b80,0-->MSVoidSink:0xb1011a88,0 2022-03-22 18:24:25,200 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2022-03-22 18:24:25,200 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2022-03-22 18:24:25,201 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**11@192.168.178.1] on op [0xb1001e08] 2022-03-22 18:24:25,201 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2022-03-22 18:24:25,201 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xb1061ea8], from state [INIT] to [CALLING] 2022-03-22 18:24:25,202 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [835] bytes INVITE sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.R3DZkfF5U;rport From: "DoorPi" ;tag=65G6uas-2 To: sip:**11@192.168.178.1 CSeq: 20 INVITE Call-ID: G59~MbKLoN Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 277 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=doorpiadmin 3438 38 IN IP4 192.168.178.39 s=Talk c=IN IP4 192.168.178.39 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 2022-03-22 18:24:25,202 [INFO] [doorpi.sipphone.from_linphone] Call 0xb100fba8: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2022-03-22 18:24:25,202 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_state_changed] 2022-03-22 18:24:25,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6748 2022-03-22 18:24:25,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,255 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [364] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.R3DZkfF5U;rport=5060 From: "DoorPi" ;tag=65G6uas-2 To: ;tag=C93B5D06D862C099 Call-ID: G59~MbKLoN CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="91C2DE821FCDE93C" User-Agent: FRITZ!OS Content-Length: 0 2022-03-22 18:24:25,258 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [364] bytes parsed 2022-03-22 18:24:25,258 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:24:25,258 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xb1061ea8], from state [CALLING] to [PROCEEDING] 2022-03-22 18:24:25,259 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xb1061ea8], from state [PROCEEDING] to [COMPLETED] 2022-03-22 18:24:25,259 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [380] bytes ACK sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.R3DZkfF5U;rport Call-ID: G59~MbKLoN From: "DoorPi" ;tag=65G6uas-2 To: ;tag=C93B5D06D862C099 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2022-03-22 18:24:25,259 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:24:25,260 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:24:25,260 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1b55210], from state [INIT] to [CALLING] 2022-03-22 18:24:25,260 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [1003] bytes INVITE sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.s8f37W6tt;rport From: "DoorPi" ;tag=65G6uas-2 To: sip:**11@192.168.178.1 CSeq: 21 INVITE Call-ID: G59~MbKLoN Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 277 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="91C2DE821FCDE93C", username="doorpiadmin", uri="sip:**11@192.168.178.1", response="d3d6555c6f94d55fa4840f7420dd8ff0" v=0 o=doorpiadmin 3438 38 IN IP4 192.168.178.39 s=Talk c=IN IP4 192.168.178.39 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 2022-03-22 18:24:25,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6748 2022-03-22 18:24:25,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,312 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [301] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.s8f37W6tt;rport=5060 From: "DoorPi" ;tag=65G6uas-2 To: Call-ID: G59~MbKLoN CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Content-Length: 0 2022-03-22 18:24:25,315 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [301] bytes parsed 2022-03-22 18:24:25,315 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:24:25,315 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1b55210], from state [CALLING] to [PROCEEDING] 2022-03-22 18:24:25,316 [INFO] [doorpi.sipphone.from_linphone] op [0xb1001e08] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2022-03-22 18:24:25,316 [INFO] [doorpi.sipphone.from_linphone] Op [0xb1001e08] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2022-03-22 18:24:25,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6748 2022-03-22 18:24:25,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,367 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [691] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.s8f37W6tt;rport=5060 From: "DoorPi" ;tag=65G6uas-2 To: ;tag=6386F70FCEE7DDDF Call-ID: G59~MbKLoN CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Content-Type: application/sdp Content-Length: 264 v=0 o=user 12421547 12421547 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2022-03-22 18:24:25,373 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [427] bytes parsed 2022-03-22 18:24:25,374 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] read [264] bytes of body from [192.168.178.1:5060] 2022-03-22 18:24:25,374 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:24:25,375 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x1aec3a0] , local tag [65G6uas-2], remote tag [6386F70FCEE7DDDF] 2022-03-22 18:24:25,375 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1aec3a0]: now updated by transaction [0x1b55210]. 2022-03-22 18:24:25,377 [INFO] [doorpi.sipphone.from_linphone] op [0xb1001e08] : set_or_update_dialog() current=[(nil)] new=[0x1aec3a0] 2022-03-22 18:24:25,377 [INFO] [doorpi.sipphone.from_linphone] Op [0xb1001e08] receiving call response [183], dialog is [0x1aec3a0] in state [BELLE_SIP_DIALOG_EARLY] 2022-03-22 18:24:25,379 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2022-03-22 18:24:25,380 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2022-03-22 18:24:25,380 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2022-03-22 18:24:25,381 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2022-03-22 18:24:25,381 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2022-03-22 18:24:25,381 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2022-03-22 18:24:25,381 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2022-03-22 18:24:25,382 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0xb10324f8] rejected by peer 2022-03-22 18:24:25,382 [INFO] [doorpi.sipphone.from_linphone] Call 0xb100fba8: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2022-03-22 18:24:25,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1a84e20, 0xb100fba8, 5, "Early media") 2022-03-22 18:24:25,383 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2022-03-22 18:24:25,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xb1011688) 2022-03-22 18:24:25,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-03-22 18:24:25,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0xb6cf2f70 2022-03-22 18:24:25,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-03-22 18:24:25,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0xb6cf2f70 2022-03-22 18:24:25,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0xb6cf2f70 2022-03-22 18:24:25,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0xb6cf2f70 2022-03-22 18:24:25,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0xb6cf2f70 [0xb1011688]) 2022-03-22 18:24:25,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0xb4c8cef0 2022-03-22 18:24:25,386 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:24:25,387 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:24:25,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,388 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:24:25,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:24:25,389 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:24:25,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:24:25,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f6760 2022-03-22 18:24:25,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-03-22 18:24:25,391 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_state_changed] 2022-03-22 18:24:25,391 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2022-03-22 18:24:25,392 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0xb100fba8] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2022-03-22 18:24:25,392 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2022-03-22 18:24:25,392 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0xb10263e0] sending to rtp [192.168.178.1:7078] rtcp [192.168.178.1:7079] 2022-03-22 18:24:25,393 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:25,393 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0xb1013b80,0-->MSVoidSink:0xb1011a88,0 2022-03-22 18:24:25,393 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2022-03-22 18:24:25,394 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2022-03-22 18:24:25,394 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2022-03-22 18:24:25,395 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2022-03-22 18:24:25,395 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0xb1024e10] using payload's bitrate is 80000 2022-03-22 18:24:25,395 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0xb1024e10] 2022-03-22 18:24:25,396 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2022-03-22 18:24:25,396 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2022-03-22 18:24:25,396 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0xb1013b80,0-->MSVolume:0xb1024ab8,0 2022-03-22 18:24:25,396 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0xb1024ab8,0-->MSAudioMixer:0x1b5e820,0 2022-03-22 18:24:25,397 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1b5e820,0-->MSUlawEnc:0x1ae30c8,0 2022-03-22 18:24:25,397 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x1ae30c8,0-->MSRtpSend:0xb1014c70,0 2022-03-22 18:24:25,397 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x1b5bdb0,0-->MSUlawDec:0x1b576c8,0 2022-03-22 18:24:25,398 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x1b576c8,0-->MSGenericPLC:0x1ae0138,0 2022-03-22 18:24:25,398 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x1ae0138,0-->MSDtmfGen:0x1a57ac8,0 2022-03-22 18:24:25,398 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x1a57ac8,0-->MSVolume:0x1adf2d8,0 2022-03-22 18:24:25,398 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1adf2d8,0-->MSTee:0x1b374b8,0 2022-03-22 18:24:25,399 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1b374b8,0-->MSEqualizer:0x1b57a18,0 2022-03-22 18:24:25,399 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x1b57a18,0-->MSAudioMixer:0x1ae6760,0 2022-03-22 18:24:25,399 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2022-03-22 18:24:25,399 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x1ae67e0,0-->MSResample:0x1acac68,0 2022-03-22 18:24:25,400 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1acac68,0-->MSAudioMixer:0x1ae6760,1 2022-03-22 18:24:25,400 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1ae6760,0-->MSAlsaWrite:0xb1011a88,0 2022-03-22 18:24:25,400 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1ae4100,1-->MSResample:0x1b35d60,0 2022-03-22 18:24:25,401 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1b35d60,0-->MSOpusEnc:0x1adfa50,0 2022-03-22 18:24:25,401 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x1adfa50,0-->MSMKVRecorder:0x1ade6c0,1 2022-03-22 18:24:25,401 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x1806620,0-->MSMKVRecorder:0x1ade6c0,0 2022-03-22 18:24:25,401 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1b5e820,1-->MSAudioMixer:0x1ae4100,0 2022-03-22 18:24:25,402 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1b374b8,1-->MSAudioMixer:0x1ae4100,1 2022-03-22 18:24:25,402 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1ae4100,0-->MSFileRec:0x1ae1410,0 2022-03-22 18:24:25,402 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2022-03-22 18:24:25,403 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2022-03-22 18:24:25,403 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2022-03-22 18:24:25,403 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2022-03-22 18:24:25,403 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2022-03-22 18:24:25,404 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2022-03-22 18:24:25,404 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2022-03-22 18:24:25,404 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0xb100fba8] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2022-03-22 18:24:25,405 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0xb100fba8] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2022-03-22 18:24:25,405 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0xb100fba8] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2022-03-22 18:24:25,405 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2022-03-22 18:24:25,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,457 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening default at 8000Hz, bits=16, stereo=0 2022-03-22 18:24:25,457 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC0D0c' failed (-2) 2022-03-22 18:24:25,458 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_r: Error opening PCM device default 2022-03-22 18:24:25,458 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:25,458 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1ae6760] is entering bypass mode. 2022-03-22 18:24:25,458 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening default at 8000Hz, bits=16, stereo=0 2022-03-22 18:24:25,459 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 512 2022-03-22 18:24:25,459 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2022-03-22 18:24:25,459 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2022-03-22 18:24:25,459 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1b5e820] is entering bypass mode. 2022-03-22 18:24:25,459 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1ae6760] is leaving bypass mode. 2022-03-22 18:24:25,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:25,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:25,719 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:25,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:25,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:25,719 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:25,720 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:25,720 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=5.191403 video=0.000000 2022-03-22 18:24:25,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:25,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:25,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:25,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:25,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,448 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1ae6760] is entering bypass mode. 2022-03-22 18:24:26,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:26,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:26,709 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:26,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:26,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:26,710 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:26,710 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 67.2,u= 1.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:26,711 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.236213 video=0.000000 2022-03-22 18:24:26,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:26,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:26,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:26,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:26,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,179 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:27,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,339 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb10263e0]. 2022-03-22 18:24:27,339 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb1024e10], local statistics available: Local current jitter buffer size: 58.1ms 2022-03-22 18:24:27,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:27,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:27,340 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:27,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:27,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:27,706 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:27,707 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:27,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:27,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:27,708 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:27,708 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 79.9,u= 0.4], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:27,709 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.110533 video=0.000000 2022-03-22 18:24:27,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,865 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0xb1024e10]: receiving RTCP SR 2022-03-22 18:24:27,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:27,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:27,866 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:27,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:27,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:27,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:27,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:27,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,179 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:28,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,699 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:28,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:28,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:28,752 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:28,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:28,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:28,753 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:28,753 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:28,753 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=0.974594 video=0.000000 2022-03-22 18:24:28,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:28,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:28,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:28,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:28,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,014 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,014 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,014 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,221 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:29,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,689 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:29,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:29,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:29,742 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:29,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:29,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:29,743 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:29,743 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 78.4,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:29,743 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=0.985748 video=0.000000 2022-03-22 18:24:29,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:29,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:29,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:29,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:29,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,214 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:30,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,319 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb10263e0]. 2022-03-22 18:24:30,319 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb1024e10], local statistics available: Local current jitter buffer size: 56.6ms 2022-03-22 18:24:30,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:30,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:30,320 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:30,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,685 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:30,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:30,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:30,738 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:30,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:30,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:30,739 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:30,739 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 81.6,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:30,740 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.022094 video=0.000000 2022-03-22 18:24:30,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:30,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:30,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:30,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:30,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,206 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:31,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,674 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:31,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:31,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:31,728 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:31,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:31,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:31,729 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:31,729 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:31,729 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.112879 video=0.000000 2022-03-22 18:24:31,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:31,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:31,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:31,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:31,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,198 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:32,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,406 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0xb1024e10]: receiving RTCP SR 2022-03-22 18:24:32,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:32,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:32,408 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:32,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:32,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:32,723 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:32,723 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:32,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:32,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:32,724 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:32,724 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:32,725 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.161127 video=0.000000 2022-03-22 18:24:32,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:32,985 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb10263e0]. 2022-03-22 18:24:32,985 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb1024e10], local statistics available: Local current jitter buffer size: 50.2ms 2022-03-22 18:24:32,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:32,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:32,986 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:32,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:32,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:32,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:32,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,194 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:33,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:33,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:33,716 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:33,716 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:33,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:33,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:33,717 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:33,717 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:33,717 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.110722 video=0.000000 2022-03-22 18:24:33,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:33,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:33,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:33,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:33,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,185 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:34,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:34,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:34,706 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:34,707 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:34,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:34,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:34,708 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:34,708 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:34,708 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.055267 video=0.000000 2022-03-22 18:24:34,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:34,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:34,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:34,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:34,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,176 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb10263e0]. 2022-03-22 18:24:35,177 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:35,180 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb1024e10], local statistics available: Local current jitter buffer size: 51.0ms 2022-03-22 18:24:35,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:35,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:35,181 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:35,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,702 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:35,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:35,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:35,754 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:35,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:35,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:35,755 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:35,755 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 78.4,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:35,755 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=0.989396 video=0.000000 2022-03-22 18:24:35,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:35,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:35,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:35,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:35,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,014 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,170 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:36,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,689 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:36,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:36,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:36,743 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:36,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:36,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:36,744 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:36,744 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 81.6,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:36,745 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.061321 video=0.000000 2022-03-22 18:24:36,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:36,952 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0xb10263e0]. 2022-03-22 18:24:36,953 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0xb1024e10], local statistics available: Local current jitter buffer size: 50.6ms 2022-03-22 18:24:36,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:36,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:36,953 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:36,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:36,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:36,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:36,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,213 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:37,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,683 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:37,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:37,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:37,736 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:37,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:37,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:37,737 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:37,738 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 79.9,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.9], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:37,738 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.365279 video=0.000000 2022-03-22 18:24:37,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:37,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:37,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:37,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:37,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,206 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:38,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,675 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:38,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:38,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:38,729 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:38,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010120) 2022-03-22 18:24:38,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:38,730 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:38,730 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0xb100fba8]: RTP audio=[d= 80.0,u= 0.8], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-03-22 18:24:38,731 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1.331719 video=0.000000 2022-03-22 18:24:38,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:38,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:38,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:38,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:38,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,200 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:39,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,252 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0xb1024e10]: receiving RTCP SR 2022-03-22 18:24:39,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1a84e20, 0xb100fba8, 0xb1010068) 2022-03-22 18:24:39,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-03-22 18:24:39,253 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_stats_updated] 2022-03-22 18:24:39,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,670 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0xb10263e0] 2022-03-22 18:24:39,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x17f6730 2022-03-22 18:24:39,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x17f66b8 2022-03-22 18:24:39,673 [INFO] [doorpi.sipphone.from_linphone] call timeout - hangup current call after 14.527759 seconds (max. 15) 2022-03-22 18:24:39,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,673 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0xb100fba8] which is currently in state LinphoneCallOutgoingEarlyMedia 2022-03-22 18:24:39,673 [INFO] [doorpi.sipphone.from_linphone] Cancelling INVITE request from ["DoorPi" ] to [sip:**11@192.168.178.1] 2022-03-22 18:24:39,674 [INFO] [doorpi.sipphone.from_linphone] Found transaction [0x1b55210] matching request. 2022-03-22 18:24:39,674 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [CANCEL] transaction [0x1adffb8], from state [INIT] to [TRYING] 2022-03-22 18:24:39,675 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [287] bytes CANCEL sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.s8f37W6tt;rport Call-ID: G59~MbKLoN From: "DoorPi" ;tag=65G6uas-2 To: sip:**11@192.168.178.1 Max-Forwards: 70 CSeq: 21 CANCEL User-Agent: (belle-sip/1.4.2) 2022-03-22 18:24:39,675 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2022-03-22 18:24:39,676 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2022-03-22 18:24:39,676 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-03-22 18:24:39,676 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2022-03-22 18:24:39,677 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2022-03-22 18:24:39,677 [INFO] [doorpi.sipphone.from_linphone] sent 0 packets 2022-03-22 18:24:39,677 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2022-03-22 18:24:39,678 [INFO] [doorpi.sipphone.from_linphone] 0 bytes 2022-03-22 18:24:39,678 [INFO] [doorpi.sipphone.from_linphone] received 717 packets 2022-03-22 18:24:39,678 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2022-03-22 18:24:39,678 [INFO] [doorpi.sipphone.from_linphone] 123324 bytes 2022-03-22 18:24:39,679 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 122292 bytes 2022-03-22 18:24:39,679 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2022-03-22 18:24:39,679 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 2 packets 2022-03-22 18:24:39,679 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2022-03-22 18:24:39,680 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2022-03-22 18:24:39,680 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-03-22 18:24:39,680 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0xb1013b80,0-->MSVolume:0xb1024ab8,0 2022-03-22 18:24:39,681 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0xb1024ab8,0-->MSAudioMixer:0x1b5e820,0 2022-03-22 18:24:39,681 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1b5e820,0-->MSUlawEnc:0x1ae30c8,0 2022-03-22 18:24:39,681 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x1ae30c8,0-->MSRtpSend:0xb1014c70,0 2022-03-22 18:24:39,681 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x1b5bdb0,0-->MSUlawDec:0x1b576c8,0 2022-03-22 18:24:39,682 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x1b576c8,0-->MSGenericPLC:0x1ae0138,0 2022-03-22 18:24:39,682 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x1ae0138,0-->MSDtmfGen:0x1a57ac8,0 2022-03-22 18:24:39,682 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x1a57ac8,0-->MSVolume:0x1adf2d8,0 2022-03-22 18:24:39,682 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1adf2d8,0-->MSTee:0x1b374b8,0 2022-03-22 18:24:39,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1b374b8,0-->MSEqualizer:0x1b57a18,0 2022-03-22 18:24:39,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x1b57a18,0-->MSAudioMixer:0x1ae6760,0 2022-03-22 18:24:39,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x1ae67e0,0-->MSResample:0x1acac68,0 2022-03-22 18:24:39,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1acac68,0-->MSAudioMixer:0x1ae6760,1 2022-03-22 18:24:39,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1ae6760,0-->MSAlsaWrite:0xb1011a88,0 2022-03-22 18:24:39,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1ae4100,1-->MSResample:0x1b35d60,0 2022-03-22 18:24:39,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1b35d60,0-->MSOpusEnc:0x1adfa50,0 2022-03-22 18:24:39,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x1adfa50,0-->MSMKVRecorder:0x1ade6c0,1 2022-03-22 18:24:39,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x1806620,0-->MSMKVRecorder:0x1ade6c0,0 2022-03-22 18:24:39,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1b5e820,1-->MSAudioMixer:0x1ae4100,0 2022-03-22 18:24:39,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1b374b8,1-->MSAudioMixer:0x1ae4100,1 2022-03-22 18:24:39,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1ae4100,0-->MSFileRec:0x1ae1410,0 2022-03-22 18:24:39,686 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2022-03-22 18:24:39,686 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-03-22 18:24:39,686 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2022-03-22 18:24:39,687 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2022-03-22 18:24:39,687 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2022-03-22 18:24:39,687 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 1450 0.0335326 30.6624 2022-03-22 18:24:39,688 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 99 0.357526 22.5309 2022-03-22 18:24:39,688 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 764 0.044731 21.5646 2022-03-22 18:24:39,688 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 4281 0.00268849 7.25481 2022-03-22 18:24:39,688 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 1427 0.00447629 4.02827 2022-03-22 18:24:39,689 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 711 0.00580269 2.60364 2022-03-22 18:24:39,689 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 1427 0.00235624 2.1204 2022-03-22 18:24:39,689 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 1427 0.00203272 1.82927 2022-03-22 18:24:39,690 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 1427 0.0016649 1.49826 2022-03-22 18:24:39,690 [INFO] [doorpi.sipphone.from_linphone] MSVolume 718 0.0032629 1.47844 2022-03-22 18:24:39,690 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 1427 0.0014056 1.26492 2022-03-22 18:24:39,690 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 1427 0.00140057 1.26039 2022-03-22 18:24:39,691 [INFO] [doorpi.sipphone.from_linphone] MSTee 718 0.00205544 0.931335 2022-03-22 18:24:39,691 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 718 0.00155994 0.706819 2022-03-22 18:24:39,691 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 99 0.00178568 0.112532 2022-03-22 18:24:39,691 [INFO] [doorpi.sipphone.from_linphone] MSResample 99 0.00147427 0.092907 2022-03-22 18:24:39,692 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 49 0.00190406 0.059996 2022-03-22 18:24:39,692 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 0 0 0 2022-03-22 18:24:39,692 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2022-03-22 18:24:39,693 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2022-03-22 18:24:39,693 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2022-03-22 18:24:39,693 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-03-22 18:24:39,693 [INFO] [doorpi.sipphone.from_linphone] Call 0xb100fba8: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallEnd 2022-03-22 18:24:39,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x1a84e20, 0xb102f7d0) 2022-03-22 18:24:39,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2022-03-22 18:24:39,696 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2022-03-22 18:24:39,697 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_log_updated] 2022-03-22 18:24:39,697 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2022-03-22 18:24:39,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1a84e20, 0xb100fba8, 13, "Call terminated") 2022-03-22 18:24:39,698 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2022-03-22 18:24:39,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0xb6cf2f20 [0xb100fba8]) 2022-03-22 18:24:39,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xb1011688) 2022-03-22 18:24:39,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-03-22 18:24:39,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0xb6cf2fa0 2022-03-22 18:24:39,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-03-22 18:24:39,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0xb6cf2fa0 2022-03-22 18:24:39,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0xb6cf2fa0 2022-03-22 18:24:39,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0xb6cf2fa0 2022-03-22 18:24:39,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0xb6cf2fa0 [0xb1011688]) 2022-03-22 18:24:39,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0xb4c8cef0 2022-03-22 18:24:39,701 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:24:39,702 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:24:39,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,703 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:24:39,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f676c 2022-03-22 18:24:39,703 [DEBUG] [doorpi.action.handler] [ZTXNES] fire for event OnCallStateDisconnect this actions [, ] 2022-03-22 18:24:39,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,705 [TRACE] [doorpi.action.handler] [ZTXNES] try to fire action > with args () and kwargs {} 2022-03-22 18:24:39,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f676c 2022-03-22 18:24:39,705 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-03-22 18:24:39,706 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-03-22 18:24:39,706 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2022-03-22 18:24:39,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0xb2e3d848 [0x1a84e20]) 2022-03-22 18:24:39,708 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-03-22 18:24:39,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x17f676c 2022-03-22 18:24:39,709 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2022-03-22 18:24:39,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-03-22 18:24:39,710 [TRACE] [doorpi.action.handler] [ZTXNES] try to fire action > with args () and kwargs {} 2022-03-22 18:24:39,710 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [call_state_changed] 2022-03-22 18:24:39,711 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-03-22 18:24:39,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x17f676c 2022-03-22 18:24:39,712 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone asyncron 2022-03-22 18:24:39,712 [TRACE] [doorpi.action.handler] [ZTXNES] finished fire_event for event_name OnCallStateDisconnect 2022-03-22 18:24:39,713 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCallTimeoutNoResponse - skip fire_event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2022-03-22 18:24:39,764 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [333] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 487 Request Cancelled Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.s8f37W6tt;rport=5060 From: "DoorPi" ;tag=65G6uas-2 To: ;tag=6386F70FCEE7DDDF Call-ID: G59~MbKLoN CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Content-Length: 0 2022-03-22 18:24:39,768 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [333] bytes parsed 2022-03-22 18:24:39,769 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:24:39,769 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1b55210], from state [PROCEEDING] to [COMPLETED] 2022-03-22 18:24:39,770 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [380] bytes ACK sip:**11@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.s8f37W6tt;rport Call-ID: G59~MbKLoN From: "DoorPi" ;tag=65G6uas-2 To: ;tag=6386F70FCEE7DDDF Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 21 ACK 2022-03-22 18:24:39,770 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1aec3a0]: now updated by transaction [0x1b55210]. 2022-03-22 18:24:39,770 [INFO] [doorpi.sipphone.from_linphone] dialog [0x1aec3a0] deleted. 2022-03-22 18:24:39,771 [INFO] [doorpi.sipphone.from_linphone] op [0xb1001e08] : set_or_update_dialog() current=[0x1aec3a0] new=[0x1aec3a0] 2022-03-22 18:24:39,771 [INFO] [doorpi.sipphone.from_linphone] Op [0xb1001e08] receiving call response [487], dialog is [0x1aec3a0] in state [BELLE_SIP_DIALOG_TERMINATED] 2022-03-22 18:24:39,771 [INFO] [doorpi.sipphone.from_linphone] Notifying soundcard that we don't need it anymore for calls. 2022-03-22 18:24:39,822 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [368] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.s8f37W6tt;rport=5060 From: "DoorPi" ;tag=65G6uas-2 To: Call-ID: G59~MbKLoN CSeq: 21 CANCEL User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2022-03-22 18:24:39,825 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [368] bytes parsed 2022-03-22 18:24:39,826 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:24:39,826 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [CANCEL] transaction [0x1adffb8], from state [TRYING] to [COMPLETED] 2022-03-22 18:24:39,826 [INFO] [doorpi.sipphone.from_linphone] op [0xb1001e08] : set_or_update_dialog() current=[0x1aec3a0] new=[(nil)] 2022-03-22 18:24:39,826 [INFO] [doorpi.sipphone.from_linphone] Op [0xb1001e08] receiving call response [200], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2022-03-22 18:24:39,827 [ERROR] [doorpi.sipphone.from_linphone] sal process_dialog_terminated no op found for this dialog [0x1aec3a0], ignoring 2022-03-22 18:24:44,871 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [CANCEL] transaction [0x1adffb8], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:24:44,871 [INFO] [doorpi.sipphone.from_linphone] Client CANCEL transaction [0x1adffb8] terminated 2022-03-22 18:24:57,271 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xb1061ea8], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:24:57,272 [INFO] [doorpi.sipphone.from_linphone] Client INVITE transaction [0xb1061ea8] terminated 2022-03-22 18:25:11,790 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1b55210], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:25:11,791 [INFO] [doorpi.sipphone.from_linphone] Client INVITE transaction [0x1b55210] terminated 2022-03-22 18:26:59,881 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:26:59,881 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:26:59,882 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b558f8], from state [INIT] to [TRYING] 2022-03-22 18:26:59,883 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.eN5lTZ8OZ;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 22 REGISTER Call-ID: Nw7IpksogW Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="7F2D8C795A4BCEEA", username="doorpiadmin", uri="sip:192.168.178.1", response="cde1da45ab8a27e7bf575da7a1bdbd72" 2022-03-22 18:26:59,933 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [382] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.eN5lTZ8OZ;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=279D95EFDA820DD4 Call-ID: Nw7IpksogW CSeq: 22 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="71E9E8F6DFD6984F" User-Agent: FRITZ!OS Content-Length: 0 2022-03-22 18:26:59,939 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [382] bytes parsed 2022-03-22 18:26:59,940 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:26:59,940 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b558f8], from state [TRYING] to [COMPLETED] 2022-03-22 18:26:59,940 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:26:59,941 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:26:59,941 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1ac7330], from state [INIT] to [TRYING] 2022-03-22 18:26:59,942 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.q9NRBqS9q;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 23 REGISTER Call-ID: Nw7IpksogW Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="71E9E8F6DFD6984F", username="doorpiadmin", uri="sip:192.168.178.1", response="c855fc24346e17a70e9977ce2eb78cb9" 2022-03-22 18:26:59,994 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [694] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.q9NRBqS9q;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=66939B2736ED6947 Call-ID: Nw7IpksogW CSeq: 23 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2022-03-22 18:27:00,002 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [694] bytes parsed 2022-03-22 18:27:00,002 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:27:00,003 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1ac7330], from state [TRYING] to [COMPLETED] 2022-03-22 18:27:00,003 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1af90b8]: has no contact for request [0x1b561e0]. 2022-03-22 18:27:00,004 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2022-03-22 18:27:00,004 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2022-03-22 18:27:00,004 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1a11158] for identity ["DoorPi" ] moving from state [LinphoneRegistrationOk] to [LinphoneRegistrationOk] 2022-03-22 18:27:00,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1a84e20, 0x1a11158, 2, "Registration successful") 2022-03-22 18:27:00,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2022-03-22 18:27:00,005 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [registration_state_changed] 2022-03-22 18:27:04,949 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b558f8], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:27:04,949 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1b558f8] terminated 2022-03-22 18:27:05,051 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1ac7330], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:27:05,052 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1ac7330] terminated 2022-03-22 18:31:30,035 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:31:30,035 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:31:30,036 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1aec040], from state [INIT] to [TRYING] 2022-03-22 18:31:30,036 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.KnjAvHkcX;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 24 REGISTER Call-ID: Nw7IpksogW Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="71E9E8F6DFD6984F", username="doorpiadmin", uri="sip:192.168.178.1", response="c855fc24346e17a70e9977ce2eb78cb9" 2022-03-22 18:31:30,087 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [382] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.KnjAvHkcX;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=AB10E0DA96B471AF Call-ID: Nw7IpksogW CSeq: 24 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="0957FC38D9867979" User-Agent: FRITZ!OS Content-Length: 0 2022-03-22 18:31:30,093 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [382] bytes parsed 2022-03-22 18:31:30,093 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:31:30,094 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1aec040], from state [TRYING] to [COMPLETED] 2022-03-22 18:31:30,094 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:31:30,095 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:31:30,095 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b5a448], from state [INIT] to [TRYING] 2022-03-22 18:31:30,096 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.nYX4WCeFU;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 25 REGISTER Call-ID: Nw7IpksogW Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="0957FC38D9867979", username="doorpiadmin", uri="sip:192.168.178.1", response="3425f52f034b01b6262cd728330a046b" 2022-03-22 18:31:30,147 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [694] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.nYX4WCeFU;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=700A4543AD5ED0FE Call-ID: Nw7IpksogW CSeq: 25 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2022-03-22 18:31:30,155 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [694] bytes parsed 2022-03-22 18:31:30,155 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:31:30,156 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b5a448], from state [TRYING] to [COMPLETED] 2022-03-22 18:31:30,156 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1af90b8]: has no contact for request [0x1b561e0]. 2022-03-22 18:31:30,156 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2022-03-22 18:31:30,157 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2022-03-22 18:31:30,157 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1a11158] for identity ["DoorPi" ] moving from state [LinphoneRegistrationOk] to [LinphoneRegistrationOk] 2022-03-22 18:31:30,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1a84e20, 0x1a11158, 2, "Registration successful") 2022-03-22 18:31:30,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2022-03-22 18:31:30,158 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [registration_state_changed] 2022-03-22 18:31:35,101 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1aec040], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:31:35,105 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1aec040] terminated 2022-03-22 18:31:35,206 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b5a448], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:31:35,207 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1b5a448] terminated 2022-03-22 18:36:00,188 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:36:00,189 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:36:00,189 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b367e8], from state [INIT] to [TRYING] 2022-03-22 18:36:00,190 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.XYqLl7uqc;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 26 REGISTER Call-ID: Nw7IpksogW Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="0957FC38D9867979", username="doorpiadmin", uri="sip:192.168.178.1", response="3425f52f034b01b6262cd728330a046b" 2022-03-22 18:36:00,241 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [382] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.XYqLl7uqc;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=ED94043E8EE44726 Call-ID: Nw7IpksogW CSeq: 26 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="BB8B909DB686FD78" User-Agent: FRITZ!OS Content-Length: 0 2022-03-22 18:36:00,246 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [382] bytes parsed 2022-03-22 18:36:00,246 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:36:00,247 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b367e8], from state [TRYING] to [COMPLETED] 2022-03-22 18:36:00,247 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:36:00,248 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:36:00,248 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b58d20], from state [INIT] to [TRYING] 2022-03-22 18:36:00,249 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.rH2oyhLiF;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 27 REGISTER Call-ID: Nw7IpksogW Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="BB8B909DB686FD78", username="doorpiadmin", uri="sip:192.168.178.1", response="8b10d3aa21818d9e99de68292c768a62" 2022-03-22 18:36:00,300 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [694] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.rH2oyhLiF;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=D2D37BA14D82C673 Call-ID: Nw7IpksogW CSeq: 27 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2022-03-22 18:36:00,307 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [694] bytes parsed 2022-03-22 18:36:00,307 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:36:00,308 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b58d20], from state [TRYING] to [COMPLETED] 2022-03-22 18:36:00,308 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1af90b8]: has no contact for request [0x1b561e0]. 2022-03-22 18:36:00,308 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2022-03-22 18:36:00,309 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2022-03-22 18:36:00,309 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1a11158] for identity ["DoorPi" ] moving from state [LinphoneRegistrationOk] to [LinphoneRegistrationOk] 2022-03-22 18:36:00,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1a84e20, 0x1a11158, 2, "Registration successful") 2022-03-22 18:36:00,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2022-03-22 18:36:00,310 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [registration_state_changed] 2022-03-22 18:36:05,250 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b367e8], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:36:05,250 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1b367e8] terminated 2022-03-22 18:36:05,352 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b58d20], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:36:05,352 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1b58d20] terminated 2022-03-22 18:40:30,329 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:40:30,329 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:40:30,330 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1aebc80], from state [INIT] to [TRYING] 2022-03-22 18:40:30,331 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.CCAgFcYD4;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 28 REGISTER Call-ID: Nw7IpksogW Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="BB8B909DB686FD78", username="doorpiadmin", uri="sip:192.168.178.1", response="8b10d3aa21818d9e99de68292c768a62" 2022-03-22 18:40:30,382 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [382] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.CCAgFcYD4;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=CDAB93699B50F093 Call-ID: Nw7IpksogW CSeq: 28 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="7D07F6719E928808" User-Agent: FRITZ!OS Content-Length: 0 2022-03-22 18:40:30,387 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [382] bytes parsed 2022-03-22 18:40:30,388 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:40:30,388 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1aebc80], from state [TRYING] to [COMPLETED] 2022-03-22 18:40:30,389 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-03-22 18:40:30,389 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-03-22 18:40:30,389 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b59648], from state [INIT] to [TRYING] 2022-03-22 18:40:30,390 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.UgGBCxLvQ;rport From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" CSeq: 29 REGISTER Call-ID: Nw7IpksogW Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="7D07F6719E928808", username="doorpiadmin", uri="sip:192.168.178.1", response="92540608b2d397361da408d79d57f4bf" 2022-03-22 18:40:30,441 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420]: received [694] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.39:5060;branch=z9hG4bK.UgGBCxLvQ;rport=5060 From: "DoorPi" ;tag=03U1qrUO8 To: "DoorPi" ;tag=3FF7FCC2CA55BB2D Call-ID: Nw7IpksogW CSeq: 29 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7590 154.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2022-03-22 18:40:30,449 [INFO] [doorpi.sipphone.from_linphone] channel [0x1afb420] [694] bytes parsed 2022-03-22 18:40:30,450 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-03-22 18:40:30,450 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b59648], from state [TRYING] to [COMPLETED] 2022-03-22 18:40:30,450 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1af90b8]: has no contact for request [0x1b561e0]. 2022-03-22 18:40:30,451 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2022-03-22 18:40:30,451 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2022-03-22 18:40:30,452 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1a11158] for identity ["DoorPi" ] moving from state [LinphoneRegistrationOk] to [LinphoneRegistrationOk] 2022-03-22 18:40:30,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1a84e20, 0x1a11158, 2, "Registration successful") 2022-03-22 18:40:30,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2022-03-22 18:40:30,453 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1a84e20] notifying [registration_state_changed] 2022-03-22 18:40:35,393 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1aebc80], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:40:35,393 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1aebc80] terminated 2022-03-22 18:40:35,494 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1b59648], from state [COMPLETED] to [TERMINATED] 2022-03-22 18:40:35,495 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1b59648] terminated 2022-03-22 18:43:45,630 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2022-03-22 18:43:45,631 [DEBUG] [doorpi.doorpi] destroy doorpi 2022-03-22 18:43:45,631 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started -1225289664)>, , , , , ] 2022-03-22 18:43:45,632 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2022-03-22 18:43:45,633 [DEBUG] [doorpi.action.handler] [T2OBY9] fire for event OnShutdown this actions [, , , , ] 2022-03-22 18:43:45,633 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2022-03-22 18:43:45,633 [TRACE] [doorpi.action.handler] [T2OBY9] try to fire action TimeTickDestroyAction with args () and kwargs {} 2022-03-22 18:43:45,634 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2022-03-22 18:43:45,634 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2022-03-22 18:43:45,635 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,635 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2022-03-22 18:43:45,635 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2022-03-22 18:43:45,635 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,636 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2022-03-22 18:43:45,636 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2022-03-22 18:43:45,636 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,636 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2022-03-22 18:43:45,636 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2022-03-22 18:43:45,637 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,637 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2022-03-22 18:43:45,637 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2022-03-22 18:43:45,637 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,638 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2022-03-22 18:43:45,638 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2022-03-22 18:43:45,638 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,638 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2022-03-22 18:43:45,639 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2022-03-22 18:43:45,639 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,639 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2022-03-22 18:43:45,639 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2022-03-22 18:43:45,639 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,640 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2022-03-22 18:43:45,640 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2022-03-22 18:43:45,640 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,640 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2022-03-22 18:43:45,641 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2022-03-22 18:43:45,641 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,641 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2022-03-22 18:43:45,641 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2022-03-22 18:43:45,641 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,642 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2022-03-22 18:43:45,642 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2022-03-22 18:43:45,642 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,642 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2022-03-22 18:43:45,642 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2022-03-22 18:43:45,643 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,643 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2022-03-22 18:43:45,643 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2022-03-22 18:43:45,643 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,644 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2022-03-22 18:43:45,644 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2022-03-22 18:43:45,644 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,644 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2022-03-22 18:43:45,644 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2022-03-22 18:43:45,645 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,645 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2022-03-22 18:43:45,645 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2022-03-22 18:43:45,645 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,646 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2022-03-22 18:43:45,646 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2022-03-22 18:43:45,646 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,646 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2022-03-22 18:43:45,646 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2022-03-22 18:43:45,647 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,647 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2022-03-22 18:43:45,647 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2022-03-22 18:43:45,647 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,647 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2022-03-22 18:43:45,648 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2022-03-22 18:43:45,648 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,648 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2022-03-22 18:43:45,648 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2022-03-22 18:43:45,649 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,649 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2022-03-22 18:43:45,649 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2022-03-22 18:43:45,649 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,649 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2022-03-22 18:43:45,650 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2022-03-22 18:43:45,650 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,650 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2022-03-22 18:43:45,650 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2022-03-22 18:43:45,651 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,651 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2022-03-22 18:43:45,651 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2022-03-22 18:43:45,651 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,652 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2022-03-22 18:43:45,652 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2022-03-22 18:43:45,652 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,652 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2022-03-22 18:43:45,653 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2022-03-22 18:43:45,653 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,653 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2022-03-22 18:43:45,653 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2022-03-22 18:43:45,654 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,654 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2022-03-22 18:43:45,654 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2022-03-22 18:43:45,654 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,655 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2022-03-22 18:43:45,655 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2022-03-22 18:43:45,655 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,655 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2022-03-22 18:43:45,656 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2022-03-22 18:43:45,656 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,656 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2022-03-22 18:43:45,656 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2022-03-22 18:43:45,657 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,657 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2022-03-22 18:43:45,657 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2022-03-22 18:43:45,657 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,658 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2022-03-22 18:43:45,658 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2022-03-22 18:43:45,658 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,658 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2022-03-22 18:43:45,659 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2022-03-22 18:43:45,659 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,659 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2022-03-22 18:43:45,659 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2022-03-22 18:43:45,660 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,660 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2022-03-22 18:43:45,660 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2022-03-22 18:43:45,660 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,661 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2022-03-22 18:43:45,661 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2022-03-22 18:43:45,661 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,661 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2022-03-22 18:43:45,662 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2022-03-22 18:43:45,662 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,662 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2022-03-22 18:43:45,662 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2022-03-22 18:43:45,662 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,663 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2022-03-22 18:43:45,663 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2022-03-22 18:43:45,663 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,663 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2022-03-22 18:43:45,664 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2022-03-22 18:43:45,664 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,664 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2022-03-22 18:43:45,664 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2022-03-22 18:43:45,665 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,665 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2022-03-22 18:43:45,665 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2022-03-22 18:43:45,665 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,666 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2022-03-22 18:43:45,666 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2022-03-22 18:43:45,666 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,666 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2022-03-22 18:43:45,667 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2022-03-22 18:43:45,667 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,667 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2022-03-22 18:43:45,667 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2022-03-22 18:43:45,668 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,668 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2022-03-22 18:43:45,668 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2022-03-22 18:43:45,668 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,669 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2022-03-22 18:43:45,669 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2022-03-22 18:43:45,669 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,669 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2022-03-22 18:43:45,670 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2022-03-22 18:43:45,670 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,670 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2022-03-22 18:43:45,670 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2022-03-22 18:43:45,671 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,671 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2022-03-22 18:43:45,671 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2022-03-22 18:43:45,671 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,672 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2022-03-22 18:43:45,672 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2022-03-22 18:43:45,672 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,672 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2022-03-22 18:43:45,673 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2022-03-22 18:43:45,673 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,673 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2022-03-22 18:43:45,673 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2022-03-22 18:43:45,673 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,674 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2022-03-22 18:43:45,674 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2022-03-22 18:43:45,674 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,674 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2022-03-22 18:43:45,675 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2022-03-22 18:43:45,675 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,675 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2022-03-22 18:43:45,675 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2022-03-22 18:43:45,676 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,676 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2022-03-22 18:43:45,676 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2022-03-22 18:43:45,676 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,677 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2022-03-22 18:43:45,677 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2022-03-22 18:43:45,677 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,677 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2022-03-22 18:43:45,678 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2022-03-22 18:43:45,678 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,678 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2022-03-22 18:43:45,678 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2022-03-22 18:43:45,679 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,679 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2022-03-22 18:43:45,679 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2022-03-22 18:43:45,679 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,680 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2022-03-22 18:43:45,680 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2022-03-22 18:43:45,680 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,680 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2022-03-22 18:43:45,681 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2022-03-22 18:43:45,681 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,681 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2022-03-22 18:43:45,681 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2022-03-22 18:43:45,682 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,682 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2022-03-22 18:43:45,682 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2022-03-22 18:43:45,682 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,683 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2022-03-22 18:43:45,683 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2022-03-22 18:43:45,683 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,683 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2022-03-22 18:43:45,684 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2022-03-22 18:43:45,684 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,684 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2022-03-22 18:43:45,684 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2022-03-22 18:43:45,685 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,685 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2022-03-22 18:43:45,685 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2022-03-22 18:43:45,685 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,685 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2022-03-22 18:43:45,686 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2022-03-22 18:43:45,686 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,686 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2022-03-22 18:43:45,686 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2022-03-22 18:43:45,687 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,687 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2022-03-22 18:43:45,687 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2022-03-22 18:43:45,687 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,688 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2022-03-22 18:43:45,688 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2022-03-22 18:43:45,688 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,688 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2022-03-22 18:43:45,689 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2022-03-22 18:43:45,689 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,689 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2022-03-22 18:43:45,689 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2022-03-22 18:43:45,690 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,690 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2022-03-22 18:43:45,690 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2022-03-22 18:43:45,690 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,691 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2022-03-22 18:43:45,691 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2022-03-22 18:43:45,691 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,691 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2022-03-22 18:43:45,692 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2022-03-22 18:43:45,692 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,692 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2022-03-22 18:43:45,692 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2022-03-22 18:43:45,693 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,693 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2022-03-22 18:43:45,693 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2022-03-22 18:43:45,693 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,693 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2022-03-22 18:43:45,694 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2022-03-22 18:43:45,694 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,694 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2022-03-22 18:43:45,694 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2022-03-22 18:43:45,695 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,695 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2022-03-22 18:43:45,695 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2022-03-22 18:43:45,695 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,696 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2022-03-22 18:43:45,696 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2022-03-22 18:43:45,696 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2022-03-22 18:43:45,696 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2022-03-22 18:43:45,697 [TRACE] [doorpi.action.handler] event_source doorpi.act