2019-01-18 21:06:39,392 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.1 / /_// (_) | (_) | | / ___/| | license: CC BY-NC 4.0 /___,' \___/ \___/|_| \/ |_| URL: Authors: Thomas Meissner Supporter: Phillip Munz Hermann Dötsch Dennis Häußler Hubert Nusser Michael Hauer Andreas Schwarz Max Rößler missing someone? -> sorry -> mail me 2019-01-18 21:06:39,393 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2019-01-18 21:06:39,401 [DEBUG] [doorpi.doorpi] run 2019-01-18 21:06:39,401 [DEBUG] [doorpi.doorpi] prepare 2019-01-18 21:06:39,402 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2019-01-18 21:06:39,404 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2019-01-18 21:06:39,409 [DEBUG] [doorpi.conf.config_object] __init__ 2019-01-18 21:06:39,410 [TRACE] [doorpi.conf.config_object] get_from_config 2019-01-18 21:06:39,414 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2019-01-18 21:06:39,414 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2019-01-18 21:06:39,415 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2019-01-18 21:06:39,417 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2019-01-18 21:06:39,418 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2019-01-18 21:06:39,418 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2019-01-18 21:06:39,419 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2019-01-18 21:06:39,419 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2019-01-18 21:06:39,419 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2019-01-18 21:06:39,420 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2019-01-18 21:06:39,420 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2019-01-18 21:06:39,420 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2019-01-18 21:06:39,420 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2019-01-18 21:06:39,421 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2019-01-18 21:06:39,421 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2019-01-18 21:06:39,421 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2019-01-18 21:06:39,422 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2019-01-18 21:06:39,423 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2019-01-18 21:06:39,425 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2019-01-18 21:06:39,425 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2019-01-18 21:06:39,426 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2019-01-18 21:06:39,426 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2019-01-18 21:06:39,428 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2019-01-18 21:06:39,428 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2019-01-18 21:06:39,428 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2019-01-18 21:06:39,429 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2019-01-18 21:06:39,429 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2019-01-18 21:06:39,429 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2019-01-18 21:06:39,430 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2019-01-18 21:06:39,431 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2019-01-18 21:06:39,431 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2019-01-18 21:06:39,432 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2019-01-18 21:06:39,432 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2019-01-18 21:06:39,433 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2019-01-18 21:06:39,433 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2019-01-18 21:06:39,434 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2019-01-18 21:06:39,435 [TRACE] [doorpi.conf.config_object] get_string for key online_fallback in section DoorPiWeb (default: http://motom001.github.io/DoorPiWeb) returns http://motom001.github.io/DoorPiWeb 2019-01-18 21:06:39,436 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2019-01-18 21:06:39,436 [WARNING] [root] section WritePermission not found in configfile 2019-01-18 21:06:39,436 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns [] 2019-01-18 21:06:39,437 [WARNING] [root] section ReadPermission not found in configfile 2019-01-18 21:06:39,437 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2019-01-18 21:06:39,437 [WARNING] [root] section Group not found in configfile 2019-01-18 21:06:39,437 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns [] 2019-01-18 21:06:39,438 [WARNING] [root] section User not found in configfile 2019-01-18 21:06:39,438 [TRACE] [doorpi.conf.config_object] get_keys for section User returns [] 2019-01-18 21:06:39,438 [TRACE] [doorpi.conf.config_object] get_sections returns ['pifaceboard_InputPins', 'EVENT_OnCallStateConnect', 'pifaceboard_OutputPins', 'pifaceboard_keyboard', 'keyboards', 'AdminNumbers', 'SIP-Phone', 'EVENT_OnCallStateDisconnect', 'EVENT_OnStartup', 'DoorPiWeb', 'EVENT_OnKeyDown_2', 'EVENT_OnKeyDown_1', 'EVENT_OnKeyDown_0', 'EVENT_OnKeyDown_3', 'DoorPi'] 2019-01-18 21:06:39,439 [ERROR] [doorpi.status.webserver] no ReadPermission found 2019-01-18 21:06:39,439 [ERROR] [doorpi.status.webserver] no groups in configfile! 2019-01-18 21:06:39,440 [ERROR] [doorpi.status.webserver] no WritePermission found 2019-01-18 21:06:39,440 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2019-01-18 21:06:39,440 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2019-01-18 21:06:39,441 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2019-01-18 21:06:39,442 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,442 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2019-01-18 21:06:39,443 [DEBUG] [doorpi.action.handler] [4AYKG3] fire for event OnWebServerStart this actions [] 2019-01-18 21:06:39,443 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,443 [TRACE] [doorpi.action.handler] [4AYKG3] try to fire action WebServerStartupAction with args () and kwargs {} 2019-01-18 21:06:39,444 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,444 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2019-01-18 21:06:39,444 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,445 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,445 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,446 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,446 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,446 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,447 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,447 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,447 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,447 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,448 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,448 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,448 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2019-01-18 21:06:39,448 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['pifaceboard'] 2019-01-18 21:06:39,449 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: pifaceboard) 2019-01-18 21:06:39,449 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'pifaceboard' to handler 2019-01-18 21:06:39,449 [TRACE] [doorpi.conf.config_object] get_string for key pifaceboard in section keyboards (default: dummy) returns piface 2019-01-18 21:06:39,450 [TRACE] [doorpi.conf.config_object] get_keys for section pifaceboard_InputPins returns ['1', '0', '3', '2'] 2019-01-18 21:06:39,450 [TRACE] [doorpi.conf.config_object] get_keys for section pifaceboard_OutputPins returns ['1', '0', '3', '2', '5', '4', '7', '6'] 2019-01-18 21:06:39,450 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section pifaceboard_keyboard (default: 2000) returns 100.0 2019-01-18 21:06:39,451 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section pifaceboard_keyboard (default: 0) returns 0 2019-01-18 21:06:39,451 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section pifaceboard_keyboard (default: True) returns True 2019-01-18 21:06:39,452 [DEBUG] [doorpi.keyboard.from_piface] doorpi.keyboard.from_piface loaded 2019-01-18 21:06:39,476 [DEBUG] [doorpi.keyboard.from_piface] __init__(input_pins = ['1', '0', '3', '2'], output_pins = ['1', '0', '3', '2', '5', '4', '7', '6'], polarity = 0) 2019-01-18 21:06:39,525 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2019-01-18 21:06:39,526 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was added 2019-01-18 21:06:39,526 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,526 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,527 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_1 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,527 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_pifaceboard.1 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,527 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_pifaceboard.1 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,528 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2019-01-18 21:06:39,528 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,528 [TRACE] [doorpi.action.handler] register Event OnKeyUp_1 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,528 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_1 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,529 [TRACE] [doorpi.action.handler] register Event OnKeyUp_pifaceboard.1 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,529 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_pifaceboard.1 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,530 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2019-01-18 21:06:39,530 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,530 [TRACE] [doorpi.action.handler] register Event OnKeyDown_1 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,531 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_1 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,531 [TRACE] [doorpi.action.handler] register Event OnKeyDown_pifaceboard.1 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,531 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_pifaceboard.1 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,531 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2019-01-18 21:06:39,532 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2019-01-18 21:06:39,532 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,532 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_0 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,533 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_pifaceboard.0 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,533 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_pifaceboard.0 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,533 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2019-01-18 21:06:39,533 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2019-01-18 21:06:39,534 [TRACE] [doorpi.action.handler] register Event OnKeyUp_0 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,534 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_0 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,534 [TRACE] [doorpi.action.handler] register Event OnKeyUp_pifaceboard.0 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,535 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_pifaceboard.0 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,535 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2019-01-18 21:06:39,535 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2019-01-18 21:06:39,535 [TRACE] [doorpi.action.handler] register Event OnKeyDown_0 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,536 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_0 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,536 [TRACE] [doorpi.action.handler] register Event OnKeyDown_pifaceboard.0 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,536 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_pifaceboard.0 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,536 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2019-01-18 21:06:39,537 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2019-01-18 21:06:39,537 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_3 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,537 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_3 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,538 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_pifaceboard.3 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,538 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_pifaceboard.3 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,538 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2019-01-18 21:06:39,538 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2019-01-18 21:06:39,539 [TRACE] [doorpi.action.handler] register Event OnKeyUp_3 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,539 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_3 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,539 [TRACE] [doorpi.action.handler] register Event OnKeyUp_pifaceboard.3 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,540 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_pifaceboard.3 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,540 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2019-01-18 21:06:39,540 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2019-01-18 21:06:39,540 [TRACE] [doorpi.action.handler] register Event OnKeyDown_3 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,541 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_3 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,541 [TRACE] [doorpi.action.handler] register Event OnKeyDown_pifaceboard.3 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,541 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_pifaceboard.3 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,541 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2019-01-18 21:06:39,542 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2019-01-18 21:06:39,542 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_2 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,542 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_2 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,543 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_pifaceboard.2 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,543 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_pifaceboard.2 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,543 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2019-01-18 21:06:39,544 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2019-01-18 21:06:39,544 [TRACE] [doorpi.action.handler] register Event OnKeyUp_2 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,544 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_2 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,544 [TRACE] [doorpi.action.handler] register Event OnKeyUp_pifaceboard.2 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,545 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_pifaceboard.2 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,545 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2019-01-18 21:06:39,545 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2019-01-18 21:06:39,545 [TRACE] [doorpi.action.handler] register Event OnKeyDown_2 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,546 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_2 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,546 [TRACE] [doorpi.action.handler] register Event OnKeyDown_pifaceboard.2 from doorpi.keyboard.from_piface 2019-01-18 21:06:39,546 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_pifaceboard.2 and registered source doorpi.keyboard.from_piface 2019-01-18 21:06:39,563 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2019-01-18 21:06:39,563 [TRACE] [doorpi.conf.config_object] get_keys for section pifaceboard_OutputPins returns ['1', '0', '3', '2', '5', '4', '7', '6'] 2019-01-18 21:06:39,564 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section pifaceboard_OutputPins (default: ) returns REL1 2019-01-18 21:06:39,564 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section pifaceboard_OutputPins (default: ) returns REL0 2019-01-18 21:06:39,565 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section pifaceboard_OutputPins (default: ) returns LED3 2019-01-18 21:06:39,565 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section pifaceboard_OutputPins (default: ) returns LED2 2019-01-18 21:06:39,566 [TRACE] [doorpi.conf.config_object] get_string for key 5 in section pifaceboard_OutputPins (default: ) returns LED5 2019-01-18 21:06:39,566 [TRACE] [doorpi.conf.config_object] get_string for key 4 in section pifaceboard_OutputPins (default: ) returns LED4 2019-01-18 21:06:39,566 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section pifaceboard_OutputPins (default: ) returns LED7 2019-01-18 21:06:39,566 [TRACE] [doorpi.conf.config_object] get_string for key 6 in section pifaceboard_OutputPins (default: ) returns LED6 2019-01-18 21:06:39,568 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2019-01-18 21:06:39,569 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2019-01-18 21:06:39,571 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2019-01-18 21:06:39,572 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2019-01-18 21:06:39,599 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2019-01-18 21:06:39,601 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2019-01-18 21:06:39,603 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2019-01-18 21:06:39,612 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2019-01-18 21:06:39,616 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2019-01-18 21:06:39,617 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2019-01-18 21:06:39,618 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2019-01-18 21:06:39,619 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2019-01-18 21:06:39,622 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2019-01-18 21:06:39,623 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2019-01-18 21:06:39,624 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2019-01-18 21:06:39,625 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2019-01-18 21:06:39,625 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,625 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2019-01-18 21:06:39,626 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,626 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,626 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,627 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,627 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,627 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,627 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,628 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,628 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,628 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,628 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,629 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,629 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,629 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,630 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,630 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,630 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,631 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,631 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,631 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,631 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,632 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,632 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2019-01-18 21:06:39,632 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2019-01-18 21:06:39,633 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2019-01-18 21:06:39,633 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,633 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2019-01-18 21:06:39,633 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,634 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,634 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,634 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,635 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,635 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,635 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,635 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,636 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,636 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,636 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,637 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,637 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,637 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,638 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,638 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,638 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,638 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,639 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,639 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,640 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,640 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,640 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,641 [WARNING] [root] section DTMF not found in configfile 2019-01-18 21:06:39,641 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2019-01-18 21:06:39,641 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,642 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2019-01-18 21:06:39,642 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,642 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,642 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,643 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,643 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,643 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,644 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,644 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,644 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,644 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,645 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,645 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,645 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,646 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,646 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,646 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,646 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,647 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,647 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-18 21:06:39,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2019-01-18 21:06:39,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x7580d428 2019-01-18 21:06:39,649 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:06:39,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2019-01-18 21:06:39,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x7580d428 2019-01-18 21:06:39,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x741dec90, "(null)", "(null)") 2019-01-18 21:06:39,651 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2019-01-18 21:06:39,652 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2019-01-18 21:06:39,652 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2019-01-18 21:06:39,652 [INFO] [doorpi.sipphone.from_linphone] srtp init 2019-01-18 21:06:39,658 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2019-01-18 21:06:39,698 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2019-01-18 21:06:39,706 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1602 - open '/dev/snd/pcmC0D0c' failed (-2) 2019-01-18 21:06:39,708 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2019-01-18 21:06:39,718 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB Audio Device' added 2019-01-18 21:06:39,719 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2019-01-18 21:06:39,720 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2019-01-18 21:06:39,720 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2019-01-18 21:06:39,721 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2019-01-18 21:06:39,721 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2019-01-18 21:06:39,722 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2019-01-18 21:06:39,722 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2019-01-18 21:06:39,723 [INFO] [doorpi.sipphone.from_linphone] Vtable [0xedea20] registered on core [0xec8688] 2019-01-18 21:06:39,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0xedea20, 1, "Starting up") 2019-01-18 21:06:39,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-01-18 21:06:39,723 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [global_state_changed] 2019-01-18 21:06:39,724 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2019-01-18 21:06:39,724 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2019-01-18 21:06:39,725 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2019-01-18 21:06:39,725 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2019-01-18 21:06:39,725 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2019-01-18 21:06:39,726 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-01-18 21:06:39,726 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-01-18 21:06:39,726 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-01-18 21:06:39,727 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-01-18 21:06:39,727 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2019-01-18 21:06:39,727 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2019-01-18 21:06:39,728 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2019-01-18 21:06:39,728 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2019-01-18 21:06:39,728 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2019-01-18 21:06:39,729 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2019-01-18 21:06:39,729 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2019-01-18 21:06:39,729 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2019-01-18 21:06:39,730 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2019-01-18 21:06:39,730 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2019-01-18 21:06:39,730 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2019-01-18 21:06:39,731 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2019-01-18 21:06:39,731 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-01-18 21:06:39,731 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-01-18 21:06:39,732 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-18 21:06:39,732 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-18 21:06:39,732 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-18 21:06:39,733 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-18 21:06:39,733 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-18 21:06:39,733 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-18 21:06:39,734 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-18 21:06:39,734 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-18 21:06:39,734 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-01-18 21:06:39,735 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-01-18 21:06:39,735 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2019-01-18 21:06:39,735 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2019-01-18 21:06:39,736 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2019-01-18 21:06:39,736 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-01-18 21:06:39,736 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-01-18 21:06:39,736 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-01-18 21:06:39,737 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-01-18 21:06:39,737 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-01-18 21:06:39,737 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-01-18 21:06:39,738 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2019-01-18 21:06:39,738 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2019-01-18 21:06:39,738 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2019-01-18 21:06:39,739 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2019-01-18 21:06:39,739 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2019-01-18 21:06:39,739 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2019-01-18 21:06:39,740 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2019-01-18 21:06:39,740 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2019-01-18 21:06:39,740 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2019-01-18 21:06:39,741 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2019-01-18 21:06:39,741 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2019-01-18 21:06:39,741 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2019-01-18 21:06:39,742 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2019-01-18 21:06:39,742 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2019-01-18 21:06:39,742 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2019-01-18 21:06:39,743 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2019-01-18 21:06:39,743 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2019-01-18 21:06:39,743 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2019-01-18 21:06:39,744 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2019-01-18 21:06:39,744 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2019-01-18 21:06:39,744 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2019-01-18 21:06:39,745 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2019-01-18 21:06:39,745 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2019-01-18 21:06:39,745 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-01-18 21:06:39,746 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2019-01-18 21:06:39,746 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2019-01-18 21:06:39,746 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2019-01-18 21:06:39,746 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2019-01-18 21:06:39,747 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2019-01-18 21:06:39,747 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2019-01-18 21:06:39,748 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2019-01-18 21:06:39,748 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2019-01-18 21:06:39,748 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2019-01-18 21:06:39,748 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2019-01-18 21:06:39,749 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-01-18 21:06:39,749 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-01-18 21:06:39,750 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2019-01-18 21:06:39,751 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2019-01-18 21:06:39,751 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2019-01-18 21:06:39,751 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2019-01-18 21:06:39,752 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-01-18 21:06:39,752 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-01-18 21:06:39,752 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-18 21:06:39,753 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-18 21:06:39,753 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-18 21:06:39,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0xedea20, 2, "(null)") 2019-01-18 21:06:39,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2019-01-18 21:06:39,754 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [configuring_status] 2019-01-18 21:06:39,754 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2019-01-18 21:06:39,755 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2019-01-18 21:06:39,755 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2019-01-18 21:06:39,755 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2019-01-18 21:06:39,756 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2019-01-18 21:06:39,756 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-01-18 21:06:39,756 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-01-18 21:06:39,757 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2019-01-18 21:06:39,757 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2019-01-18 21:06:39,757 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2019-01-18 21:06:39,758 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2019-01-18 21:06:39,758 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2019-01-18 21:06:39,758 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2019-01-18 21:06:39,759 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2019-01-18 21:06:39,759 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2019-01-18 21:06:39,759 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-01-18 21:06:39,760 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-01-18 21:06:39,760 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2019-01-18 21:06:39,760 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2019-01-18 21:06:39,761 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2019-01-18 21:06:39,761 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-01-18 21:06:39,761 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-18 21:06:39,762 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-01-18 21:06:39,762 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xed58d8] on [sip:0.0.0.0:5060;transport=UDP] 2019-01-18 21:06:39,763 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xed6118] on [sip:0.0.0.0:5060;transport=TCP] 2019-01-18 21:06:39,763 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xed62e0] on [sip:0.0.0.0:-1;transport=TLS] 2019-01-18 21:06:39,764 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 38655 2019-01-18 21:06:39,764 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-18 21:06:39,765 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-18 21:06:39,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0xedea20, 2, "Ready") 2019-01-18 21:06:39,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-01-18 21:06:39,767 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [global_state_changed] 2019-01-18 21:06:39,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x7580d428 2019-01-18 21:06:39,768 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2019-01-18 21:06:39,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x7580d428 [0xedea20], "DoorPi ") 2019-01-18 21:06:39,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2019-01-18 21:06:39,770 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2019-01-18 21:06:39,771 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2019-01-18 21:06:39,772 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-01-18 21:06:39,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x7580d428 [0xedea20], 2) 2019-01-18 21:06:39,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2019-01-18 21:06:39,773 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2019-01-18 21:06:39,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x7580d428 [0xedea20], 0x2d7690 [0]) 2019-01-18 21:06:39,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2019-01-18 21:06:39,775 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-01-18 21:06:39,775 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-01-18 21:06:39,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2019-01-18 21:06:39,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x7580d440 2019-01-18 21:06:39,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x7580d428 [0xedea20], 0x7580d440 [0x7580d448]) 2019-01-18 21:06:39,776 [INFO] [doorpi.sipphone.from_linphone] Listening point [0xed58d8] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2019-01-18 21:06:39,777 [INFO] [doorpi.sipphone.from_linphone] Listening point [0xed6118] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2019-01-18 21:06:39,777 [INFO] [doorpi.sipphone.from_linphone] Listening point [0xed62e0] on [sip:0.0.0.0:38655;transport=TLS] destroyed 2019-01-18 21:06:39,777 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-01-18 21:06:39,778 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xedafb0] on [sip:0.0.0.0:5060;transport=UDP] 2019-01-18 21:06:39,778 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xedac10] on [sip:0.0.0.0:5060;transport=TCP] 2019-01-18 21:06:39,779 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xedaba8] on [sip:0.0.0.0:-1;transport=TLS] 2019-01-18 21:06:39,779 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 41787 2019-01-18 21:06:39,780 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-18 21:06:39,780 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-01-18 21:06:39,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2019-01-18 21:06:39,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x7580d440) 2019-01-18 21:06:39,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2019-01-18 21:06:39,782 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2019-01-18 21:06:39,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x7580d428 [0xedea20], 0x2d7690 [0]) 2019-01-18 21:06:39,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2019-01-18 21:06:39,783 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2019-01-18 21:06:39,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x7580d428 [0xedea20], "") 2019-01-18 21:06:39,784 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-01-18 21:06:39,784 [INFO] [doorpi.sipphone.from_linphone] 192.168.1.1 2019-01-18 21:06:39,785 [INFO] [doorpi.sipphone.from_linphone] fd00::5e49:79ff:fe9c:8635 2019-01-18 21:06:39,785 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-01-18 21:06:39,786 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-01-18 21:06:39,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2019-01-18 21:06:39,787 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2019-01-18 21:06:39,787 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2019-01-18 21:06:39,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x7580d428 [0xedea20], 0) 2019-01-18 21:06:39,788 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-01-18 21:06:39,788 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-01-18 21:06:39,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2019-01-18 21:06:39,790 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2019-01-18 21:06:39,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x7580d428 [0xedea20], 120) 2019-01-18 21:06:39,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2019-01-18 21:06:39,791 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 20 2019-01-18 21:06:39,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x7580d428 [0xedea20], 20) 2019-01-18 21:06:39,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2019-01-18 21:06:39,792 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2019-01-18 21:06:39,793 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2019-01-18 21:06:39,794 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-01-18 21:06:39,795 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2019-01-18 21:06:39,796 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-01-18 21:06:39,796 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2019-01-18 21:06:39,796 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2019-01-18 21:06:39,797 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-01-18 21:06:39,797 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2019-01-18 21:06:39,797 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-01-18 21:06:39,798 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2019-01-18 21:06:39,798 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2019-01-18 21:06:39,798 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2019-01-18 21:06:39,799 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2019-01-18 21:06:39,799 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2019-01-18 21:06:39,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x7580d428 [0xedea20], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2019-01-18 21:06:39,800 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-01-18 21:06:39,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2019-01-18 21:06:39,802 [TRACE] [doorpi.conf.config_object] get_string for key records in section SIP-Phone (default: !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav) returns !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav 2019-01-18 21:06:39,802 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-01-18 21:06:39,802 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-01-18 21:06:39,803 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2019-01-18 21:06:39,803 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2019-01-18 21:06:39,803 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-01-18 21:06:39,804 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2019-01-18 21:06:39,804 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-01-18 21:06:39,804 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2019-01-18 21:06:39,805 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2019-01-18 21:06:39,805 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2019-01-18 21:06:39,806 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2019-01-18 21:06:39,806 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-01-18 21:06:39,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,807 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-01-18 21:06:39,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x741e3d28 2019-01-18 21:06:39,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x741e0bc0 2019-01-18 21:06:39,810 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB Audio Device 2019-01-18 21:06:39,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x7580d428 [0xedea20], "ALSA: USB Audio Device") 2019-01-18 21:06:39,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2019-01-18 21:06:39,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x741e0b90 2019-01-18 21:06:39,811 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB Audio Device 2019-01-18 21:06:39,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x7580d428 [0xedea20], "ALSA: USB Audio Device") 2019-01-18 21:06:39,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2019-01-18 21:06:39,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x741e3d28 2019-01-18 21:06:39,813 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2019-01-18 21:06:39,814 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2019-01-18 21:06:39,814 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-01-18 21:06:39,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x741e3d28 2019-01-18 21:06:39,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x7580d428 [0xedea20], "ALSA: default device") 2019-01-18 21:06:39,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2d769c 2019-01-18 21:06:39,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x7580d428 [0xedea20], "ALSA: default device") 2019-01-18 21:06:39,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2d769c 2019-01-18 21:06:39,817 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2019-01-18 21:06:39,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x7580d428 [0xedea20], "ALSA: bcm2835 ALSA") 2019-01-18 21:06:39,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2d7690 2019-01-18 21:06:39,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x7580d428 [0xedea20], "ALSA: bcm2835 ALSA") 2019-01-18 21:06:39,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2d769c 2019-01-18 21:06:39,818 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2019-01-18 21:06:39,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x7580d428 [0xedea20], "ALSA: USB Audio Device") 2019-01-18 21:06:39,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2d769c 2019-01-18 21:06:39,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x7580d428 [0xedea20], "ALSA: USB Audio Device") 2019-01-18 21:06:39,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2d769c 2019-01-18 21:06:39,820 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB Audio Device 2019-01-18 21:06:39,820 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-01-18 21:06:39,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x741e0cb0 2019-01-18 21:06:39,821 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB Audio Device 2019-01-18 21:06:39,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x741e0ce0 2019-01-18 21:06:39,822 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB Audio Device 2019-01-18 21:06:39,823 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2019-01-18 21:06:39,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xed5bd8) 2019-01-18 21:06:39,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0450 2019-01-18 21:06:39,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0450 2019-01-18 21:06:39,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0450 2019-01-18 21:06:39,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xed5c48) 2019-01-18 21:06:39,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0440 2019-01-18 21:06:39,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0440 2019-01-18 21:06:39,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0440 2019-01-18 21:06:39,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xe79580) 2019-01-18 21:06:39,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0460 2019-01-18 21:06:39,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0460 2019-01-18 21:06:39,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0460 2019-01-18 21:06:39,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xe795e8) 2019-01-18 21:06:39,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0470 2019-01-18 21:06:39,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0470 2019-01-18 21:06:39,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0470 2019-01-18 21:06:39,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xe79640) 2019-01-18 21:06:39,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0480 2019-01-18 21:06:39,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0480 2019-01-18 21:06:39,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0480 2019-01-18 21:06:39,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xe79698) 2019-01-18 21:06:39,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb0490 2019-01-18 21:06:39,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb0490 2019-01-18 21:06:39,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb0490 2019-01-18 21:06:39,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xe79310) 2019-01-18 21:06:39,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb04a0 2019-01-18 21:06:39,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb04a0 2019-01-18 21:06:39,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb04a0 2019-01-18 21:06:39,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xe79358) 2019-01-18 21:06:39,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb04b0 2019-01-18 21:06:39,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb04b0 2019-01-18 21:06:39,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb04b0 2019-01-18 21:06:39,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xe793c0) 2019-01-18 21:06:39,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb04c0 2019-01-18 21:06:39,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb04c0 2019-01-18 21:06:39,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb04c0 2019-01-18 21:06:39,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xe79418) 2019-01-18 21:06:39,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb04d0 2019-01-18 21:06:39,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb04d0 2019-01-18 21:06:39,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb04d0 2019-01-18 21:06:39,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x741e3bc0 2019-01-18 21:06:39,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0450 [0xed5bd8]) 2019-01-18 21:06:39,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e23a0 2019-01-18 21:06:39,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0450 [0xed5bd8]) 2019-01-18 21:06:39,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e23a0 2019-01-18 21:06:39,844 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2019-01-18 21:06:39,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb0450 [0xed5bd8], 0x2d7690 [0]) 2019-01-18 21:06:39,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0440 [0xed5c48]) 2019-01-18 21:06:39,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e26a0 2019-01-18 21:06:39,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0440 [0xed5c48]) 2019-01-18 21:06:39,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e26a0 2019-01-18 21:06:39,847 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-01-18 21:06:39,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb0440 [0xed5c48], 0x2d7690 [0]) 2019-01-18 21:06:39,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0460 [0xe79580]) 2019-01-18 21:06:39,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e23a0 2019-01-18 21:06:39,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0460 [0xe79580]) 2019-01-18 21:06:39,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e23a0 2019-01-18 21:06:39,850 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-01-18 21:06:39,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb0460 [0xe79580], 0x2d7690 [0]) 2019-01-18 21:06:39,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0470 [0xe795e8]) 2019-01-18 21:06:39,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e26a0 2019-01-18 21:06:39,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0470 [0xe795e8]) 2019-01-18 21:06:39,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e26a0 2019-01-18 21:06:39,854 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2019-01-18 21:06:39,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb0470 [0xe795e8], 0x2d769c [1]) 2019-01-18 21:06:39,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0480 [0xe79640]) 2019-01-18 21:06:39,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e23a0 2019-01-18 21:06:39,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0480 [0xe79640]) 2019-01-18 21:06:39,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e23a0 2019-01-18 21:06:39,857 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2019-01-18 21:06:39,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb0480 [0xe79640], 0x2d769c [1]) 2019-01-18 21:06:39,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0490 [0xe79698]) 2019-01-18 21:06:39,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7580d440 2019-01-18 21:06:39,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb0490 [0xe79698]) 2019-01-18 21:06:39,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7580d440 2019-01-18 21:06:39,859 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2019-01-18 21:06:39,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb0490 [0xe79698], 0x2d7690 [0]) 2019-01-18 21:06:39,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04a0 [0xe79310]) 2019-01-18 21:06:39,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e23a0 2019-01-18 21:06:39,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04a0 [0xe79310]) 2019-01-18 21:06:39,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e23a0 2019-01-18 21:06:39,862 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2019-01-18 21:06:39,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb04a0 [0xe79310], 0x2d7690 [0]) 2019-01-18 21:06:39,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04b0 [0xe79358]) 2019-01-18 21:06:39,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e26a0 2019-01-18 21:06:39,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04b0 [0xe79358]) 2019-01-18 21:06:39,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x741e26a0 2019-01-18 21:06:39,864 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-01-18 21:06:39,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb04b0 [0xe79358], 0x2d7690 [0]) 2019-01-18 21:06:39,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04c0 [0xe793c0]) 2019-01-18 21:06:39,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7580d440 2019-01-18 21:06:39,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04c0 [0xe793c0]) 2019-01-18 21:06:39,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7580d440 2019-01-18 21:06:39,867 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-01-18 21:06:39,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb04c0 [0xe793c0], 0x2d7690 [0]) 2019-01-18 21:06:39,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04d0 [0xe79418]) 2019-01-18 21:06:39,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7580d440 2019-01-18 21:06:39,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04d0 [0xe79418]) 2019-01-18 21:06:39,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7580d440 2019-01-18 21:06:39,869 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-01-18 21:06:39,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb04d0 [0xe79418], 0x2d7690 [0]) 2019-01-18 21:06:39,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x741e3d78 2019-01-18 21:06:39,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x741e3d78 2019-01-18 21:06:39,872 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2019-01-18 21:06:39,872 [DEBUG] [doorpi.sipphone.from_linphone] | name 2019-01-18 21:06:39,872 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-01-18 21:06:39,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x741e3d78 2019-01-18 21:06:39,873 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2019-01-18 21:06:39,874 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2019-01-18 21:06:39,874 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-01-18 21:06:39,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x741e3d78 2019-01-18 21:06:39,875 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns V4L2: /dev/video0 2019-01-18 21:06:39,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x741e3d78 2019-01-18 21:06:39,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x7580d428 [0xedea20], 0x2d769c [1]) 2019-01-18 21:06:39,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2019-01-18 21:06:39,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x7580d428 [0xedea20], "V4L2: /dev/video0") 2019-01-18 21:06:39,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2019-01-18 21:06:39,878 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2019-01-18 21:06:39,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x7580d428 [0xedea20], "vga") 2019-01-18 21:06:39,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2019-01-18 21:06:39,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x741e3e80 2019-01-18 21:06:39,881 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: V4L2: /dev/video0 2019-01-18 21:06:39,881 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2019-01-18 21:06:39,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xe79470) 2019-01-18 21:06:39,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-01-18 21:06:39,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cb04e0 2019-01-18 21:06:39,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-01-18 21:06:39,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cb04e0 2019-01-18 21:06:39,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cb04e0 2019-01-18 21:06:39,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x741e3d50 2019-01-18 21:06:39,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04e0 [0xe79470]) 2019-01-18 21:06:39,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7580d440 2019-01-18 21:06:39,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2d769c 2019-01-18 21:06:39,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cb04e0 [0xe79470]) 2019-01-18 21:06:39,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7580d440 2019-01-18 21:06:39,886 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2019-01-18 21:06:39,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7580d428 [0xedea20], 0x76cb04e0 [0xe79470], 0x2d769c [1]) 2019-01-18 21:06:39,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd3f8cc 2019-01-18 21:06:39,887 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.1.1 2019-01-18 21:06:39,888 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns SIPDoorPi 2019-01-18 21:06:39,888 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: SIPDoorPi) returns ******* 2019-01-18 21:06:39,888 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.1.1) returns fritz.box 2019-01-18 21:06:39,889 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2019-01-18 21:06:39,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x7580d428 [0xedea20]) 2019-01-18 21:06:39,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0xed9560) 2019-01-18 21:06:39,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2019-01-18 21:06:39,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76cb04f0 2019-01-18 21:06:39,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2019-01-18 21:06:39,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76cb04f0 2019-01-18 21:06:39,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76cb04f0 2019-01-18 21:06:39,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76cb04f0 2019-01-18 21:06:39,892 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2019-01-18 21:06:39,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2019-01-18 21:06:39,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xeef868) 2019-01-18 21:06:39,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-18 21:06:39,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0500 2019-01-18 21:06:39,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-18 21:06:39,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0500 2019-01-18 21:06:39,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0500 2019-01-18 21:06:39,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76cb0500 2019-01-18 21:06:39,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76cb04f0 [0xed9560], 0x76cb0500 [0xeef868]) 2019-01-18 21:06:39,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2019-01-18 21:06:39,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76cb04f0 [0xed9560], "sip:192.168.1.1") 2019-01-18 21:06:39,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2019-01-18 21:06:39,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76cb04f0 [0xed9560], 0x2d769c [1]) 2019-01-18 21:06:39,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2019-01-18 21:06:39,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x7580d428 [0xedea20], 0x76cb04f0 [0xed9560]) 2019-01-18 21:06:39,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0xd3f8cc 2019-01-18 21:06:39,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x7580d428 [0xedea20], 0x76cb04f0 [0xed9560]) 2019-01-18 21:06:39,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2019-01-18 21:06:39,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x7580d428 [0xedea20], "SIPDoorPi", "(null)", "SIPDoorPi620", "(null)", "(null)", "fritz.box") 2019-01-18 21:06:39,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0xef5e30) 2019-01-18 21:06:39,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2019-01-18 21:06:39,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76cb0510 2019-01-18 21:06:39,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2019-01-18 21:06:39,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76cb0510 2019-01-18 21:06:39,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76cb0510 2019-01-18 21:06:39,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76cb0510 2019-01-18 21:06:39,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x7580d428 [0xedea20], 0x76cb0510 [0xef5e30]) 2019-01-18 21:06:39,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2019-01-18 21:06:39,905 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2019-01-18 21:06:39,905 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnCallStateConnect', 'EVENT_OnCallStateDisconnect', 'EVENT_OnStartup', 'EVENT_OnKeyDown_2', 'EVENT_OnKeyDown_1', 'EVENT_OnKeyDown_0', 'EVENT_OnKeyDown_3'] 2019-01-18 21:06:39,905 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnCallStateConnect' in configfile 2019-01-18 21:06:39,906 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnCallStateConnect returns ['10'] 2019-01-18 21:06:39,906 [INFO] [doorpi.doorpi] registering action '10' for event 'OnCallStateConnect' 2019-01-18 21:06:39,906 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnCallStateConnect (default: ) returns out:REL1,1 2019-01-18 21:06:39,907 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2019-01-18 21:06:39,908 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2019-01-18 21:06:39,909 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'REL1'} was added to event OnCallStateConnect 2019-01-18 21:06:39,909 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnCallStateDisconnect' in configfile 2019-01-18 21:06:39,910 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnCallStateDisconnect returns ['10'] 2019-01-18 21:06:39,910 [INFO] [doorpi.doorpi] registering action '10' for event 'OnCallStateDisconnect' 2019-01-18 21:06:39,910 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnCallStateDisconnect (default: ) returns out:REL1,0 2019-01-18 21:06:39,911 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'REL1'} was added to event OnCallStateDisconnect 2019-01-18 21:06:39,911 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2019-01-18 21:06:39,911 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2019-01-18 21:06:39,912 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2019-01-18 21:06:39,912 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2019-01-18 21:06:39,913 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2019-01-18 21:06:39,913 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2019-01-18 21:06:39,914 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyDown_2' in configfile 2019-01-18 21:06:39,914 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyDown_2 returns ['20'] 2019-01-18 21:06:39,914 [INFO] [doorpi.doorpi] registering action '20' for event 'OnKeyDown_2' 2019-01-18 21:06:39,915 [TRACE] [doorpi.conf.config_object] get_string for key 20 in section EVENT_OnKeyDown_2 (default: ) returns out:LED6,0 2019-01-18 21:06:39,915 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'LED6'} was added to new evententry OnKeyDown_2 2019-01-18 21:06:39,916 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyDown_1' in configfile 2019-01-18 21:06:39,916 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyDown_1 returns ['10'] 2019-01-18 21:06:39,916 [INFO] [doorpi.doorpi] registering action '10' for event 'OnKeyDown_1' 2019-01-18 21:06:39,917 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyDown_1 (default: ) returns out:LED6,1 2019-01-18 21:06:39,917 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'LED6'} was added to new evententry OnKeyDown_1 2019-01-18 21:06:39,917 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyDown_0' in configfile 2019-01-18 21:06:39,918 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyDown_0 returns ['33', '10', '20'] 2019-01-18 21:06:39,918 [INFO] [doorpi.doorpi] registering action '10' for event 'OnKeyDown_0' 2019-01-18 21:06:39,919 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyDown_0 (default: ) returns call:**610 2019-01-18 21:06:39,919 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2019-01-18 21:06:39,920 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**610'} was added to new evententry OnKeyDown_0 2019-01-18 21:06:39,920 [INFO] [doorpi.doorpi] registering action '20' for event 'OnKeyDown_0' 2019-01-18 21:06:39,921 [TRACE] [doorpi.conf.config_object] get_string for key 20 in section EVENT_OnKeyDown_0 (default: ) returns out:REL0,1,0,2 2019-01-18 21:06:39,921 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 2.0, 'pin': 'REL0', 'start_value': '1'} was added to event OnKeyDown_0 2019-01-18 21:06:39,922 [INFO] [doorpi.doorpi] registering action '33' for event 'OnKeyDown_0' 2019-01-18 21:06:39,922 [TRACE] [doorpi.conf.config_object] get_string for key 33 in section EVENT_OnKeyDown_0 (default: ) returns os_execute:/usr/local/etc/DoorPi/scripts/Klingelbild.sh 2019-01-18 21:06:39,923 [DEBUG] [doorpi.action.SingleActions.os_execute] doorpi.action.SingleActions.os_execute loaded 2019-01-18 21:06:39,924 [TRACE] [doorpi.action.handler] action OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/Klingelbild.sh'} was added to event OnKeyDown_0 2019-01-18 21:06:39,925 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyDown_3' in configfile 2019-01-18 21:06:39,925 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyDown_3 returns ['10'] 2019-01-18 21:06:39,925 [INFO] [doorpi.doorpi] registering action '10' for event 'OnKeyDown_3' 2019-01-18 21:06:39,926 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyDown_3 (default: ) returns call:**623 2019-01-18 21:06:39,926 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**623'} was added to new evententry OnKeyDown_3 2019-01-18 21:06:39,927 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section pifaceboard_InputPins (default: ) returns sleep:0 2019-01-18 21:06:39,927 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_pifaceboard.1 2019-01-18 21:06:39,927 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section pifaceboard_InputPins (default: ) returns sleep:0 2019-01-18 21:06:39,928 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_pifaceboard.0 2019-01-18 21:06:39,928 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section pifaceboard_InputPins (default: ) returns sleep:0 2019-01-18 21:06:39,929 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_pifaceboard.3 2019-01-18 21:06:39,929 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section pifaceboard_InputPins (default: ) returns sleep:0 2019-01-18 21:06:39,930 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_pifaceboard.2 2019-01-18 21:06:39,930 [WARNING] [root] section DTMF not found in configfile 2019-01-18 21:06:39,930 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2019-01-18 21:06:39,931 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns LED7 2019-01-18 21:06:39,931 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'HIGH', 'pin': 'LED7'} was added to new evententry OnTimeSecondEvenNumber 2019-01-18 21:06:39,932 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'LOW', 'pin': 'LED7'} was added to new evententry OnTimeSecondUnevenNumber 2019-01-18 21:06:39,932 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2019-01-18 21:06:39,933 [DEBUG] [doorpi.action.handler] [RI07MK] fire for event OnStartup this actions [] 2019-01-18 21:06:39,934 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2019-01-18 21:06:39,934 [TRACE] [doorpi.action.handler] [RI07MK] try to fire action SleepAction with args (1.0,) and kwargs {} 2019-01-18 21:06:39,935 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2019-01-18 21:06:40,937 [TRACE] [doorpi.action.handler] [RI07MK] finished fire_event for event_name OnStartup 2019-01-18 21:06:40,938 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2019-01-18 21:06:40,940 [INFO] [doorpi.doorpi] DoorPi started successfully 2019-01-18 21:06:40,941 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2019-01-18 21:06:40,941 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2019-01-18 21:06:40,943 [INFO] [doorpi.doorpi] Weburl is http://openHABianPi/ 2019-01-18 21:06:40,944 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.1.1 2019-01-18 21:06:40,945 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-01-18 21:06:40,946 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.1.12 2019-01-18 21:06:40,947 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2019-01-18 21:06:40,948 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-01-18 21:06:40,948 [INFO] [doorpi.sipphone.from_linphone] 192.168.1.1 2019-01-18 21:06:40,949 [INFO] [doorpi.sipphone.from_linphone] fd00::5e49:79ff:fe9c:8635 2019-01-18 21:06:40,951 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-01-18 21:06:40,951 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-01-18 21:06:40,953 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0xed9560] about to register (LinphoneCore version: 3.9.0) 2019-01-18 21:06:40,961 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2019-01-18 21:06:40,962 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: starting resolution of 192.168.1.1 2019-01-18 21:06:40,963 [INFO] [doorpi.sipphone.from_linphone] channel 0xf0b650: state RES_IN_PROGRESS 2019-01-18 21:06:40,964 [INFO] [doorpi.sipphone.from_linphone] transaction [0xef8e00] channel state changed to [RES_IN_PROGRESS] 2019-01-18 21:06:40,964 [INFO] [doorpi.sipphone.from_linphone] channel 0xf0b650: state RES_DONE 2019-01-18 21:06:40,965 [INFO] [doorpi.sipphone.from_linphone] transaction [0xef8e00] channel state changed to [RES_DONE] 2019-01-18 21:06:40,966 [INFO] [doorpi.sipphone.from_linphone] channel 0xf0b650: state CONNECTING 2019-01-18 21:06:40,967 [INFO] [doorpi.sipphone.from_linphone] transaction [0xef8e00] channel state changed to [CONNECTING] 2019-01-18 21:06:40,967 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.1.1:5060] 2019-01-18 21:06:40,968 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2019-01-18 21:06:40,969 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.1.12:5060 2019-01-18 21:06:40,970 [INFO] [doorpi.sipphone.from_linphone] channel 0xf0b650: state READY 2019-01-18 21:06:40,971 [INFO] [doorpi.sipphone.from_linphone] transaction [0xef8e00] channel state changed to [READY] 2019-01-18 21:06:40,971 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xef8e00], from state [INIT] to [TRYING] 2019-01-18 21:06:40,973 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [522] bytes REGISTER sip:192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.JkmnOoTgC;rport From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" CSeq: 20 REGISTER Call-ID: cCaq9yi6fz Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) 2019-01-18 21:06:40,974 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2019-01-18 21:06:40,974 [INFO] [doorpi.sipphone.from_linphone] Refresher [0xef8f00] takes ownership of transaction [0xef8e00] 2019-01-18 21:06:40,975 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xed9560] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2019-01-18 21:06:40,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0xedea20, 0xed9560, 1, "Registration in progress") 2019-01-18 21:06:40,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-01-18 21:06:40,977 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [registration_state_changed] 2019-01-18 21:06:41,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0xedea20, 0x1) 2019-01-18 21:06:41,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2019-01-18 21:06:41,030 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [network_reachable] 2019-01-18 21:06:41,031 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [372] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.JkmnOoTgC;rport=5060 From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" ;tag=3E05D07EB5B6B4AC Call-ID: cCaq9yi6fz CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="2B3ECED5BC2D8598" User-Agent: FRITZ!OS Content-Length: 0 2019-01-18 21:06:41,040 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [372] bytes parsed 2019-01-18 21:06:41,041 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: discovered public ip and port are [192.168.1.12:5060] 2019-01-18 21:06:41,042 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:06:41,042 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xef8e00], from state [TRYING] to [COMPLETED] 2019-01-18 21:06:41,044 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=SIPDoorPi, realm= 2019-01-18 21:06:41,044 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [SIPDoorPi] realm [fritz.box] 2019-01-18 21:06:41,045 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xf04b38], from state [INIT] to [TRYING] 2019-01-18 21:06:41,047 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [681] bytes REGISTER sip:192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.kp1rx5kAv;rport From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" CSeq: 21 REGISTER Call-ID: cCaq9yi6fz 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="2B3ECED5BC2D8598", username="SIPDoorPi", uri="sip:192.168.1.1", response="c1ea68dcce41fc267c530a871e193181" 2019-01-18 21:06:41,048 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.1.1 2019-01-18 21:06:41,049 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-01-18 21:06:41,100 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [685] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.kp1rx5kAv;rport=5060 From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" ;tag=B5806F91CFF6D5C8 Call-ID: cCaq9yi6fz CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7490 (UI) 113.07.01 (Aug 29 2018) 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 2019-01-18 21:06:41,113 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [685] bytes parsed 2019-01-18 21:06:41,114 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:06:41,115 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xf04b38], from state [TRYING] to [COMPLETED] 2019-01-18 21:06:41,116 [INFO] [doorpi.sipphone.from_linphone] Refresher [0xef8f00]: has no contact for request [0xf68430]. 2019-01-18 21:06:41,117 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2019-01-18 21:06:41,117 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.1.1] 2019-01-18 21:06:41,118 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xed9560] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2019-01-18 21:06:41,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0xedea20, 0xed9560, 2, "Registration successful") 2019-01-18 21:06:41,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-01-18 21:06:41,121 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [registration_state_changed] 2019-01-18 21:06:46,083 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xef8e00], from state [COMPLETED] to [TERMINATED] 2019-01-18 21:06:46,084 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xef8e00] terminated 2019-01-18 21:06:46,135 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xf04b38], from state [COMPLETED] to [TERMINATED] 2019-01-18 21:06:46,136 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xf04b38] terminated 2019-01-18 21:11:11,129 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=SIPDoorPi, realm=fritz.box 2019-01-18 21:11:11,130 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [SIPDoorPi] realm [fritz.box] 2019-01-18 21:11:11,131 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xef5288], from state [INIT] to [TRYING] 2019-01-18 21:11:11,133 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [681] bytes REGISTER sip:192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.-3pQLKATH;rport From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" CSeq: 22 REGISTER Call-ID: cCaq9yi6fz 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="2B3ECED5BC2D8598", username="SIPDoorPi", uri="sip:192.168.1.1", response="c1ea68dcce41fc267c530a871e193181" 2019-01-18 21:11:11,185 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [372] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.-3pQLKATH;rport=5060 From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" ;tag=EE971AB50DD37881 Call-ID: cCaq9yi6fz CSeq: 22 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="28A78C523FE57F65" User-Agent: FRITZ!OS Content-Length: 0 2019-01-18 21:11:11,194 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [372] bytes parsed 2019-01-18 21:11:11,196 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:11:11,197 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xef5288], from state [TRYING] to [COMPLETED] 2019-01-18 21:11:11,198 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=SIPDoorPi, realm=fritz.box 2019-01-18 21:11:11,199 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [SIPDoorPi] realm [fritz.box] 2019-01-18 21:11:11,200 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xf01130], from state [INIT] to [TRYING] 2019-01-18 21:11:11,201 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [681] bytes REGISTER sip:192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.fQM5GGC0W;rport From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" CSeq: 23 REGISTER Call-ID: cCaq9yi6fz 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="28A78C523FE57F65", username="SIPDoorPi", uri="sip:192.168.1.1", response="eab383252bf640ad874e93542750b50c" 2019-01-18 21:11:11,253 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [685] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.fQM5GGC0W;rport=5060 From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" ;tag=BAB83A520BF8A99C Call-ID: cCaq9yi6fz CSeq: 23 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7490 (UI) 113.07.01 (Aug 29 2018) 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 2019-01-18 21:11:11,259 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [685] bytes parsed 2019-01-18 21:11:11,260 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:11:11,260 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xf01130], from state [TRYING] to [COMPLETED] 2019-01-18 21:11:11,261 [INFO] [doorpi.sipphone.from_linphone] Refresher [0xef8f00]: has no contact for request [0xf04be8]. 2019-01-18 21:11:11,261 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2019-01-18 21:11:11,261 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.1.1] 2019-01-18 21:11:11,262 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xed9560] for identity ["DoorPi" ] moving from state [LinphoneRegistrationOk] to [LinphoneRegistrationOk] 2019-01-18 21:11:11,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0xedea20, 0xed9560, 2, "Registration successful") 2019-01-18 21:11:11,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-01-18 21:11:11,263 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [registration_state_changed] 2019-01-18 21:11:16,223 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xef5288], from state [COMPLETED] to [TERMINATED] 2019-01-18 21:11:16,223 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xef5288] terminated 2019-01-18 21:11:16,278 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xf01130], from state [COMPLETED] to [TERMINATED] 2019-01-18 21:11:16,279 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xf01130] terminated 2019-01-18 21:15:41,298 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=SIPDoorPi, realm=fritz.box 2019-01-18 21:15:41,301 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [SIPDoorPi] realm [fritz.box] 2019-01-18 21:15:41,302 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xefeb10], from state [INIT] to [TRYING] 2019-01-18 21:15:41,304 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [681] bytes REGISTER sip:192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.4w0XTcI70;rport From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" CSeq: 24 REGISTER Call-ID: cCaq9yi6fz 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="28A78C523FE57F65", username="SIPDoorPi", uri="sip:192.168.1.1", response="eab383252bf640ad874e93542750b50c" 2019-01-18 21:15:41,355 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [372] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.4w0XTcI70;rport=5060 From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" ;tag=11A93AD2D2A23E2B Call-ID: cCaq9yi6fz CSeq: 24 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="81CD349C97B68959" User-Agent: FRITZ!OS Content-Length: 0 2019-01-18 21:15:41,366 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [372] bytes parsed 2019-01-18 21:15:41,368 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:15:41,370 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xefeb10], from state [TRYING] to [COMPLETED] 2019-01-18 21:15:41,372 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=SIPDoorPi, realm=fritz.box 2019-01-18 21:15:41,374 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [SIPDoorPi] realm [fritz.box] 2019-01-18 21:15:41,376 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xef9ca8], from state [INIT] to [TRYING] 2019-01-18 21:15:41,379 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [681] bytes REGISTER sip:192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.4RI6DDefD;rport From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" CSeq: 25 REGISTER Call-ID: cCaq9yi6fz 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="81CD349C97B68959", username="SIPDoorPi", uri="sip:192.168.1.1", response="4805debdaeb6179a50720ef80d87e7f8" 2019-01-18 21:15:41,432 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [685] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.4RI6DDefD;rport=5060 From: "DoorPi" ;tag=cdwlAVWNr To: "DoorPi" ;tag=9D593331A05F8594 Call-ID: cCaq9yi6fz CSeq: 25 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7490 (UI) 113.07.01 (Aug 29 2018) 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 2019-01-18 21:15:41,445 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [685] bytes parsed 2019-01-18 21:15:41,447 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:15:41,449 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xef9ca8], from state [TRYING] to [COMPLETED] 2019-01-18 21:15:41,451 [INFO] [doorpi.sipphone.from_linphone] Refresher [0xef8f00]: has no contact for request [0xefa630]. 2019-01-18 21:15:41,452 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2019-01-18 21:15:41,454 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.1.1] 2019-01-18 21:15:41,456 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xed9560] for identity ["DoorPi" ] moving from state [LinphoneRegistrationOk] to [LinphoneRegistrationOk] 2019-01-18 21:15:41,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0xedea20, 0xed9560, 2, "Registration successful") 2019-01-18 21:15:41,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-01-18 21:15:41,462 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [registration_state_changed] 2019-01-18 21:15:46,426 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xefeb10], from state [COMPLETED] to [TERMINATED] 2019-01-18 21:15:46,428 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xefeb10] terminated 2019-01-18 21:15:46,483 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xef9ca8], from state [COMPLETED] to [TERMINATED] 2019-01-18 21:15:46,484 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xef9ca8] terminated 2019-01-18 21:17:11,124 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:11,128 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:11,129 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2019-01-18 21:17:11,134 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_pifaceboard.3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:11,138 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:11,139 [DEBUG] [doorpi.action.handler] [0MNZQ3] fire for event OnKeyDown_3 this actions [] 2019-01-18 21:17:11,142 [TRACE] [doorpi.action.handler] [0MNZQ3] try to fire action CallAction with args () and kwargs {'number': '**623'} 2019-01-18 21:17:11,144 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:11,145 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**623'} 2019-01-18 21:17:11,146 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2019-01-18 21:17:11,150 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_pifaceboard.3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:11,150 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-01-18 21:17:11,153 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_3 - skip fire_event OnKeyPressed_3 from doorpi.keyboard.from_piface 2019-01-18 21:17:11,153 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_pifaceboard.3 - skip fire_event OnKeyDown_pifaceboard.3 from doorpi.keyboard.from_piface 2019-01-18 21:17:11,158 [DEBUG] [doorpi.action.handler] [X5CJUD] fire for event OnKeyPressed_pifaceboard.3 this actions [] 2019-01-18 21:17:11,164 [TRACE] [doorpi.action.handler] [X5CJUD] try to fire action SleepAction with args (0.0,) and kwargs {} 2019-01-18 21:17:11,165 [TRACE] [doorpi.action.base] run SleepAction with args (0.0,) and kwargs {} 2019-01-18 21:17:11,166 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-18 21:17:11,163 [DEBUG] [doorpi.sipphone.from_linphone] call (**623) 2019-01-18 21:17:11,168 [TRACE] [doorpi.action.handler] [X5CJUD] finished fire_event for event_name OnKeyPressed_pifaceboard.3 2019-01-18 21:17:11,169 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-01-18 21:17:11,171 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-01-18 20:17:11.171816 2019-01-18 21:17:11,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x7580d428 [0xedea20], 0x2de154 [(nil)]) 2019-01-18 21:17:11,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x738039f8) 2019-01-18 21:17:11,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-01-18 21:17:11,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cb0530 2019-01-18 21:17:11,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-01-18 21:17:11,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cb0530 2019-01-18 21:17:11,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cb0530 2019-01-18 21:17:11,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cb0530 2019-01-18 21:17:11,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cb0530 [0x738039f8], "/usr/local/etc/DoorPi/records/2019-01-18_21-17-11.wav") 2019-01-18 21:17:11,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-01-18 21:17:11,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cb0530 [0x738039f8], 0x2d769c [1]) 2019-01-18 21:17:11,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-01-18 21:17:11,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x7580d428 [0xedea20], "**623", 0x76cb0530 [0x738039f8]) 2019-01-18 21:17:11,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xedea20, 0x7382d8a0, 2, "Starting outgoing call") 2019-01-18 21:17:11,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-01-18 21:17:11,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cb0550 2019-01-18 21:17:11,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-01-18 21:17:11,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cb0550 2019-01-18 21:17:11,200 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-01-18 21:17:11,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73800e18) 2019-01-18 21:17:11,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-18 21:17:11,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb05c0 2019-01-18 21:17:11,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-18 21:17:11,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb05c0 2019-01-18 21:17:11,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb05c0 2019-01-18 21:17:11,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb05c0 2019-01-18 21:17:11,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb05c0 [0x73800e18]) 2019-01-18 21:17:11,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x741ed920 2019-01-18 21:17:11,210 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-18 21:17:11,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8c0 2019-01-18 21:17:11,214 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:17:11,214 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-18 21:17:11,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8c0 2019-01-18 21:17:11,218 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:17:11,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-18 21:17:11,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xedea20, 0x7382d8a0, 3, "Outgoing call in progress") 2019-01-18 21:17:11,222 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-01-18 21:17:11,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73800e18) 2019-01-18 21:17:11,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-18 21:17:11,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0520 2019-01-18 21:17:11,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-18 21:17:11,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0520 2019-01-18 21:17:11,225 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1927279728]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-01-18 21:17:11,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0520 2019-01-18 21:17:11,225 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x7382d8a0] initialized (LinphoneCore version: 3.9.0) 2019-01-18 21:17:11,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0520 2019-01-18 21:17:11,226 [INFO] [doorpi.sipphone.from_linphone] Call 0x7382d8a0: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-01-18 21:17:11,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0520 [0x73800e18]) 2019-01-18 21:17:11,227 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_state_changed] 2019-01-18 21:17:11,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x741ed980 2019-01-18 21:17:11,228 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x7382d8a0] 2019-01-18 21:17:11,229 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-18 21:17:11,229 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-01-18 21:17:11,230 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-01-18 21:17:11,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,232 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-01-18 21:17:11,232 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:17:11,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8c0 2019-01-18 21:17:11,233 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-01-18 21:17:11,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,235 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x7382d8a0] 2019-01-18 21:17:11,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8c0 2019-01-18 21:17:11,235 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-01-18 21:17:11,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,236 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-01-18 21:17:11,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8c0 2019-01-18 21:17:11,237 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-01-18 21:17:11,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-18 21:17:11,237 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x7382d8a0] 2019-01-18 21:17:11,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cb0550 2019-01-18 21:17:11,238 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x73803b80,0-->MSVoidSink:0x7382f248,0 2019-01-18 21:17:11,238 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-01-18 21:17:11,239 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-01-18 21:17:11,240 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-01-18 21:17:11,240 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**623@192.168.1.1] on op [0x7382d168] 2019-01-18 21:17:11,241 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-01-18 21:17:11,241 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73812140], from state [INIT] to [CALLING] 2019-01-18 21:17:11,242 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [819] bytes INVITE sip:**623@192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.cGJJ9jk4M;rport From: "DoorPi" ;tag=a~b~elN4n To: sip:**623@192.168.1.1 CSeq: 20 INVITE Call-ID: FRT7-cv5tY Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 273 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=SIPDoorPi 2800 3097 IN IP4 192.168.1.12 s=Talk c=IN IP4 192.168.1.12 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-01-18 21:17:11,242 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-01-18 21:17:11,243 [INFO] [doorpi.sipphone.from_linphone] Call 0x7382d8a0: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-01-18 21:17:11,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,244 [DEBUG] [doorpi.action.handler] [EFPWRN] fire for event OnSipPhoneMakeCall this actions [] 2019-01-18 21:17:11,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f8a8 2019-01-18 21:17:11,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,246 [TRACE] [doorpi.action.handler] [EFPWRN] try to fire action > with args () and kwargs {} 2019-01-18 21:17:11,247 [TRACE] [doorpi.action.handler] [0MNZQ3] finished fire_event for event_name OnKeyDown_3 2019-01-18 21:17:11,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,247 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-18 21:17:11,247 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-18 21:17:11,249 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-01-18 21:17:11,251 [TRACE] [doorpi.action.handler] [EFPWRN] finished fire_event for event_name OnSipPhoneMakeCall 2019-01-18 21:17:11,251 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-01-18 21:17:11,299 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_state_changed] 2019-01-18 21:17:11,299 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [357] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.cGJJ9jk4M;rport=5060 From: "DoorPi" ;tag=a~b~elN4n To: ;tag=ADB228AA0F05DD9D Call-ID: FRT7-cv5tY CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="BC72533A16DEE54B" User-Agent: FRITZ!OS Content-Length: 0 2019-01-18 21:17:11,303 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [357] bytes parsed 2019-01-18 21:17:11,304 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:17:11,304 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73812140], from state [CALLING] to [PROCEEDING] 2019-01-18 21:17:11,305 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73812140], from state [PROCEEDING] to [COMPLETED] 2019-01-18 21:17:11,305 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [368] bytes ACK sip:**623@192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.cGJJ9jk4M;rport Call-ID: FRT7-cv5tY From: "DoorPi" ;tag=a~b~elN4n To: ;tag=ADB228AA0F05DD9D Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2019-01-18 21:17:11,306 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=SIPDoorPi, realm=fritz.box 2019-01-18 21:17:11,306 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [SIPDoorPi] realm [fritz.box] 2019-01-18 21:17:11,307 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xef9ba8], from state [INIT] to [CALLING] 2019-01-18 21:17:11,308 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [984] bytes INVITE sip:**623@192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.brKMExTwY;rport From: "DoorPi" ;tag=a~b~elN4n To: sip:**623@192.168.1.1 CSeq: 21 INVITE Call-ID: FRT7-cv5tY Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 273 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="BC72533A16DEE54B", username="SIPDoorPi", uri="sip:**623@192.168.1.1", response="8340c37f0299b60bb10d675686ae0882" v=0 o=SIPDoorPi 2800 3097 IN IP4 192.168.1.12 s=Talk c=IN IP4 192.168.1.12 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-01-18 21:17:11,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f8a8 2019-01-18 21:17:11,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,344 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:11,345 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:11,346 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_piface 2019-01-18 21:17:11,347 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_pifaceboard.3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:11,349 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_3 - skip fire_event OnKeyUp_3 from doorpi.keyboard.from_piface 2019-01-18 21:17:11,350 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_pifaceboard.3 - skip fire_event OnKeyUp_pifaceboard.3 from doorpi.keyboard.from_piface 2019-01-18 21:17:11,360 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [299] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.brKMExTwY;rport=5060 From: "DoorPi" ;tag=a~b~elN4n To: Call-ID: FRT7-cv5tY CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7490 (UI) 113.07.01 (Aug 29 2018) Content-Length: 0 2019-01-18 21:17:11,364 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [299] bytes parsed 2019-01-18 21:17:11,365 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:17:11,365 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xef9ba8], from state [CALLING] to [PROCEEDING] 2019-01-18 21:17:11,365 [INFO] [doorpi.sipphone.from_linphone] op [0x7382d168] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2019-01-18 21:17:11,366 [INFO] [doorpi.sipphone.from_linphone] Op [0x7382d168] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2019-01-18 21:17:11,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f8a8 2019-01-18 21:17:11,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,418 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [681] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.brKMExTwY;rport=5060 From: "DoorPi" ;tag=a~b~elN4n To: ;tag=61ED01E1AF8A6DEF Call-ID: FRT7-cv5tY CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7490 (UI) 113.07.01 (Aug 29 2018) Content-Type: application/sdp Content-Length: 258 v=0 o=user 6856752 6856752 IN IP4 192.168.1.1 s=Talk c=IN IP4 192.168.1.1 t=0 0 m=audio 7098 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:7099 m=video 0 RTP/AVP 96 2019-01-18 21:17:11,423 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [423] bytes parsed 2019-01-18 21:17:11,424 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] read [258] bytes of body from [192.168.1.1:5060] 2019-01-18 21:17:11,425 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:17:11,425 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0xf43b58] , local tag [a~b~elN4n], remote tag [61ED01E1AF8A6DEF] 2019-01-18 21:17:11,425 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xf43b58]: now updated by transaction [0xef9ba8]. 2019-01-18 21:17:11,427 [INFO] [doorpi.sipphone.from_linphone] op [0x7382d168] : set_or_update_dialog() current=[(nil)] new=[0xf43b58] 2019-01-18 21:17:11,427 [INFO] [doorpi.sipphone.from_linphone] Op [0x7382d168] receiving call response [183], dialog is [0xf43b58] in state [BELLE_SIP_DIALOG_EARLY] 2019-01-18 21:17:11,430 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-01-18 21:17:11,430 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-01-18 21:17:11,431 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2019-01-18 21:17:11,431 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2019-01-18 21:17:11,431 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2019-01-18 21:17:11,432 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2019-01-18 21:17:11,432 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2019-01-18 21:17:11,432 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73807788] rejected by peer 2019-01-18 21:17:11,433 [INFO] [doorpi.sipphone.from_linphone] Call 0x7382d8a0: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2019-01-18 21:17:11,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xedea20, 0x7382d8a0, 5, "Early media") 2019-01-18 21:17:11,434 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2019-01-18 21:17:11,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73800e18) 2019-01-18 21:17:11,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-18 21:17:11,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0590 2019-01-18 21:17:11,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-18 21:17:11,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0590 2019-01-18 21:17:11,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0590 2019-01-18 21:17:11,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0590 2019-01-18 21:17:11,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0590 [0x73800e18]) 2019-01-18 21:17:11,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x741edc20 2019-01-18 21:17:11,437 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-18 21:17:11,438 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-18 21:17:11,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,440 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:17:11,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8c0 2019-01-18 21:17:11,441 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:17:11,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8c0 2019-01-18 21:17:11,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8c0 2019-01-18 21:17:11,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-18 21:17:11,443 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_state_changed] 2019-01-18 21:17:11,443 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2019-01-18 21:17:11,444 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x7382d8a0] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2019-01-18 21:17:11,444 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2019-01-18 21:17:11,445 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x73804b70] sending to rtp [192.168.1.1:7098] rtcp [192.168.1.1:7099] 2019-01-18 21:17:11,445 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73804b70] 2019-01-18 21:17:11,445 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x73803b80,0-->MSVoidSink:0x7382f248,0 2019-01-18 21:17:11,446 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2019-01-18 21:17:11,447 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-01-18 21:17:11,448 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-01-18 21:17:11,448 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-01-18 21:17:11,448 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x7382b230] using payload's bitrate is 80000 2019-01-18 21:17:11,449 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x7382b230] 2019-01-18 21:17:11,449 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-01-18 21:17:11,449 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-01-18 21:17:11,450 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0xf673a0,0-->MSVolume:0xf0a0f8,0 2019-01-18 21:17:11,450 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0xf0a0f8,0-->MSAudioMixer:0xf09b58,0 2019-01-18 21:17:11,450 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xf09b58,0-->MSUlawEnc:0xef82f8,0 2019-01-18 21:17:11,451 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0xef82f8,0-->MSRtpSend:0x7382b6d8,0 2019-01-18 21:17:11,451 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0xf01130,0-->MSUlawDec:0xef1030,0 2019-01-18 21:17:11,451 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0xef1030,0-->MSGenericPLC:0xef4450,0 2019-01-18 21:17:11,452 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0xef4450,0-->MSDtmfGen:0xefa390,0 2019-01-18 21:17:11,452 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0xefa390,0-->MSVolume:0xf0a178,0 2019-01-18 21:17:11,452 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0xf0a178,0-->MSTee:0xf48098,0 2019-01-18 21:17:11,453 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0xf48098,0-->MSEqualizer:0xf07d38,0 2019-01-18 21:17:11,453 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0xf07d38,0-->MSAudioMixer:0xf66880,0 2019-01-18 21:17:11,453 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-01-18 21:17:11,454 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0xf65c90,0-->MSResample:0xeefa40,0 2019-01-18 21:17:11,454 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0xeefa40,0-->MSAudioMixer:0xf66880,1 2019-01-18 21:17:11,454 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xf66880,0-->MSAlsaWrite:0xf41c58,0 2019-01-18 21:17:11,455 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xf48118,1-->MSResample:0xef46f0,0 2019-01-18 21:17:11,455 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0xef46f0,0-->MSOpusEnc:0xf66d48,0 2019-01-18 21:17:11,455 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0xf66d48,0-->MSMKVRecorder:0xf4bf98,1 2019-01-18 21:17:11,456 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0xef4250,0-->MSMKVRecorder:0xf4bf98,0 2019-01-18 21:17:11,456 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xf09b58,1-->MSAudioMixer:0xf48118,0 2019-01-18 21:17:11,456 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0xf48098,1-->MSAudioMixer:0xf48118,1 2019-01-18 21:17:11,456 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0xf48118,0-->MSFileRec:0xf41cd8,0 2019-01-18 21:17:11,457 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-01-18 21:17:11,457 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-01-18 21:17:11,458 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2019-01-18 21:17:11,458 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2019-01-18 21:17:11,458 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2019-01-18 21:17:11,459 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2019-01-18 21:17:11,459 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2019-01-18 21:17:11,460 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2019-01-18 21:17:11,460 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7382d8a0] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2019-01-18 21:17:11,460 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7382d8a0] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2019-01-18 21:17:11,461 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7382d8a0] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2019-01-18 21:17:11,461 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2019-01-18 21:17:11,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,514 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2019-01-18 21:17:11,515 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2019-01-18 21:17:11,515 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2019-01-18 21:17:11,516 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2019-01-18 21:17:11,516 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-01-18 21:17:11,516 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73804b70] 2019-01-18 21:17:11,517 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xf66880] is entering bypass mode. 2019-01-18 21:17:11,517 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2019-01-18 21:17:11,517 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2019-01-18 21:17:11,518 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2019-01-18 21:17:11,518 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2019-01-18 21:17:11,518 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2019-01-18 21:17:11,519 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xf09b58] is entering bypass mode. 2019-01-18 21:17:11,519 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xf66880] is leaving bypass mode. 2019-01-18 21:17:11,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:11,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:11,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:11,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:11,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:11,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:11,994 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:11,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:11,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:11,997 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:11,997 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:11,998 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9.439147 video=0.000000 2019-01-18 21:17:11,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,493 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0xf66880] is entering bypass mode. 2019-01-18 21:17:12,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:12,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:12,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:12,958 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:12,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:12,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:12,962 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:12,963 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 68.5,u= 74.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 2019-01-18 21:17:12,964 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.308819 video=0.000000 2019-01-18 21:17:12,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:12,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:12,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:12,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,133 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=4.862674 ms 2019-01-18 21:17:13,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,191 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73804b70]. 2019-01-18 21:17:13,192 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7382b230], local statistics available: Local current jitter buffer size: 58.6ms 2019-01-18 21:17:13,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:13,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:13,196 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:13,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,874 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x7382b230]: receiving RTCP SR 2019-01-18 21:17:13,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:13,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:13,878 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:13,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:13,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:13,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:13,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:13,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:13,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:13,993 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:13,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:13,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:13,997 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:13,998 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.1], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:13,999 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=3.935598 video=0.000000 2019-01-18 21:17:14,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,731 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=10.366241 ms 2019-01-18 21:17:14,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:14,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:14,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:14,961 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:14,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:14,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:14,965 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:14,966 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:14,967 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.171216 video=0.000000 2019-01-18 21:17:14,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:14,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:14,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:14,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:15,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:15,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:15,984 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:15,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:15,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:15,988 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:15,989 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 80.8,u= 79.2], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:15,990 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.256192 video=0.000000 2019-01-18 21:17:15,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:15,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:15,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:15,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,049 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73804b70]. 2019-01-18 21:17:16,050 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7382b230], local statistics available: Local current jitter buffer size: 60.0ms 2019-01-18 21:17:16,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:16,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:16,054 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:16,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,339 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=16.630206 ms 2019-01-18 21:17:16,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:16,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:16,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:16,948 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:16,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:16,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:16,952 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:16,954 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.1], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:16,955 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.401150 video=0.000000 2019-01-18 21:17:16,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:16,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:16,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:16,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,351 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x7382b230]: receiving RTCP SR 2019-01-18 21:17:17,352 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=7.750000 ms, rt_prop=0.005493 sec 2019-01-18 21:17:17,353 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2019-01-18 21:17:17,354 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2019-01-18 21:17:17,355 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x7382f4b8][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 0.8ms RT propagation : 0.5ms 2019-01-18 21:17:17,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:17,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:17,358 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:17,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:17,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:17,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:17,958 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=22.624307 ms 2019-01-18 21:17:17,959 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:17,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:17,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:17,962 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:17,962 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:17,963 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.394800 video=0.000000 2019-01-18 21:17:17,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:17,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:17,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:17,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,018 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73804b70]. 2019-01-18 21:17:18,019 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7382b230], local statistics available: Local current jitter buffer size: 60.0ms 2019-01-18 21:17:18,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:18,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:18,021 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:18,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:18,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:18,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:18,954 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:18,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:18,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:18,958 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:18,960 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 79.2,u= 79.2], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 1.0], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:18,961 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.130310 video=0.000000 2019-01-18 21:17:18,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:18,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:18,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:18,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,533 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=28.471342 ms 2019-01-18 21:17:19,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:19,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:19,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:19,983 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:19,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:19,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:19,987 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:19,987 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:19,988 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.171859 video=0.000000 2019-01-18 21:17:19,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:19,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:19,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:19,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,428 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x7382b230]: receiving RTCP SR 2019-01-18 21:17:20,428 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=8.625000 ms, rt_prop=0.001678 sec 2019-01-18 21:17:20,429 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2019-01-18 21:17:20,430 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2019-01-18 21:17:20,431 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x7382f4b8][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 0.9ms RT propagation : 0.2ms 2019-01-18 21:17:20,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:20,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:20,433 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:20,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:20,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:20,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:20,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:20,989 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:20,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:20,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:20,992 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:20,993 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 80.8,u= 79.2], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:20,994 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.329797 video=0.000000 2019-01-18 21:17:20,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:20,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:20,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,051 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73804b70]. 2019-01-18 21:17:21,052 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7382b230], local statistics available: Local current jitter buffer size: 60.0ms 2019-01-18 21:17:21,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:21,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:21,056 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:21,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,169 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=34.936242 ms 2019-01-18 21:17:21,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:21,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382dd60) 2019-01-18 21:17:21,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:21,953 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:21,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0xedea20, 0x7382d8a0, 0x7382de18) 2019-01-18 21:17:21,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-01-18 21:17:21,956 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_stats_updated] 2019-01-18 21:17:21,958 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7382d8a0]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 1.1], video=[d= 0.0,u= 0.0] kbits/sec 2019-01-18 21:17:21,959 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.131534 video=0.000000 2019-01-18 21:17:21,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:21,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:21,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:21,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:22,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:22,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:22,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:22,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:22,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:22,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd3f890 2019-01-18 21:17:22,085 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:22,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7580d428 [0xedea20]) 2019-01-18 21:17:22,089 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:22,090 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2019-01-18 21:17:22,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd3f7dc 2019-01-18 21:17:22,094 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_pifaceboard.3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:22,096 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:22,097 [DEBUG] [doorpi.action.handler] [85346Y] fire for event OnKeyDown_3 this actions [] 2019-01-18 21:17:22,099 [TRACE] [doorpi.action.handler] [85346Y] try to fire action CallAction with args () and kwargs {'number': '**623'} 2019-01-18 21:17:22,100 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**623'} 2019-01-18 21:17:22,101 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:22,101 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-01-18 21:17:22,102 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2019-01-18 21:17:22,102 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_pifaceboard.3 - skip fire_event OnKeyDown_pifaceboard.3 from doorpi.keyboard.from_piface 2019-01-18 21:17:22,103 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_pifaceboard.3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:22,105 [DEBUG] [doorpi.sipphone.from_linphone] call (**623) 2019-01-18 21:17:22,105 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_3 - skip fire_event OnKeyPressed_3 from doorpi.keyboard.from_piface 2019-01-18 21:17:22,107 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-18 21:17:22,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:22,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73800e18) 2019-01-18 21:17:22,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-18 21:17:22,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb0610 2019-01-18 21:17:22,111 [DEBUG] [doorpi.action.handler] [46TGNS] fire for event OnKeyPressed_pifaceboard.3 this actions [] 2019-01-18 21:17:22,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-18 21:17:22,112 [TRACE] [doorpi.action.handler] [46TGNS] try to fire action SleepAction with args (0.0,) and kwargs {} 2019-01-18 21:17:22,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb0610 2019-01-18 21:17:22,112 [TRACE] [doorpi.action.base] run SleepAction with args (0.0,) and kwargs {} 2019-01-18 21:17:22,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb0610 2019-01-18 21:17:22,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb0610 2019-01-18 21:17:22,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb0610 [0x73800e18]) 2019-01-18 21:17:22,116 [TRACE] [doorpi.action.handler] [46TGNS] finished fire_event for event_name OnKeyPressed_pifaceboard.3 2019-01-18 21:17:22,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x739741a0 2019-01-18 21:17:22,117 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2019-01-18 21:17:22,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x7580d428 [0xedea20]) 2019-01-18 21:17:22,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0xedea20, 0x7382cfb0) 2019-01-18 21:17:22,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-01-18 21:17:22,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xedea20, 0x7382d8a0, 13, "Call terminated") 2019-01-18 21:17:22,126 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2019-01-18 21:17:22,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cb0550 [0x7382d8a0]) 2019-01-18 21:17:22,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73800e18) 2019-01-18 21:17:22,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-01-18 21:17:22,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cb05f0 2019-01-18 21:17:22,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-01-18 21:17:22,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cb05f0 2019-01-18 21:17:22,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cb05f0 2019-01-18 21:17:22,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cb05f0 2019-01-18 21:17:22,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cb05f0 [0x73800e18]) 2019-01-18 21:17:22,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x739741d0 2019-01-18 21:17:22,130 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-18 21:17:22,132 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-18 21:17:22,133 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:17:22,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:22,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8cc 2019-01-18 21:17:22,135 [DEBUG] [doorpi.action.handler] [M129IP] fire for event OnCallStateDisconnect this actions [, , ] 2019-01-18 21:17:22,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:22,136 [TRACE] [doorpi.action.handler] [M129IP] try to fire action > with args () and kwargs {} 2019-01-18 21:17:22,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8cc 2019-01-18 21:17:22,137 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-18 21:17:22,137 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-01-18 21:17:22,138 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-01-18 21:17:22,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7580d428 [0xedea20]) 2019-01-18 21:17:22,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd3f8cc 2019-01-18 21:17:22,141 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-01-18 21:17:22,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-01-18 21:17:22,143 [TRACE] [doorpi.action.handler] [M129IP] try to fire action > with args () and kwargs {} 2019-01-18 21:17:22,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0xd3f8cc 2019-01-18 21:17:22,144 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1927279728]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2019-01-18 21:17:22,144 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-01-18 21:17:22,145 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-01-18 21:17:22,145 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-01-18 21:17:22,146 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x7382d8a0] which is currently in state LinphoneCallOutgoingEarlyMedia 2019-01-18 21:17:22,148 [TRACE] [doorpi.action.handler] [M129IP] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'REL1'} 2019-01-18 21:17:22,148 [INFO] [doorpi.sipphone.from_linphone] Cancelling INVITE request from ["DoorPi" ] to [sip:**623@192.168.1.1] 2019-01-18 21:17:22,150 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'REL1'} 2019-01-18 21:17:22,150 [TRACE] [doorpi.action.handler] [85346Y] finished fire_event for event_name OnKeyDown_3 2019-01-18 21:17:22,151 [INFO] [doorpi.sipphone.from_linphone] Found transaction [0xef9ba8] matching request. 2019-01-18 21:17:22,155 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [CANCEL] transaction [0x71d028d8], from state [INIT] to [TRYING] 2019-01-18 21:17:22,154 [DEBUG] [doorpi.keyboard.from_piface] out(pin = 1, value = False, log_output = True) 2019-01-18 21:17:22,155 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [279] bytes CANCEL sip:**623@192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.brKMExTwY;rport Call-ID: FRT7-cv5tY From: "DoorPi" ;tag=a~b~elN4n To: sip:**623@192.168.1.1 Max-Forwards: 70 CSeq: 21 CANCEL User-Agent: (belle-sip/1.4.2) 2019-01-18 21:17:22,151 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-01-18 21:17:22,157 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-01-18 21:17:22,159 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2019-01-18 21:17:22,160 [TRACE] [doorpi.action.handler] [M129IP] finished fire_event for event_name OnCallStateDisconnect 2019-01-18 21:17:22,160 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-01-18 21:17:22,161 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2019-01-18 21:17:22,162 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-01-18 21:17:22,163 [INFO] [doorpi.sipphone.from_linphone] sent 529 packets 2019-01-18 21:17:22,163 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-01-18 21:17:22,163 [INFO] [doorpi.sipphone.from_linphone] 90988 bytes 2019-01-18 21:17:22,164 [INFO] [doorpi.sipphone.from_linphone] received 538 packets 2019-01-18 21:17:22,164 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-01-18 21:17:22,165 [INFO] [doorpi.sipphone.from_linphone] 92536 bytes 2019-01-18 21:17:22,166 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 91332 bytes 2019-01-18 21:17:22,166 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2019-01-18 21:17:22,166 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2019-01-18 21:17:22,167 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2019-01-18 21:17:22,167 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2019-01-18 21:17:22,168 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-01-18 21:17:22,168 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0xf673a0,0-->MSVolume:0xf0a0f8,0 2019-01-18 21:17:22,169 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0xf0a0f8,0-->MSAudioMixer:0xf09b58,0 2019-01-18 21:17:22,169 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xf09b58,0-->MSUlawEnc:0xef82f8,0 2019-01-18 21:17:22,169 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0xef82f8,0-->MSRtpSend:0x7382b6d8,0 2019-01-18 21:17:22,170 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0xf01130,0-->MSUlawDec:0xef1030,0 2019-01-18 21:17:22,171 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0xef1030,0-->MSGenericPLC:0xef4450,0 2019-01-18 21:17:22,172 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0xef4450,0-->MSDtmfGen:0xefa390,0 2019-01-18 21:17:22,172 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0xefa390,0-->MSVolume:0xf0a178,0 2019-01-18 21:17:22,172 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0xf0a178,0-->MSTee:0xf48098,0 2019-01-18 21:17:22,173 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0xf48098,0-->MSEqualizer:0xf07d38,0 2019-01-18 21:17:22,173 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0xf07d38,0-->MSAudioMixer:0xf66880,0 2019-01-18 21:17:22,174 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0xf65c90,0-->MSResample:0xeefa40,0 2019-01-18 21:17:22,174 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0xeefa40,0-->MSAudioMixer:0xf66880,1 2019-01-18 21:17:22,175 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xf66880,0-->MSAlsaWrite:0xf41c58,0 2019-01-18 21:17:22,175 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xf48118,1-->MSResample:0xef46f0,0 2019-01-18 21:17:22,176 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0xef46f0,0-->MSOpusEnc:0xf66d48,0 2019-01-18 21:17:22,176 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0xf66d48,0-->MSMKVRecorder:0xf4bf98,1 2019-01-18 21:17:22,177 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0xef4250,0-->MSMKVRecorder:0xf4bf98,0 2019-01-18 21:17:22,177 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xf09b58,1-->MSAudioMixer:0xf48118,0 2019-01-18 21:17:22,178 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0xf48098,1-->MSAudioMixer:0xf48118,1 2019-01-18 21:17:22,179 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0xf48118,0-->MSFileRec:0xf41cd8,0 2019-01-18 21:17:22,179 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2019-01-18 21:17:22,180 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-01-18 21:17:22,180 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-01-18 21:17:22,181 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-01-18 21:17:22,182 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-01-18 21:17:22,182 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 583 0.320562 37.2615 2019-01-18 21:17:22,183 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 1063 0.124853 26.4409 2019-01-18 21:17:22,183 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 99 0.582147 11.5869 2019-01-18 21:17:22,184 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 1063 0.0431198 9.13175 2019-01-18 21:17:22,184 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 1086 0.0368636 7.97559 2019-01-18 21:17:22,184 [INFO] [doorpi.sipphone.from_linphone] MSVolume 1035 0.00795627 1.64061 2019-01-18 21:17:22,185 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 499 0.0149066 1.48348 2019-01-18 21:17:22,186 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 3189 0.00221347 1.4054 2019-01-18 21:17:22,186 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 531 0.0110682 1.172 2019-01-18 21:17:22,186 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 1063 0.00297925 0.630935 2019-01-18 21:17:22,187 [INFO] [doorpi.sipphone.from_linphone] MSTee 536 0.0030437 0.325321 2019-01-18 21:17:22,187 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 1063 0.0014143 0.299516 2019-01-18 21:17:22,188 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 1063 0.00101856 0.215706 2019-01-18 21:17:22,188 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 1063 0.000949083 0.200993 2019-01-18 21:17:22,189 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 536 0.00144699 0.154659 2019-01-18 21:17:22,189 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 99 0.00164426 0.032727 2019-01-18 21:17:22,190 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 49 0.00216562 0.021552 2019-01-18 21:17:22,190 [INFO] [doorpi.sipphone.from_linphone] MSResample 99 0.00102288 0.0203592 2019-01-18 21:17:22,191 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2019-01-18 21:17:22,191 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-01-18 21:17:22,192 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-01-18 21:17:22,192 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-01-18 21:17:22,193 [INFO] [doorpi.sipphone.from_linphone] Call 0x7382d8a0: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallEnd 2019-01-18 21:17:22,193 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-01-18 21:17:22,194 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_log_updated] 2019-01-18 21:17:22,194 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-01-18 21:17:22,194 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xedea20] notifying [call_state_changed] 2019-01-18 21:17:22,195 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [331] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 487 Request Cancelled Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.brKMExTwY;rport=5060 From: "DoorPi" ;tag=a~b~elN4n To: ;tag=61ED01E1AF8A6DEF Call-ID: FRT7-cv5tY CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7490 (UI) 113.07.01 (Aug 29 2018) Content-Length: 0 2019-01-18 21:17:22,199 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [331] bytes parsed 2019-01-18 21:17:22,200 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:17:22,201 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0xef9ba8], from state [PROCEEDING] to [COMPLETED] 2019-01-18 21:17:22,202 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: message sent to [UDP://192.168.1.1:5060], size: [368] bytes ACK sip:**623@192.168.1.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.brKMExTwY;rport Call-ID: FRT7-cv5tY From: "DoorPi" ;tag=a~b~elN4n To: ;tag=61ED01E1AF8A6DEF Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 21 ACK 2019-01-18 21:17:22,202 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xf43b58]: now updated by transaction [0xef9ba8]. 2019-01-18 21:17:22,203 [INFO] [doorpi.sipphone.from_linphone] dialog [0xf43b58] deleted. 2019-01-18 21:17:22,204 [INFO] [doorpi.sipphone.from_linphone] op [0x7382d168] : set_or_update_dialog() current=[0xf43b58] new=[0xf43b58] 2019-01-18 21:17:22,204 [INFO] [doorpi.sipphone.from_linphone] Op [0x7382d168] receiving call response [487], dialog is [0xf43b58] in state [BELLE_SIP_DIALOG_TERMINATED] 2019-01-18 21:17:22,205 [INFO] [doorpi.sipphone.from_linphone] Notifying soundcard that we don't need it anymore for calls. 2019-01-18 21:17:22,256 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650]: received [366] new bytes from [UDP://192.168.1.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.12:5060;branch=z9hG4bK.brKMExTwY;rport=5060 From: "DoorPi" ;tag=a~b~elN4n To: Call-ID: FRT7-cv5tY CSeq: 21 CANCEL User-Agent: AVM FRITZ!Box 7490 (UI) 113.07.01 (Aug 29 2018) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2019-01-18 21:17:22,261 [INFO] [doorpi.sipphone.from_linphone] channel [0xf0b650] [366] bytes parsed 2019-01-18 21:17:22,261 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-01-18 21:17:22,262 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [CANCEL] transaction [0x71d028d8], from state [TRYING] to [COMPLETED] 2019-01-18 21:17:22,263 [INFO] [doorpi.sipphone.from_linphone] op [0x7382d168] : set_or_update_dialog() current=[0xf43b58] new=[(nil)] 2019-01-18 21:17:22,263 [INFO] [doorpi.sipphone.from_linphone] Op [0x7382d168] receiving call response [200], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2019-01-18 21:17:22,264 [ERROR] [doorpi.sipphone.from_linphone] sal process_dialog_terminated no op found for this dialog [0xf43b58], ignoring 2019-01-18 21:17:22,449 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:22,450 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:22,450 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_piface 2019-01-18 21:17:22,451 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_pifaceboard.3 from doorpi.keyboard.from_piface asyncron 2019-01-18 21:17:22,452 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_3 - skip fire_event OnKeyUp_3 from doorpi.keyboard.from_piface 2019-01-18 21:17:22,454 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_pifaceboard.3 - skip fire_event OnKeyUp_pifaceboard.3 from doorpi.keyboard.from_piface 2019-01-18 21:17:27,277 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [CANCEL] transaction [0x71d028d8], from state [COMPLETED] to [TERMINATED] 2019-01-18 21:17:27,278 [INFO] [doorpi.sipphone.from_linphone] Client CANCEL transaction [0x71d028d8] terminated