2017-07-21 15:22:12,000 [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 2017-07-21 15:22:12,000 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2017-07-21 15:22:12,001 [DEBUG] [doorpi.doorpi] run 2017-07-21 15:22:12,001 [DEBUG] [doorpi.doorpi] prepare 2017-07-21 15:22:12,001 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2017-07-21 15:22:12,003 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2017-07-21 15:22:12,008 [DEBUG] [doorpi.conf.config_object] __init__ 2017-07-21 15:22:12,008 [TRACE] [doorpi.conf.config_object] get_from_config 2017-07-21 15:22:12,011 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2017-07-21 15:22:12,011 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2017-07-21 15:22:12,011 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2017-07-21 15:22:12,013 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2017-07-21 15:22:12,014 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2017-07-21 15:22:12,014 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2017-07-21 15:22:12,014 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2017-07-21 15:22:12,014 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2017-07-21 15:22:12,014 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2017-07-21 15:22:12,015 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2017-07-21 15:22:12,015 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2017-07-21 15:22:12,015 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2017-07-21 15:22:12,015 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2017-07-21 15:22:12,015 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2017-07-21 15:22:12,015 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2017-07-21 15:22:12,016 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2017-07-21 15:22:12,017 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2017-07-21 15:22:12,018 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2017-07-21 15:22:12,019 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2017-07-21 15:22:12,019 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2017-07-21 15:22:12,020 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2017-07-21 15:22:12,020 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2017-07-21 15:22:12,022 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2017-07-21 15:22:12,022 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2017-07-21 15:22:12,022 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2017-07-21 15:22:12,022 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2017-07-21 15:22:12,023 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2017-07-21 15:22:12,023 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2017-07-21 15:22:12,023 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2017-07-21 15:22:12,024 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2017-07-21 15:22:12,024 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2017-07-21 15:22:12,024 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2017-07-21 15:22:12,025 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2017-07-21 15:22:12,025 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2017-07-21 15:22:12,025 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2017-07-21 15:22:12,026 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2017-07-21 15:22:12,026 [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 2017-07-21 15:22:12,027 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2017-07-21 15:22:12,027 [WARNING] [root] section WritePermission not found in configfile 2017-07-21 15:22:12,027 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns [] 2017-07-21 15:22:12,027 [WARNING] [root] section ReadPermission not found in configfile 2017-07-21 15:22:12,028 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2017-07-21 15:22:12,028 [WARNING] [root] section Group not found in configfile 2017-07-21 15:22:12,028 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns [] 2017-07-21 15:22:12,028 [WARNING] [root] section User not found in configfile 2017-07-21 15:22:12,028 [TRACE] [doorpi.conf.config_object] get_keys for section User returns [] 2017-07-21 15:22:12,029 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_OutputPins', 'onboardpins_keyboard', 'keyboards', 'AdminNumbers', 'SIP-Phone', 'EVENT_OnKeyUp_0', 'DoorPiWeb', 'EVENT_OnKeyPressed_0', 'onboardpins_InputPins', 'DoorPi'] 2017-07-21 15:22:12,029 [ERROR] [doorpi.status.webserver] no ReadPermission found 2017-07-21 15:22:12,029 [ERROR] [doorpi.status.webserver] no groups in configfile! 2017-07-21 15:22:12,029 [ERROR] [doorpi.status.webserver] no WritePermission found 2017-07-21 15:22:12,030 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2017-07-21 15:22:12,030 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2017-07-21 15:22:12,030 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2017-07-21 15:22:12,031 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,031 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2017-07-21 15:22:12,032 [DEBUG] [doorpi.action.handler] [SAZJ3C] fire for event OnWebServerStart this actions [] 2017-07-21 15:22:12,032 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,032 [TRACE] [doorpi.action.handler] [SAZJ3C] try to fire action WebServerStartupAction with args () and kwargs {} 2017-07-21 15:22:12,033 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,033 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2017-07-21 15:22:12,033 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,033 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,034 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,034 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,034 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,034 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,034 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,035 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,035 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,035 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,035 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,036 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,036 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2017-07-21 15:22:12,036 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2017-07-21 15:22:12,036 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2017-07-21 15:22:12,036 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2017-07-21 15:22:12,037 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns piface 2017-07-21 15:22:12,037 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['1', '0', '3', '2', '5', '4', '7', '6'] 2017-07-21 15:22:12,037 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '3', '2', '5', '4', '7', '6'] 2017-07-21 15:22:12,037 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 200.0 2017-07-21 15:22:12,038 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2017-07-21 15:22:12,038 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2017-07-21 15:22:12,039 [DEBUG] [doorpi.keyboard.from_piface] doorpi.keyboard.from_piface loaded 2017-07-21 15:22:12,064 [DEBUG] [doorpi.keyboard.from_piface] __init__(input_pins = ['1', '0', '3', '2', '5', '4', '7', '6'], output_pins = ['1', '0', '3', '2', '5', '4', '7', '6'], polarity = 0) 2017-07-21 15:22:12,107 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:22:12,108 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was added 2017-07-21 15:22:12,108 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,108 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,108 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_1 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,109 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,109 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.1 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,109 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-07-21 15:22:12,109 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,109 [TRACE] [doorpi.action.handler] register Event OnKeyUp_1 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,110 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_1 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,110 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,110 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.1 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,110 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:22:12,111 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,111 [TRACE] [doorpi.action.handler] register Event OnKeyDown_1 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,111 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_1 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,111 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,111 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.1 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,112 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:22:12,112 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,112 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,112 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_0 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,112 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,113 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.0 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,113 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-07-21 15:22:12,113 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,113 [TRACE] [doorpi.action.handler] register Event OnKeyUp_0 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,113 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_0 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,114 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,114 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.0 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,114 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:22:12,114 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,115 [TRACE] [doorpi.action.handler] register Event OnKeyDown_0 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,115 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_0 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,115 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,115 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.0 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,115 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:22:12,116 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,116 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_3 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,116 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_3 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,116 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.3 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,116 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.3 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,117 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-07-21 15:22:12,117 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,117 [TRACE] [doorpi.action.handler] register Event OnKeyUp_3 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,117 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_3 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,117 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.3 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,117 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.3 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,118 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:22:12,118 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,118 [TRACE] [doorpi.action.handler] register Event OnKeyDown_3 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,118 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_3 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,118 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.3 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,119 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.3 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,119 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:22:12,119 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,119 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_2 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,120 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_2 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,120 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.2 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,120 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.2 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,120 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-07-21 15:22:12,121 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,121 [TRACE] [doorpi.action.handler] register Event OnKeyUp_2 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,121 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_2 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,121 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.2 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,121 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.2 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,122 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:22:12,122 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,122 [TRACE] [doorpi.action.handler] register Event OnKeyDown_2 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,122 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_2 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,122 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.2 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,123 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.2 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,123 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:22:12,123 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,123 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_5 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,124 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_5 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,124 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.5 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,124 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.5 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,124 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-07-21 15:22:12,124 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,125 [TRACE] [doorpi.action.handler] register Event OnKeyUp_5 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,125 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_5 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,125 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.5 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,125 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.5 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,125 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:22:12,126 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,126 [TRACE] [doorpi.action.handler] register Event OnKeyDown_5 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,126 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_5 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,126 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.5 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,126 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.5 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,127 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:22:12,127 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,127 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_4 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,127 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_4 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,127 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.4 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,128 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.4 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,128 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-07-21 15:22:12,128 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,128 [TRACE] [doorpi.action.handler] register Event OnKeyUp_4 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,128 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_4 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,129 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.4 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,129 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.4 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,129 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:22:12,129 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,129 [TRACE] [doorpi.action.handler] register Event OnKeyDown_4 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,130 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_4 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,130 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.4 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,130 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.4 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,130 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:22:12,130 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,131 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_7 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,131 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_7 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,131 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.7 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,131 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.7 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,131 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-07-21 15:22:12,132 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,132 [TRACE] [doorpi.action.handler] register Event OnKeyUp_7 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,132 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_7 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,132 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.7 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,132 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.7 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,133 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:22:12,133 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,133 [TRACE] [doorpi.action.handler] register Event OnKeyDown_7 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,133 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_7 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,133 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.7 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,134 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.7 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,134 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:22:12,134 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,134 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_6 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,134 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_6 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,135 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.6 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,135 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.6 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,135 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-07-21 15:22:12,135 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,135 [TRACE] [doorpi.action.handler] register Event OnKeyUp_6 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,136 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_6 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,136 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.6 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,136 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.6 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,136 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:22:12,136 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-07-21 15:22:12,137 [TRACE] [doorpi.action.handler] register Event OnKeyDown_6 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,137 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_6 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,137 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.6 from doorpi.keyboard.from_piface 2017-07-21 15:22:12,137 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.6 and registered source doorpi.keyboard.from_piface 2017-07-21 15:22:12,156 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2017-07-21 15:22:12,157 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '3', '2', '5', '4', '7', '6'] 2017-07-21 15:22:12,157 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_OutputPins (default: ) returns sleep:0 2017-07-21 15:22:12,157 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_OutputPins (default: ) returns sleep:0 2017-07-21 15:22:12,158 [WARNING] [doorpi.keyboard.KeyboardInterface] overwriting existing name of outputpin "sleep:0" (exists in onboardpins and onboardpins) 2017-07-21 15:22:12,158 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section onboardpins_OutputPins (default: ) returns sleep:0 2017-07-21 15:22:12,158 [WARNING] [doorpi.keyboard.KeyboardInterface] overwriting existing name of outputpin "sleep:0" (exists in onboardpins and onboardpins) 2017-07-21 15:22:12,158 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_OutputPins (default: ) returns sleep:0 2017-07-21 15:22:12,159 [WARNING] [doorpi.keyboard.KeyboardInterface] overwriting existing name of outputpin "sleep:0" (exists in onboardpins and onboardpins) 2017-07-21 15:22:12,159 [TRACE] [doorpi.conf.config_object] get_string for key 5 in section onboardpins_OutputPins (default: ) returns sleep:0 2017-07-21 15:22:12,159 [WARNING] [doorpi.keyboard.KeyboardInterface] overwriting existing name of outputpin "sleep:0" (exists in onboardpins and onboardpins) 2017-07-21 15:22:12,159 [TRACE] [doorpi.conf.config_object] get_string for key 4 in section onboardpins_OutputPins (default: ) returns sleep:0 2017-07-21 15:22:12,159 [WARNING] [doorpi.keyboard.KeyboardInterface] overwriting existing name of outputpin "sleep:0" (exists in onboardpins and onboardpins) 2017-07-21 15:22:12,160 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section onboardpins_OutputPins (default: ) returns sleep:0 2017-07-21 15:22:12,160 [WARNING] [doorpi.keyboard.KeyboardInterface] overwriting existing name of outputpin "sleep:0" (exists in onboardpins and onboardpins) 2017-07-21 15:22:12,160 [TRACE] [doorpi.conf.config_object] get_string for key 6 in section onboardpins_OutputPins (default: ) returns sleep:0 2017-07-21 15:22:12,160 [WARNING] [doorpi.keyboard.KeyboardInterface] overwriting existing name of outputpin "sleep:0" (exists in onboardpins and onboardpins) 2017-07-21 15:22:12,162 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2017-07-21 15:22:12,163 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2017-07-21 15:22:12,165 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2017-07-21 15:22:12,166 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2017-07-21 15:22:12,191 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2017-07-21 15:22:12,192 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2017-07-21 15:22:12,194 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2017-07-21 15:22:12,205 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2017-07-21 15:22:12,208 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2017-07-21 15:22:12,209 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2017-07-21 15:22:12,210 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2017-07-21 15:22:12,211 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2017-07-21 15:22:12,213 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2017-07-21 15:22:12,214 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2017-07-21 15:22:12,215 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2017-07-21 15:22:12,216 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2017-07-21 15:22:12,216 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,216 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2017-07-21 15:22:12,216 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,217 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,217 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,217 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,217 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,217 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,218 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,218 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,218 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,218 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,218 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,219 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,219 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,219 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,219 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,219 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,219 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,220 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,220 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,220 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,220 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,221 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,221 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2017-07-21 15:22:12,221 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2017-07-21 15:22:12,221 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2017-07-21 15:22:12,221 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,222 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2017-07-21 15:22:12,222 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,222 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,222 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,222 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,223 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,223 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,223 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,223 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,223 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,224 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,224 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,224 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,224 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,224 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,225 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,225 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,225 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,225 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,225 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,226 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,226 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,226 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,226 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,226 [WARNING] [root] section DTMF not found in configfile 2017-07-21 15:22:12,227 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2017-07-21 15:22:12,227 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,227 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2017-07-21 15:22:12,227 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,227 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,228 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,228 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,228 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,228 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,228 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,229 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,229 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,229 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,229 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,229 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,230 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,230 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,230 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,230 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,230 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,231 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,231 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:12,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2017-07-21 15:22:12,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x75b5dde8 2017-07-21 15:22:12,233 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:12,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2017-07-21 15:22:12,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x75b5dde8 2017-07-21 15:22:12,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x74606030, "(null)", "(null)") 2017-07-21 15:22:12,234 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2017-07-21 15:22:12,234 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2017-07-21 15:22:12,234 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2017-07-21 15:22:12,235 [INFO] [doorpi.sipphone.from_linphone] srtp init 2017-07-21 15:22:12,241 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2017-07-21 15:22:12,278 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2017-07-21 15:22:12,282 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC0D0c' failed (-2) 2017-07-21 15:22:12,284 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2017-07-21 15:22:12,284 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2017-07-21 15:22:12,285 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2017-07-21 15:22:12,285 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2017-07-21 15:22:12,286 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2017-07-21 15:22:12,286 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2017-07-21 15:22:12,286 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2017-07-21 15:22:12,287 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2017-07-21 15:22:12,287 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x8007e8] registered on core [0x800ab8] 2017-07-21 15:22:12,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x8007e8, 1, "Starting up") 2017-07-21 15:22:12,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2017-07-21 15:22:12,287 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [global_state_changed] 2017-07-21 15:22:12,288 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2017-07-21 15:22:12,288 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2017-07-21 15:22:12,288 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2017-07-21 15:22:12,288 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2017-07-21 15:22:12,289 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2017-07-21 15:22:12,289 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-07-21 15:22:12,289 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-07-21 15:22:12,289 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2017-07-21 15:22:12,290 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2017-07-21 15:22:12,290 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2017-07-21 15:22:12,290 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2017-07-21 15:22:12,290 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2017-07-21 15:22:12,291 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2017-07-21 15:22:12,291 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2017-07-21 15:22:12,291 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2017-07-21 15:22:12,291 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2017-07-21 15:22:12,291 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2017-07-21 15:22:12,292 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2017-07-21 15:22:12,292 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2017-07-21 15:22:12,292 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2017-07-21 15:22:12,292 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2017-07-21 15:22:12,293 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2017-07-21 15:22:12,293 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2017-07-21 15:22:12,293 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-07-21 15:22:12,293 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-07-21 15:22:12,293 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-07-21 15:22:12,294 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-07-21 15:22:12,294 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-07-21 15:22:12,294 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-07-21 15:22:12,294 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-07-21 15:22:12,295 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-07-21 15:22:12,295 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-07-21 15:22:12,295 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-07-21 15:22:12,295 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2017-07-21 15:22:12,295 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2017-07-21 15:22:12,296 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2017-07-21 15:22:12,296 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-07-21 15:22:12,296 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-07-21 15:22:12,296 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-07-21 15:22:12,297 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-07-21 15:22:12,297 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-07-21 15:22:12,297 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-07-21 15:22:12,297 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2017-07-21 15:22:12,297 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2017-07-21 15:22:12,298 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2017-07-21 15:22:12,298 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2017-07-21 15:22:12,298 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2017-07-21 15:22:12,298 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2017-07-21 15:22:12,299 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2017-07-21 15:22:12,299 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2017-07-21 15:22:12,299 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2017-07-21 15:22:12,299 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2017-07-21 15:22:12,299 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2017-07-21 15:22:12,300 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2017-07-21 15:22:12,300 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2017-07-21 15:22:12,300 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2017-07-21 15:22:12,300 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2017-07-21 15:22:12,301 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2017-07-21 15:22:12,301 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2017-07-21 15:22:12,301 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2017-07-21 15:22:12,301 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2017-07-21 15:22:12,301 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2017-07-21 15:22:12,302 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2017-07-21 15:22:12,302 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2017-07-21 15:22:12,302 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2017-07-21 15:22:12,302 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2017-07-21 15:22:12,303 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2017-07-21 15:22:12,303 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2017-07-21 15:22:12,303 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2017-07-21 15:22:12,303 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2017-07-21 15:22:12,303 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2017-07-21 15:22:12,304 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2017-07-21 15:22:12,304 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2017-07-21 15:22:12,304 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2017-07-21 15:22:12,304 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2017-07-21 15:22:12,305 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2017-07-21 15:22:12,305 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2017-07-21 15:22:12,305 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2017-07-21 15:22:12,305 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2017-07-21 15:22:12,305 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2017-07-21 15:22:12,306 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2017-07-21 15:22:12,306 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2017-07-21 15:22:12,306 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2017-07-21 15:22:12,306 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-07-21 15:22:12,307 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-07-21 15:22:12,307 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-07-21 15:22:12,307 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-07-21 15:22:12,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x8007e8, 2, "(null)") 2017-07-21 15:22:12,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2017-07-21 15:22:12,308 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [configuring_status] 2017-07-21 15:22:12,308 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2017-07-21 15:22:12,308 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2017-07-21 15:22:12,308 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2017-07-21 15:22:12,309 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2017-07-21 15:22:12,309 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2017-07-21 15:22:12,309 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-07-21 15:22:12,309 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-07-21 15:22:12,310 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2017-07-21 15:22:12,310 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2017-07-21 15:22:12,310 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2017-07-21 15:22:12,310 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2017-07-21 15:22:12,311 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2017-07-21 15:22:12,311 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2017-07-21 15:22:12,311 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2017-07-21 15:22:12,311 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2017-07-21 15:22:12,311 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-07-21 15:22:12,312 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-07-21 15:22:12,312 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2017-07-21 15:22:12,312 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2017-07-21 15:22:12,312 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2017-07-21 15:22:12,313 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-07-21 15:22:12,313 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-07-21 15:22:12,313 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2017-07-21 15:22:12,313 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x7dde38] on [sip:0.0.0.0:5060;transport=UDP] 2017-07-21 15:22:12,314 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x7de048] on [sip:0.0.0.0:5060;transport=TCP] 2017-07-21 15:22:12,314 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x7de220] on [sip:0.0.0.0:-1;transport=TLS] 2017-07-21 15:22:12,314 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 34225 2017-07-21 15:22:12,314 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-07-21 15:22:12,315 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-07-21 15:22:12,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x8007e8, 2, "Ready") 2017-07-21 15:22:12,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2017-07-21 15:22:12,317 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [global_state_changed] 2017-07-21 15:22:12,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x75b5dde8 2017-07-21 15:22:12,318 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2017-07-21 15:22:12,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x75b5dde8 [0x8007e8], "DoorPi ") 2017-07-21 15:22:12,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2017-07-21 15:22:12,319 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2017-07-21 15:22:12,320 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2017-07-21 15:22:12,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x75b5dde8 [0x8007e8], 2) 2017-07-21 15:22:12,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2017-07-21 15:22:12,321 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-07-21 15:22:12,321 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2017-07-21 15:22:12,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x75b5dde8 [0x8007e8], 0x2e0614 [0]) 2017-07-21 15:22:12,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2017-07-21 15:22:12,322 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2017-07-21 15:22:12,322 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2017-07-21 15:22:12,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2017-07-21 15:22:12,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x75b5de00 2017-07-21 15:22:12,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x75b5dde8 [0x8007e8], 0x75b5de00 [0x75b5de08]) 2017-07-21 15:22:12,323 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x7dde38] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2017-07-21 15:22:12,323 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x7de048] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2017-07-21 15:22:12,324 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x7de220] on [sip:0.0.0.0:34225;transport=TLS] destroyed 2017-07-21 15:22:12,324 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2017-07-21 15:22:12,324 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x85d798] on [sip:0.0.0.0:5060;transport=UDP] 2017-07-21 15:22:12,324 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x843890] on [sip:0.0.0.0:5060;transport=TCP] 2017-07-21 15:22:12,325 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x7dddb0] on [sip:0.0.0.0:-1;transport=TLS] 2017-07-21 15:22:12,325 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 41313 2017-07-21 15:22:12,325 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-07-21 15:22:12,325 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-07-21 15:22:12,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2017-07-21 15:22:12,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x75b5de00) 2017-07-21 15:22:12,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2017-07-21 15:22:12,326 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2017-07-21 15:22:12,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x75b5dde8 [0x8007e8], 0x2e0614 [0]) 2017-07-21 15:22:12,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2017-07-21 15:22:12,327 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2017-07-21 15:22:12,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x75b5dde8 [0x8007e8], "") 2017-07-21 15:22:12,328 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-07-21 15:22:12,328 [INFO] [doorpi.sipphone.from_linphone] 192.168.0.253 2017-07-21 15:22:12,329 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-07-21 15:22:12,329 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-07-21 15:22:12,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2017-07-21 15:22:12,330 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2017-07-21 15:22:12,330 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2017-07-21 15:22:12,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x75b5dde8 [0x8007e8], 0) 2017-07-21 15:22:12,331 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-07-21 15:22:12,331 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-07-21 15:22:12,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2017-07-21 15:22:12,332 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2017-07-21 15:22:12,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x75b5dde8 [0x8007e8], 120) 2017-07-21 15:22:12,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2017-07-21 15:22:12,333 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2017-07-21 15:22:12,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x75b5dde8 [0x8007e8], 15) 2017-07-21 15:22:12,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2017-07-21 15:22:12,334 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2017-07-21 15:22:12,335 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2017-07-21 15:22:12,335 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2017-07-21 15:22:12,336 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2017-07-21 15:22:12,336 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:12,337 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2017-07-21 15:22:12,337 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:12,337 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:12,337 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:12,337 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:12,338 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2017-07-21 15:22:12,338 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2017-07-21 15:22:12,338 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2017-07-21 15:22:12,338 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2017-07-21 15:22:12,339 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2017-07-21 15:22:12,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x75b5dde8 [0x8007e8], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2017-07-21 15:22:12,340 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:12,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2017-07-21 15:22:12,341 [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 2017-07-21 15:22:12,341 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2017-07-21 15:22:12,341 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:22:12,341 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2017-07-21 15:22:12,342 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:22:12,342 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:22:12,342 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:22:12,342 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:22:12,342 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:22:12,343 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2017-07-21 15:22:12,343 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2017-07-21 15:22:12,343 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2017-07-21 15:22:12,343 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2017-07-21 15:22:12,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74603eb8 2017-07-21 15:22:12,345 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:22:12,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x74600a40 2017-07-21 15:22:12,346 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: default device 2017-07-21 15:22:12,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x75b5dde8 [0x8007e8], "ALSA: default device") 2017-07-21 15:22:12,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2017-07-21 15:22:12,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x74600a10 2017-07-21 15:22:12,347 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: default device 2017-07-21 15:22:12,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x75b5dde8 [0x8007e8], "ALSA: default device") 2017-07-21 15:22:12,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2017-07-21 15:22:12,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74603d78 2017-07-21 15:22:12,348 [INFO] [doorpi.sipphone.from_linphone] found 2 possible sounddevices: 2017-07-21 15:22:12,348 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2017-07-21 15:22:12,349 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-07-21 15:22:12,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74603d78 2017-07-21 15:22:12,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75b5dde8 [0x8007e8], "ALSA: default device") 2017-07-21 15:22:12,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2017-07-21 15:22:12,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75b5dde8 [0x8007e8], "ALSA: default device") 2017-07-21 15:22:12,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2017-07-21 15:22:12,350 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2017-07-21 15:22:12,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75b5dde8 [0x8007e8], "ALSA: bcm2835 ALSA") 2017-07-21 15:22:12,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0614 2017-07-21 15:22:12,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75b5dde8 [0x8007e8], "ALSA: bcm2835 ALSA") 2017-07-21 15:22:12,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2017-07-21 15:22:12,351 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2017-07-21 15:22:12,351 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-07-21 15:22:12,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x74600b00 2017-07-21 15:22:12,352 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: default device 2017-07-21 15:22:12,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x74600ad0 2017-07-21 15:22:12,353 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: default device 2017-07-21 15:22:12,353 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2017-07-21 15:22:12,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b180) 2017-07-21 15:22:12,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f450 2017-07-21 15:22:12,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f450 2017-07-21 15:22:12,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f450 2017-07-21 15:22:12,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b1f0) 2017-07-21 15:22:12,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f440 2017-07-21 15:22:12,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f440 2017-07-21 15:22:12,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f440 2017-07-21 15:22:12,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b258) 2017-07-21 15:22:12,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f460 2017-07-21 15:22:12,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f460 2017-07-21 15:22:12,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f460 2017-07-21 15:22:12,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b2c0) 2017-07-21 15:22:12,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f470 2017-07-21 15:22:12,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f470 2017-07-21 15:22:12,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f470 2017-07-21 15:22:12,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b318) 2017-07-21 15:22:12,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f480 2017-07-21 15:22:12,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f480 2017-07-21 15:22:12,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f480 2017-07-21 15:22:12,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b370) 2017-07-21 15:22:12,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f490 2017-07-21 15:22:12,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f490 2017-07-21 15:22:12,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f490 2017-07-21 15:22:12,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b3c8) 2017-07-21 15:22:12,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f4a0 2017-07-21 15:22:12,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f4a0 2017-07-21 15:22:12,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f4a0 2017-07-21 15:22:12,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b420) 2017-07-21 15:22:12,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f4b0 2017-07-21 15:22:12,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f4b0 2017-07-21 15:22:12,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f4b0 2017-07-21 15:22:12,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b488) 2017-07-21 15:22:12,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f4c0 2017-07-21 15:22:12,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f4c0 2017-07-21 15:22:12,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f4c0 2017-07-21 15:22:12,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b4e0) 2017-07-21 15:22:12,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f4d0 2017-07-21 15:22:12,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f4d0 2017-07-21 15:22:12,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f4d0 2017-07-21 15:22:12,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x74603f30 2017-07-21 15:22:12,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f450 [0x84b180]) 2017-07-21 15:22:12,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fee80 2017-07-21 15:22:12,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f450 [0x84b180]) 2017-07-21 15:22:12,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fee80 2017-07-21 15:22:12,368 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2017-07-21 15:22:12,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f450 [0x84b180], 0x2e0614 [0]) 2017-07-21 15:22:12,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f440 [0x84b1f0]) 2017-07-21 15:22:12,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fefa0 2017-07-21 15:22:12,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f440 [0x84b1f0]) 2017-07-21 15:22:12,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fefa0 2017-07-21 15:22:12,370 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2017-07-21 15:22:12,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f440 [0x84b1f0], 0x2e0614 [0]) 2017-07-21 15:22:12,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f460 [0x84b258]) 2017-07-21 15:22:12,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fee80 2017-07-21 15:22:12,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f460 [0x84b258]) 2017-07-21 15:22:12,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fee80 2017-07-21 15:22:12,371 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2017-07-21 15:22:12,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f460 [0x84b258], 0x2e0614 [0]) 2017-07-21 15:22:12,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f470 [0x84b2c0]) 2017-07-21 15:22:12,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fefa0 2017-07-21 15:22:12,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f470 [0x84b2c0]) 2017-07-21 15:22:12,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fefa0 2017-07-21 15:22:12,373 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2017-07-21 15:22:12,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f470 [0x84b2c0], 0x2e0620 [1]) 2017-07-21 15:22:12,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f480 [0x84b318]) 2017-07-21 15:22:12,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fee80 2017-07-21 15:22:12,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f480 [0x84b318]) 2017-07-21 15:22:12,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fee80 2017-07-21 15:22:12,375 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2017-07-21 15:22:12,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f480 [0x84b318], 0x2e0620 [1]) 2017-07-21 15:22:12,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f490 [0x84b370]) 2017-07-21 15:22:12,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75b5de00 2017-07-21 15:22:12,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f490 [0x84b370]) 2017-07-21 15:22:12,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75b5de00 2017-07-21 15:22:12,376 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2017-07-21 15:22:12,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f490 [0x84b370], 0x2e0614 [0]) 2017-07-21 15:22:12,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4a0 [0x84b3c8]) 2017-07-21 15:22:12,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fee80 2017-07-21 15:22:12,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4a0 [0x84b3c8]) 2017-07-21 15:22:12,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fee80 2017-07-21 15:22:12,378 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2017-07-21 15:22:12,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f4a0 [0x84b3c8], 0x2e0614 [0]) 2017-07-21 15:22:12,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4b0 [0x84b420]) 2017-07-21 15:22:12,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fefa0 2017-07-21 15:22:12,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4b0 [0x84b420]) 2017-07-21 15:22:12,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745fefa0 2017-07-21 15:22:12,380 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2017-07-21 15:22:12,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f4b0 [0x84b420], 0x2e0614 [0]) 2017-07-21 15:22:12,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4c0 [0x84b488]) 2017-07-21 15:22:12,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75b5de00 2017-07-21 15:22:12,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4c0 [0x84b488]) 2017-07-21 15:22:12,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75b5de00 2017-07-21 15:22:12,382 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2017-07-21 15:22:12,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f4c0 [0x84b488], 0x2e0614 [0]) 2017-07-21 15:22:12,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4d0 [0x84b4e0]) 2017-07-21 15:22:12,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75b5de00 2017-07-21 15:22:12,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4d0 [0x84b4e0]) 2017-07-21 15:22:12,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75b5de00 2017-07-21 15:22:12,384 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2017-07-21 15:22:12,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f4d0 [0x84b4e0], 0x2e0614 [0]) 2017-07-21 15:22:12,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74603eb8 2017-07-21 15:22:12,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74603eb8 2017-07-21 15:22:12,385 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2017-07-21 15:22:12,385 [DEBUG] [doorpi.sipphone.from_linphone] | name 2017-07-21 15:22:12,386 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-07-21 15:22:12,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74603eb8 2017-07-21 15:22:12,386 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2017-07-21 15:22:12,386 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2017-07-21 15:22:12,387 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-07-21 15:22:12,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74603eb8 2017-07-21 15:22:12,387 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns StaticImage: Static picture 2017-07-21 15:22:12,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74603eb8 2017-07-21 15:22:12,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x75b5dde8 [0x8007e8], 0x2e0620 [1]) 2017-07-21 15:22:12,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2017-07-21 15:22:12,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x75b5dde8 [0x8007e8], "StaticImage: Static picture") 2017-07-21 15:22:12,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2017-07-21 15:22:12,389 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2017-07-21 15:22:12,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x75b5dde8 [0x8007e8], "vga") 2017-07-21 15:22:12,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2017-07-21 15:22:12,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x74600bf0 2017-07-21 15:22:12,390 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2017-07-21 15:22:12,390 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2017-07-21 15:22:12,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x84b0e0) 2017-07-21 15:22:12,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-07-21 15:22:12,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d1f4e0 2017-07-21 15:22:12,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-07-21 15:22:12,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d1f4e0 2017-07-21 15:22:12,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d1f4e0 2017-07-21 15:22:12,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x74603ee0 2017-07-21 15:22:12,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4e0 [0x84b0e0]) 2017-07-21 15:22:12,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75b5de00 2017-07-21 15:22:12,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2e0620 2017-07-21 15:22:12,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d1f4e0 [0x84b0e0]) 2017-07-21 15:22:12,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75b5de00 2017-07-21 15:22:12,394 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2017-07-21 15:22:12,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75b5dde8 [0x8007e8], 0x76d1f4e0 [0x84b0e0], 0x2e0620 [1]) 2017-07-21 15:22:12,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x6bb8bc 2017-07-21 15:22:12,394 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.0.253 2017-07-21 15:22:12,395 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns 04041970 2017-07-21 15:22:12,395 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: 04041970) returns ******* 2017-07-21 15:22:12,395 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.0.253) returns fritz.box 2017-07-21 15:22:12,395 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2017-07-21 15:22:12,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:12,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x7de728) 2017-07-21 15:22:12,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2017-07-21 15:22:12,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76d1f4f0 2017-07-21 15:22:12,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2017-07-21 15:22:12,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76d1f4f0 2017-07-21 15:22:12,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76d1f4f0 2017-07-21 15:22:12,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76d1f4f0 2017-07-21 15:22:12,397 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2017-07-21 15:22:12,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2017-07-21 15:22:12,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x85df20) 2017-07-21 15:22:12,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:12,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f500 2017-07-21 15:22:12,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:12,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f500 2017-07-21 15:22:12,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f500 2017-07-21 15:22:12,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76d1f500 2017-07-21 15:22:12,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76d1f4f0 [0x7de728], 0x76d1f500 [0x85df20]) 2017-07-21 15:22:12,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2017-07-21 15:22:12,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76d1f4f0 [0x7de728], "sip:192.168.0.253") 2017-07-21 15:22:12,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2017-07-21 15:22:12,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76d1f4f0 [0x7de728], 0x2e0620 [1]) 2017-07-21 15:22:12,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2017-07-21 15:22:12,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x75b5dde8 [0x8007e8], 0x76d1f4f0 [0x7de728]) 2017-07-21 15:22:12,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x6bb8bc 2017-07-21 15:22:12,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x75b5dde8 [0x8007e8], 0x76d1f4f0 [0x7de728]) 2017-07-21 15:22:12,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2017-07-21 15:22:12,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x75b5dde8 [0x8007e8], "04041970", "(null)", "2CseWoHuV+0404", "(null)", "(null)", "fritz.box") 2017-07-21 15:22:12,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x84e8f8) 2017-07-21 15:22:12,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2017-07-21 15:22:12,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76d1f510 2017-07-21 15:22:12,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2017-07-21 15:22:12,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76d1f510 2017-07-21 15:22:12,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76d1f510 2017-07-21 15:22:12,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76d1f510 2017-07-21 15:22:12,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x75b5dde8 [0x8007e8], 0x76d1f510 [0x84e8f8]) 2017-07-21 15:22:12,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2017-07-21 15:22:12,405 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2017-07-21 15:22:12,405 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnKeyUp_0', 'EVENT_OnKeyPressed_0'] 2017-07-21 15:22:12,406 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyUp_0' in configfile 2017-07-21 15:22:12,406 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyUp_0 returns ['11'] 2017-07-21 15:22:12,406 [INFO] [doorpi.doorpi] registering action '11' for event 'OnKeyUp_0' 2017-07-21 15:22:12,406 [TRACE] [doorpi.conf.config_object] get_string for key 11 in section EVENT_OnKeyUp_0 (default: ) returns call:**614 2017-07-21 15:22:12,407 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2017-07-21 15:22:12,407 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**614'} was added to new evententry OnKeyUp_0 2017-07-21 15:22:12,407 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyPressed_0' in configfile 2017-07-21 15:22:12,408 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_0 returns ['11'] 2017-07-21 15:22:12,408 [INFO] [doorpi.doorpi] registering action '11' for event 'OnKeyPressed_0' 2017-07-21 15:22:12,408 [TRACE] [doorpi.conf.config_object] get_string for key 11 in section EVENT_OnKeyPressed_0 (default: ) returns call:**614 2017-07-21 15:22:12,408 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**614'} was added to new evententry OnKeyPressed_0 2017-07-21 15:22:12,409 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_InputPins (default: ) returns sleep:0 2017-07-21 15:22:12,409 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2017-07-21 15:22:12,410 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.1 2017-07-21 15:22:12,410 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_InputPins (default: ) returns call:**614 2017-07-21 15:22:12,410 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**614'} was added to new evententry OnKeyPressed_onboardpins.0 2017-07-21 15:22:12,411 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section onboardpins_InputPins (default: ) returns sleep:0 2017-07-21 15:22:12,411 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.3 2017-07-21 15:22:12,411 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_InputPins (default: ) returns sleep:0 2017-07-21 15:22:12,411 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.2 2017-07-21 15:22:12,412 [TRACE] [doorpi.conf.config_object] get_string for key 5 in section onboardpins_InputPins (default: ) returns sleep:0 2017-07-21 15:22:12,412 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.5 2017-07-21 15:22:12,412 [TRACE] [doorpi.conf.config_object] get_string for key 4 in section onboardpins_InputPins (default: ) returns sleep:0 2017-07-21 15:22:12,412 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.4 2017-07-21 15:22:12,413 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section onboardpins_InputPins (default: ) returns sleep:0 2017-07-21 15:22:12,413 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.7 2017-07-21 15:22:12,413 [TRACE] [doorpi.conf.config_object] get_string for key 6 in section onboardpins_InputPins (default: ) returns sleep:0 2017-07-21 15:22:12,413 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.6 2017-07-21 15:22:12,414 [WARNING] [root] section DTMF not found in configfile 2017-07-21 15:22:12,414 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2017-07-21 15:22:12,414 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2017-07-21 15:22:12,414 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2017-07-21 15:22:12,416 [DEBUG] [doorpi.action.handler] no actions for event OnStartup - skip fire_event OnStartup from doorpi.doorpi 2017-07-21 15:22:12,416 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2017-07-21 15:22:12,417 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2017-07-21 15:22:12,418 [INFO] [doorpi.doorpi] DoorPi started successfully 2017-07-21 15:22:12,418 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2017-07-21 15:22:12,419 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2017-07-21 15:22:12,419 [INFO] [doorpi.doorpi] Weburl is http://doorpi/ 2017-07-21 15:22:12,419 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.0.253 2017-07-21 15:22:12,420 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2017-07-21 15:22:12,420 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.0.65 2017-07-21 15:22:12,420 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2017-07-21 15:22:12,421 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-07-21 15:22:12,421 [INFO] [doorpi.sipphone.from_linphone] 192.168.0.253 2017-07-21 15:22:12,422 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-07-21 15:22:12,422 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-07-21 15:22:12,423 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x7de728] about to register (LinphoneCore version: 3.9.0) 2017-07-21 15:22:12,426 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2017-07-21 15:22:12,427 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: starting resolution of 192.168.0.253 2017-07-21 15:22:12,427 [INFO] [doorpi.sipphone.from_linphone] channel 0x86abb0: state RES_IN_PROGRESS 2017-07-21 15:22:12,427 [INFO] [doorpi.sipphone.from_linphone] transaction [0x84fe60] channel state changed to [RES_IN_PROGRESS] 2017-07-21 15:22:12,428 [INFO] [doorpi.sipphone.from_linphone] channel 0x86abb0: state RES_DONE 2017-07-21 15:22:12,428 [INFO] [doorpi.sipphone.from_linphone] transaction [0x84fe60] channel state changed to [RES_DONE] 2017-07-21 15:22:12,428 [INFO] [doorpi.sipphone.from_linphone] channel 0x86abb0: state CONNECTING 2017-07-21 15:22:12,428 [INFO] [doorpi.sipphone.from_linphone] transaction [0x84fe60] channel state changed to [CONNECTING] 2017-07-21 15:22:12,429 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.0.253:5060] 2017-07-21 15:22:12,429 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2017-07-21 15:22:12,429 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.0.65:5060 2017-07-21 15:22:12,429 [INFO] [doorpi.sipphone.from_linphone] channel 0x86abb0: state READY 2017-07-21 15:22:12,429 [INFO] [doorpi.sipphone.from_linphone] transaction [0x84fe60] channel state changed to [READY] 2017-07-21 15:22:12,430 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x84fe60], from state [INIT] to [TRYING] 2017-07-21 15:22:12,430 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [525] bytes REGISTER sip:192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.RZvDdjcxd;rport From: "DoorPi" ;tag=meSRrvbpW To: "DoorPi" CSeq: 20 REGISTER Call-ID: f8Mp32D5wc 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) 2017-07-21 15:22:12,431 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2017-07-21 15:22:12,431 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x8500f8] takes ownership of transaction [0x84fe60] 2017-07-21 15:22:12,431 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x7de728] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2017-07-21 15:22:12,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x8007e8, 0x7de728, 1, "Registration in progress") 2017-07-21 15:22:12,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2017-07-21 15:22:12,432 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [registration_state_changed] 2017-07-21 15:22:12,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x8007e8, 0x1) 2017-07-21 15:22:12,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2017-07-21 15:22:12,483 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [network_reachable] 2017-07-21 15:22:12,484 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [374] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.RZvDdjcxd;rport=5060 From: "DoorPi" ;tag=meSRrvbpW To: "DoorPi" ;tag=B30FDF354309E6CF Call-ID: f8Mp32D5wc CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="B1F188E4233AC7E8" User-Agent: FRITZ!OS Content-Length: 0 2017-07-21 15:22:12,488 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [374] bytes parsed 2017-07-21 15:22:12,489 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: discovered public ip and port are [192.168.0.65:5060] 2017-07-21 15:22:12,489 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:12,489 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x84fe60], from state [TRYING] to [COMPLETED] 2017-07-21 15:22:12,489 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=04041970, realm= 2017-07-21 15:22:12,490 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [04041970] realm [fritz.box] 2017-07-21 15:22:12,490 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x853858], from state [INIT] to [TRYING] 2017-07-21 15:22:12,491 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [685] bytes REGISTER sip:192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.4D9sO7NUb;rport From: "DoorPi" ;tag=meSRrvbpW To: "DoorPi" CSeq: 21 REGISTER Call-ID: f8Mp32D5wc 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="B1F188E4233AC7E8", username="04041970", uri="sip:192.168.0.253", response="8b340911d21958bff972c6e2d95e7000" 2017-07-21 15:22:12,491 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.0.253 2017-07-21 15:22:12,491 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2017-07-21 15:22:12,542 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [686] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.4D9sO7NUb;rport=5060 From: "DoorPi" ;tag=meSRrvbpW To: "DoorPi" ;tag=3CFA16FFF50A30D6 Call-ID: f8Mp32D5wc CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.83 (Feb 22 2017) 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 2017-07-21 15:22:12,548 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [686] bytes parsed 2017-07-21 15:22:12,549 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:12,549 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x853858], from state [TRYING] to [COMPLETED] 2017-07-21 15:22:12,550 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x8500f8]: has no contact for request [0x84d4f8]. 2017-07-21 15:22:12,550 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2017-07-21 15:22:12,550 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.0.253] 2017-07-21 15:22:12,550 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x7de728] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2017-07-21 15:22:12,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x8007e8, 0x7de728, 2, "Registration successful") 2017-07-21 15:22:12,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2017-07-21 15:22:12,551 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [registration_state_changed] 2017-07-21 15:22:17,512 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x84fe60], from state [COMPLETED] to [TERMINATED] 2017-07-21 15:22:17,519 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x84fe60] terminated 2017-07-21 15:22:17,570 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x853858], from state [COMPLETED] to [TERMINATED] 2017-07-21 15:22:17,571 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x853858] terminated 2017-07-21 15:22:20,002 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [1193] new bytes from [UDP://192.168.0.253:5060]: INVITE sip:04041970@192.168.0.65 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.253:5060;branch=z9hG4bK5A3FC7D645DBC112 From: "Mobilteil 5" ;tag=4994595929D7DB93 To: ;+sip.instance="" Call-ID: 07C1807909896C5D@192.168.0.253 CSeq: 139 INVITE Contact: Max-Forwards: 70 Expires: 120 User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.83 (Feb 22 2017) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Content-Type: application/sdp Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 419 v=0 o=user 2741775 2741775 IN IP4 192.168.0.253 s=call c=IN IP4 192.168.0.253 t=0 0 m=audio 7086 RTP/AVP 9 8 0 2 102 100 99 101 97 120 121 a=sendrecv a=rtpmap:2 G726-32/8000 a=rtpmap:102 G726-32/8000 a=rtpmap:100 G726-40/8000 a=rtpmap:99 G726-24/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=rtpmap:97 iLBC/8000 a=fmtp:97 mode=30 a=rtpmap:120 PCMA/16000 a=rtpmap:121 PCMU/16000 a=rtcp:7087 2017-07-21 15:22:20,020 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [774] bytes parsed 2017-07-21 15:22:20,021 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] read [419] bytes of body from [192.168.0.253:5060] 2017-07-21 15:22:20,028 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x84fb60], from state [INIT] to [PROCEEDING] 2017-07-21 15:22:20,029 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [310] bytes SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.0.253:5060;branch=z9hG4bK5A3FC7D645DBC112 From: "Mobilteil 5" ;tag=4994595929D7DB93 To: ;+sip.instance="" Call-ID: 07C1807909896C5D@192.168.0.253 CSeq: 139 INVITE 2017-07-21 15:22:20,030 [INFO] [doorpi.sipphone.from_linphone] New server dialog [0x8d3808] , local tag [], remote tag [4994595929D7DB93] 2017-07-21 15:22:20,031 [INFO] [doorpi.sipphone.from_linphone] op [0x84d9b0] : set_or_update_dialog() current=[(nil)] new=[0x8d3808] 2017-07-21 15:22:20,031 [INFO] [doorpi.sipphone.from_linphone] new incoming call from ["Mobilteil 5" ] to [sip:04041970@192.168.0.65] 2017-07-21 15:22:20,037 [INFO] [doorpi.sipphone.from_linphone] Found payload G722/8000 fmtp= 2017-07-21 15:22:20,038 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2017-07-21 15:22:20,039 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2017-07-21 15:22:20,039 [INFO] [doorpi.sipphone.from_linphone] Found payload G726-32/8000 fmtp= 2017-07-21 15:22:20,040 [INFO] [doorpi.sipphone.from_linphone] Found payload G726-32/8000 fmtp= 2017-07-21 15:22:20,040 [INFO] [doorpi.sipphone.from_linphone] Found payload G726-40/8000 fmtp= 2017-07-21 15:22:20,041 [INFO] [doorpi.sipphone.from_linphone] Found payload G726-24/8000 fmtp= 2017-07-21 15:22:20,041 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2017-07-21 15:22:20,042 [INFO] [doorpi.sipphone.from_linphone] Found payload iLBC/8000 fmtp=mode=30 2017-07-21 15:22:20,042 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/16000 fmtp= 2017-07-21 15:22:20,043 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/16000 fmtp= 2017-07-21 15:22:20,045 [INFO] [doorpi.sipphone.from_linphone] Searching for already_a_call_with_remote_address. 2017-07-21 15:22:20,046 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x853bf8] initialized (LinphoneCore version: 3.9.0) 2017-07-21 15:22:20,047 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2017-07-21 15:22:20,047 [INFO] [doorpi.sipphone.from_linphone] Call [0x853bf8]: disabling video in our call params because the remote doesn't want it. 2017-07-21 15:22:20,048 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2017-07-21 15:22:20,049 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2017-07-21 15:22:20,049 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2017-07-21 15:22:20,050 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2017-07-21 15:22:20,050 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x853bf8] 2017-07-21 15:22:20,051 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2017-07-21 15:22:20,051 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2017-07-21 15:22:20,052 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x853bf8] 2017-07-21 15:22:20,053 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x853bf8] 2017-07-21 15:22:20,053 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2017-07-21 15:22:20,054 [INFO] [doorpi.sipphone.from_linphone] No match for G722/8000/1 2017-07-21 15:22:20,054 [INFO] [doorpi.sipphone.from_linphone] No match for G726-32/8000/1 2017-07-21 15:22:20,054 [INFO] [doorpi.sipphone.from_linphone] No match for G726-32/8000/1 2017-07-21 15:22:20,054 [INFO] [doorpi.sipphone.from_linphone] No match for G726-40/8000/1 2017-07-21 15:22:20,054 [INFO] [doorpi.sipphone.from_linphone] No match for G726-24/8000/1 2017-07-21 15:22:20,055 [INFO] [doorpi.sipphone.from_linphone] No match for iLBC/8000/1 2017-07-21 15:22:20,055 [INFO] [doorpi.sipphone.from_linphone] No match for PCMA/16000/1 2017-07-21 15:22:20,055 [INFO] [doorpi.sipphone.from_linphone] No match for PCMU/16000/1 2017-07-21 15:22:20,056 [INFO] [doorpi.sipphone.from_linphone] Starting local ring... 2017-07-21 15:22:20,056 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:20,057 [WARNING] [doorpi.sipphone.from_linphone] MSFilePlayer[0x860a38]: failed to open ./share/sounds/linphone/rings/oldphone.wav: No such file or directory 2017-07-21 15:22:20,057 [INFO] [doorpi.sipphone.from_linphone] configuring resampler output to rate=[8000], nchannels=[1] 2017-07-21 15:22:20,057 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x860a38,0-->MSDtmfGen:0x8d5b28,0 2017-07-21 15:22:20,057 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-07-21 15:22:20,058 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker priority set to SCHED_RR and value (99) 2017-07-21 15:22:20,058 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x8d5b28,0-->MSResample:0x8abaf0,0 2017-07-21 15:22:20,058 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x8abaf0,0-->MSAlsaWrite:0x8d0bf0,0 2017-07-21 15:22:20,058 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:20,059 [INFO] [doorpi.sipphone.from_linphone] Call 0x853bf8: moving from state LinphoneCallIdle to LinphoneCallIncomingReceived 2017-07-21 15:22:20,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x853bf8, 1, "Incoming call") 2017-07-21 15:22:20,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2017-07-21 15:22:20,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76d1f540 2017-07-21 15:22:20,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2017-07-21 15:22:20,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76d1f540 2017-07-21 15:22:20,060 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (1 - Incoming call) 2017-07-21 15:22:20,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x8d2a18) 2017-07-21 15:22:20,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:20,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f5a0 2017-07-21 15:22:20,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:20,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f5a0 2017-07-21 15:22:20,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f5a0 2017-07-21 15:22:20,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f5a0 2017-07-21 15:22:20,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f5a0 [0x8d2a18]) 2017-07-21 15:22:20,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7460ba70 2017-07-21 15:22:20,062 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,063 [TRACE] [doorpi.action.handler] fire Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,064 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:20,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,065 [DEBUG] [doorpi.action.handler] no actions for event BeforeCallIncoming - skip fire_event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:20,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb8b0 2017-07-21 15:22:20,066 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] is_admin_number (sip:**614@fritz.box) 2017-07-21 15:22:20,066 [TRACE] [doorpi.conf.config_object] get_keys for section AdminNumbers returns ['*', '**620', '**610', '**611', '**612', '**613', '**614'] 2017-07-21 15:22:20,066 [INFO] [doorpi.sipphone.linphone_lib.CallBacks] admin numbers are deactivated by using '*' as single number 2017-07-21 15:22:20,067 [TRACE] [doorpi.action.handler] fire Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,067 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2017-07-21 13:22:20.067688 2017-07-21 15:22:20,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x75b5dde8 [0x8007e8], 0x2d7824 [(nil)]) 2017-07-21 15:22:20,068 [DEBUG] [doorpi.action.handler] no actions for event OnCallIncoming - skip fire_event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:20,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x8ca7b0) 2017-07-21 15:22:20,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2017-07-21 15:22:20,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76d1f530 2017-07-21 15:22:20,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2017-07-21 15:22:20,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76d1f530 2017-07-21 15:22:20,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76d1f530 2017-07-21 15:22:20,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76d1f530 2017-07-21 15:22:20,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76d1f530 [0x8ca7b0], "/usr/local/etc/DoorPi/records/2017-07-21_15-22-20.wav") 2017-07-21 15:22:20,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2017-07-21 15:22:20,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76d1f530 [0x8ca7b0], 0x2e0620 [1]) 2017-07-21 15:22:20,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2017-07-21 15:22:20,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_accept_call_with_params(0x75b5dde8 [0x8007e8], 0x76d1f540 [0x853bf8], 0x76d1f530 [0x8ca7b0]) 2017-07-21 15:22:20,072 [INFO] [doorpi.sipphone.from_linphone] stop ringing 2017-07-21 15:22:20,072 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x860a38,0-->MSDtmfGen:0x8d5b28,0 2017-07-21 15:22:20,073 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x8d5b28,0-->MSResample:0x8abaf0,0 2017-07-21 15:22:20,073 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x8abaf0,0-->MSAlsaWrite:0x8d0bf0,0 2017-07-21 15:22:20,078 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker thread exiting 2017-07-21 15:22:20,078 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2017-07-21 15:22:20,078 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x853bf8] 2017-07-21 15:22:20,079 [INFO] [doorpi.sipphone.from_linphone] configuring prefered card sampling rate to [8000] 2017-07-21 15:22:20,079 [INFO] [doorpi.sipphone.from_linphone] Accepting server transaction [0x84fb60] on op [0x84d9b0] 2017-07-21 15:22:20,079 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2017-07-21 15:22:20,080 [INFO] [doorpi.sipphone.from_linphone] No match for G722/8000/1 2017-07-21 15:22:20,080 [INFO] [doorpi.sipphone.from_linphone] No match for G726-32/8000/1 2017-07-21 15:22:20,080 [INFO] [doorpi.sipphone.from_linphone] No match for G726-32/8000/1 2017-07-21 15:22:20,080 [INFO] [doorpi.sipphone.from_linphone] No match for G726-40/8000/1 2017-07-21 15:22:20,080 [INFO] [doorpi.sipphone.from_linphone] No match for G726-24/8000/1 2017-07-21 15:22:20,081 [INFO] [doorpi.sipphone.from_linphone] No match for iLBC/8000/1 2017-07-21 15:22:20,081 [INFO] [doorpi.sipphone.from_linphone] No match for PCMA/16000/1 2017-07-21 15:22:20,081 [INFO] [doorpi.sipphone.from_linphone] No match for PCMU/16000/1 2017-07-21 15:22:20,082 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [765] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.0.253:5060;branch=z9hG4bK5A3FC7D645DBC112 From: "Mobilteil 5" ;tag=4994595929D7DB93 To: ;+sip.instance="";tag=kfzEPE~ Call-ID: 07C1807909896C5D@192.168.0.253 CSeq: 139 INVITE User-Agent: (belle-sip/1.4.2) Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Contact: ;+sip.instance="" Content-Type: application/sdp Content-Length: 150 v=0 o=04041970 1707 1075 IN IP4 192.168.0.65 s=Talk c=IN IP4 192.168.0.65 t=0 0 m=audio 7078 RTP/AVP 8 0 101 a=rtpmap:101 telephone-event/8000 2017-07-21 15:22:20,082 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x84fb60], from state [PROCEEDING] to [ACCEPTED] 2017-07-21 15:22:20,082 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x8d3808]: now updated by transaction [0x84fb60]. 2017-07-21 15:22:20,083 [INFO] [doorpi.sipphone.from_linphone] Call 0x853bf8: moving from state LinphoneCallIncomingReceived to LinphoneCallConnected 2017-07-21 15:22:20,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x853bf8, 6, "Connected") 2017-07-21 15:22:20,083 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2017-07-21 15:22:20,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x8d2a18) 2017-07-21 15:22:20,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:20,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f590 2017-07-21 15:22:20,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:20,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f590 2017-07-21 15:22:20,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f590 2017-07-21 15:22:20,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f590 2017-07-21 15:22:20,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f590 [0x8d2a18]) 2017-07-21 15:22:20,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7460bb60 2017-07-21 15:22:20,086 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,086 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,087 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:20,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:20,088 [DEBUG] [doorpi.action.handler] [2BFRTT] fire for event OnCallStateConnect this actions [, ] 2017-07-21 15:22:20,089 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,089 [TRACE] [doorpi.action.handler] [2BFRTT] try to fire action > with args () and kwargs {} 2017-07-21 15:22:20,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,090 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:22:20,090 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:20,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:20,091 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-07-21 15:22:20,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:20,092 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:20,093 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x853bf8] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2017-07-21 15:22:20,093 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:20,093 [TRACE] [doorpi.action.handler] [2BFRTT] try to fire action > with args () and kwargs {} 2017-07-21 15:22:20,093 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2017-07-21 15:22:20,094 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:22:20,094 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x8bc4b8] sending to rtp [192.168.0.253:7086] rtcp [192.168.0.253:7087] 2017-07-21 15:22:20,094 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2017-07-21_15-22-20.wav 2017-07-21 15:22:20,095 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:20,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,096 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2017-07-21 15:22:20,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2017-07-21 15:22:20,097 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2017-07-21_15-22-20.wav 2017-07-21 15:22:20,098 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2017-07-21 15:22:20,098 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:20,099 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-07-21 15:22:20,099 [TRACE] [doorpi.action.handler] [2BFRTT] finished fire_event for event_name OnCallStateConnect 2017-07-21 15:22:20,100 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:22:20,100 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-07-21 15:22:20,101 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x8cd8c0] using payload's bitrate is 80000 2017-07-21 15:22:20,101 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x8cd8c0] 2017-07-21 15:22:20,101 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-07-21 15:22:20,101 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-07-21 15:22:20,102 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x8547e8,0-->MSVolume:0x8a2308,0 2017-07-21 15:22:20,102 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-07-21 15:22:20,102 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2017-07-21 15:22:20,102 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x8a2308,0-->MSAudioMixer:0x8bbc78,0 2017-07-21 15:22:20,102 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8bbc78,0-->MSAlawEnc:0x854768,0 2017-07-21 15:22:20,103 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlawEnc:0x854768,0-->MSRtpSend:0x8bcf40,0 2017-07-21 15:22:20,103 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x84f930,0-->MSAlawDec:0x8a1f50,0 2017-07-21 15:22:20,103 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlawDec:0x8a1f50,0-->MSGenericPLC:0x850710,0 2017-07-21 15:22:20,103 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x850710,0-->MSDtmfGen:0x84edd0,0 2017-07-21 15:22:20,104 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x84edd0,0-->MSVolume:0x8b31e0,0 2017-07-21 15:22:20,104 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x8b31e0,0-->MSTee:0x860a18,0 2017-07-21 15:22:20,104 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x860a18,0-->MSEqualizer:0x8a8038,0 2017-07-21 15:22:20,104 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x8a8038,0-->MSAudioMixer:0x8c9678,0 2017-07-21 15:22:20,104 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:20,105 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x8bb5f0,0-->MSResample:0x85de10,0 2017-07-21 15:22:20,105 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x85de10,0-->MSAudioMixer:0x8c9678,1 2017-07-21 15:22:20,105 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8c9678,0-->MSAlsaWrite:0x8abaf0,0 2017-07-21 15:22:20,105 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8a2378,1-->MSResample:0x8ae048,0 2017-07-21 15:22:20,106 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x8ae048,0-->MSOpusEnc:0x8caea0,0 2017-07-21 15:22:20,106 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x8caea0,0-->MSMKVRecorder:0x7de068,1 2017-07-21 15:22:20,106 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x8b88e0,0-->MSMKVRecorder:0x7de068,0 2017-07-21 15:22:20,106 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8bbc78,1-->MSAudioMixer:0x8a2378,0 2017-07-21 15:22:20,106 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x860a18,1-->MSAudioMixer:0x8a2378,1 2017-07-21 15:22:20,107 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8a2378,0-->MSFileRec:0x84ffe0,0 2017-07-21 15:22:20,107 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:20,107 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:20,108 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2017-07-21 15:22:20,108 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2017-07-21 15:22:20,108 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2017-07-21 15:22:20,108 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0,000000 db], [1,000000] linear 2017-07-21 15:22:20,109 [ERROR] [doorpi.sipphone.from_linphone] MSFileRec: cannot start, state=2 2017-07-21 15:22:20,109 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2017-07-21 15:22:20,109 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2017-07-21 15:22:20,109 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x853bf8] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2017-07-21 15:22:20,109 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x853bf8] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2017-07-21 15:22:20,110 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x853bf8] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2017-07-21 15:22:20,110 [INFO] [doorpi.sipphone.from_linphone] Call 0x853bf8: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2017-07-21 15:22:20,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x853bf8, 7, "Connected (streams running)") 2017-07-21 15:22:20,110 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Connected (streams running)) 2017-07-21 15:22:20,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x8d2a18) 2017-07-21 15:22:20,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:20,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f570 2017-07-21 15:22:20,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:20,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f570 2017-07-21 15:22:20,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f570 2017-07-21 15:22:20,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f570 2017-07-21 15:22:20,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f570 [0x8d2a18]) 2017-07-21 15:22:20,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7460bb10 2017-07-21 15:22:20,113 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,114 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,115 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:20,115 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,116 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:20,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:20,118 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:20,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:20,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:20,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:20,120 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening default at 8000Hz, bits=16, stereo=0 2017-07-21 15:22:20,120 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC0D0c' failed (-2) 2017-07-21 15:22:20,120 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_r: Error opening PCM device default 2017-07-21 15:22:20,120 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:20,120 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:20,121 [INFO] [doorpi.sipphone.from_linphone] call answered. 2017-07-21 15:22:20,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_accept_call_with_params -> 0x6bb8bc 2017-07-21 15:22:20,121 [TRACE] [doorpi.action.handler] fire Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:20,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:20,123 [DEBUG] [doorpi.action.handler] no actions for event AfterCallIncoming - skip fire_event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:20,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:20,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:20,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:20,125 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x8bbc78] is entering bypass mode. 2017-07-21 15:22:20,125 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening default at 8000Hz, bits=16, stereo=0 2017-07-21 15:22:20,125 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 512 2017-07-21 15:22:20,125 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2017-07-21 15:22:20,126 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2017-07-21 15:22:20,126 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:20,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,178 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [496] new bytes from [UDP://192.168.0.253:5060]: ACK sip:04041970@192.168.0.65 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.253:5060;branch=z9hG4bK61F757812D8ED438 From: "Mobilteil 5" ;tag=4994595929D7DB93 To: ;+sip.instance="";tag=kfzEPE~ Call-ID: 07C1807909896C5D@192.168.0.253 CSeq: 139 ACK Contact: Max-Forwards: 70 User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.83 (Feb 22 2017) Content-Length: 0 2017-07-21 15:22:20,185 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [496] bytes parsed 2017-07-21 15:22:20,186 [INFO] [doorpi.sipphone.from_linphone] Incoming INVITE has ACK, dialog is happy 2017-07-21 15:22:20,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x8540b8) 2017-07-21 15:22:20,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:20,448 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:20,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x854170) 2017-07-21 15:22:20,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:20,449 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:20,449 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x853bf8]: 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 2017-07-21 15:22:20,449 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=5,369699 video=0,000000 2017-07-21 15:22:20,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:20,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:20,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:20,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:20,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,134 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x8a2378] is entering bypass mode. 2017-07-21 15:22:21,134 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x8c9678] is entering bypass mode. 2017-07-21 15:22:21,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x8540b8) 2017-07-21 15:22:21,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:21,455 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:21,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x854170) 2017-07-21 15:22:21,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:21,456 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:21,457 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x853bf8]: RTP audio=[d= 81,6,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:21,457 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9,815964 video=0,000000 2017-07-21 15:22:21,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,672 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0x8bc4b8]. 2017-07-21 15:22:21,673 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x8cd8c0], local statistics available: Local current jitter buffer size: 58,4ms 2017-07-21 15:22:21,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x8540b8) 2017-07-21 15:22:21,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:21,674 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:21,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:21,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:21,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:21,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:21,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,156 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:22,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x8540b8) 2017-07-21 15:22:22,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:22,424 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:22,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x854170) 2017-07-21 15:22:22,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:22,425 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:22,425 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x853bf8]: RTP audio=[d= 80,0,u= 0,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:22,426 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9,831687 video=0,000000 2017-07-21 15:22:22,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,639 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:22,639 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x8cd8c0]: receiving RTCP SR 2017-07-21 15:22:22,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x8540b8) 2017-07-21 15:22:22,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:22,641 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:22,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:22,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:22,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:22,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:22,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,121 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:23,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x8540b8) 2017-07-21 15:22:23,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:23,443 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:23,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x854170) 2017-07-21 15:22:23,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:23,445 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:23,445 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x853bf8]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:23,446 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9,647774 video=0,000000 2017-07-21 15:22:23,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,605 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:23,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:23,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:23,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:23,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:23,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,139 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:24,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x8540b8) 2017-07-21 15:22:24,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:24,459 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:24,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x854170) 2017-07-21 15:22:24,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:24,461 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:24,461 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x853bf8]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:24,462 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0x8bc4b8]. 2017-07-21 15:22:24,462 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9,822268 video=0,000000 2017-07-21 15:22:24,463 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x8cd8c0], local statistics available: Local current jitter buffer size: 60,0ms 2017-07-21 15:22:24,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x8540b8) 2017-07-21 15:22:24,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:24,464 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:24,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,625 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:24,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:24,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:24,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:24,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:24,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,105 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:25,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x8540b8) 2017-07-21 15:22:25,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:25,426 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:25,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x853bf8, 0x854170) 2017-07-21 15:22:25,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:25,427 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:25,427 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x853bf8]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:25,428 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=10,588490 video=0,000000 2017-07-21 15:22:25,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,641 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x8bc4b8] 2017-07-21 15:22:25,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:25,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:25,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb868 2017-07-21 15:22:25,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:25,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x6bbad4 2017-07-21 15:22:26,015 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [796] new bytes from [UDP://192.168.0.253:5060]: BYE sip:04041970@192.168.0.65 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.253:5060;branch=z9hG4bK722C51ED5BD6D8BC From: "Mobilteil 5" ;tag=4994595929D7DB93 To: ;+sip.instance="";tag=kfzEPE~ Call-ID: 07C1807909896C5D@192.168.0.253 CSeq: 140 BYE X-RTP-Stat: CS=129;PS=18920;ES=295;OS=3027200;SP=0/0;SO=0;QS=-;PR=0;ER=295;OR=0;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=0/0;EN=PCMA;DE=;JI=0,0;DL=7,7,7;IP=192.168.0.253:7086,192.168.0.65:7078 X-RTP-Stat-Add: DQ=0;DSS=0;DS=0;PLCS=0;JS=0 X-SIP-Stat: DRT=0;IR=0 Reason: Q.850; cause=16 Max-Forwards: 70 User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.83 (Feb 22 2017) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2017-07-21 15:22:26,028 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [796] bytes parsed 2017-07-21 15:22:26,029 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x8c1990], from state [INIT] to [TRYING] 2017-07-21 15:22:26,030 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x8c1990], from state [TRYING] to [COMPLETED] 2017-07-21 15:22:26,031 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [367] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.0.253:5060;branch=z9hG4bK722C51ED5BD6D8BC From: "Mobilteil 5" ;tag=4994595929D7DB93 To: ;+sip.instance="";tag=kfzEPE~ Call-ID: 07C1807909896C5D@192.168.0.253 CSeq: 140 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2017-07-21 15:22:26,031 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x8d3808]: now updated by transaction [0x8c1990]. 2017-07-21 15:22:26,032 [INFO] [doorpi.sipphone.from_linphone] dialog [0x8d3808] deleted. 2017-07-21 15:22:26,032 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2017-07-21 15:22:26,033 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2017-07-21 15:22:26,035 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2017-07-21 15:22:26,036 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:26,036 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2017-07-21 15:22:26,037 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-07-21 15:22:26,037 [INFO] [doorpi.sipphone.from_linphone] sent 0 packets 2017-07-21 15:22:26,038 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-07-21 15:22:26,038 [INFO] [doorpi.sipphone.from_linphone] 0 bytes 2017-07-21 15:22:26,039 [INFO] [doorpi.sipphone.from_linphone] received 295 packets 2017-07-21 15:22:26,039 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-07-21 15:22:26,040 [INFO] [doorpi.sipphone.from_linphone] 50740 bytes 2017-07-21 15:22:26,040 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 50396 bytes 2017-07-21 15:22:26,041 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2017-07-21 15:22:26,041 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 0 packets 2017-07-21 15:22:26,042 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2017-07-21 15:22:26,042 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2017-07-21 15:22:26,042 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:26,043 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x8547e8,0-->MSVolume:0x8a2308,0 2017-07-21 15:22:26,043 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x8a2308,0-->MSAudioMixer:0x8bbc78,0 2017-07-21 15:22:26,044 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8bbc78,0-->MSAlawEnc:0x854768,0 2017-07-21 15:22:26,044 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlawEnc:0x854768,0-->MSRtpSend:0x8bcf40,0 2017-07-21 15:22:26,045 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x84f930,0-->MSAlawDec:0x8a1f50,0 2017-07-21 15:22:26,045 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlawDec:0x8a1f50,0-->MSGenericPLC:0x850710,0 2017-07-21 15:22:26,046 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x850710,0-->MSDtmfGen:0x84edd0,0 2017-07-21 15:22:26,046 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x84edd0,0-->MSVolume:0x8b31e0,0 2017-07-21 15:22:26,047 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x8b31e0,0-->MSTee:0x860a18,0 2017-07-21 15:22:26,047 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x860a18,0-->MSEqualizer:0x8a8038,0 2017-07-21 15:22:26,047 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x8a8038,0-->MSAudioMixer:0x8c9678,0 2017-07-21 15:22:26,048 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x8bb5f0,0-->MSResample:0x85de10,0 2017-07-21 15:22:26,048 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x85de10,0-->MSAudioMixer:0x8c9678,1 2017-07-21 15:22:26,049 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8c9678,0-->MSAlsaWrite:0x8abaf0,0 2017-07-21 15:22:26,049 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8a2378,1-->MSResample:0x8ae048,0 2017-07-21 15:22:26,050 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x8ae048,0-->MSOpusEnc:0x8caea0,0 2017-07-21 15:22:26,050 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x8caea0,0-->MSMKVRecorder:0x7de068,1 2017-07-21 15:22:26,051 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x8b88e0,0-->MSMKVRecorder:0x7de068,0 2017-07-21 15:22:26,051 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8bbc78,1-->MSAudioMixer:0x8a2378,0 2017-07-21 15:22:26,051 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x860a18,1-->MSAudioMixer:0x8a2378,1 2017-07-21 15:22:26,052 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8a2378,0-->MSFileRec:0x84ffe0,0 2017-07-21 15:22:26,053 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2017-07-21 15:22:26,053 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:26,054 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2017-07-21 15:22:26,054 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2017-07-21 15:22:26,054 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-07-21 15:22:26,055 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 345 1,38099 84,8043 2017-07-21 15:22:26,055 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 593 0,0407225 4,29309 2017-07-21 15:22:26,056 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 345 0,055778 3,42523 2017-07-21 15:22:26,056 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 345 0,0435006 2,67129 2017-07-21 15:22:26,057 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 1779 0,00401111 1,26717 2017-07-21 15:22:26,057 [INFO] [doorpi.sipphone.from_linphone] MSAlawDec 293 0,0127016 0,66276 2017-07-21 15:22:26,058 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 593 0,00574721 0,605889 2017-07-21 15:22:26,058 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 593 0,00367481 0,38741 2017-07-21 15:22:26,058 [INFO] [doorpi.sipphone.from_linphone] MSVolume 293 0,00740074 0,386165 2017-07-21 15:22:26,059 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 593 0,00271515 0,28624 2017-07-21 15:22:26,059 [INFO] [doorpi.sipphone.from_linphone] MSTee 293 0,00484067 0,252582 2017-07-21 15:22:26,060 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 594 0,00206554 0,218123 2017-07-21 15:22:26,060 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 594 0,00173957 0,1837 2017-07-21 15:22:26,061 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 593 0,00163844 0,172729 2017-07-21 15:22:26,061 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 295 0,00298172 0,156642 2017-07-21 15:22:26,062 [INFO] [doorpi.sipphone.from_linphone] MSResample 345 0,00188084 0,115499 2017-07-21 15:22:26,062 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 293 0,00213064 0,111175 2017-07-21 15:22:26,063 [INFO] [doorpi.sipphone.from_linphone] MSAlawEnc 0 0 0 2017-07-21 15:22:26,063 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2017-07-21 15:22:26,063 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2017-07-21 15:22:26,064 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:26,064 [INFO] [doorpi.sipphone.from_linphone] Call 0x853bf8: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2017-07-21 15:22:26,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x8007e8, 0x8cb378) 2017-07-21 15:22:26,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2017-07-21 15:22:26,075 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2017-07-21 15:22:26,075 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_log_updated] 2017-07-21 15:22:26,075 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2017-07-21 15:22:26,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x853bf8, 13, "Call ended") 2017-07-21 15:22:26,076 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2017-07-21 15:22:26,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:26,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x8d2a18) 2017-07-21 15:22:26,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:26,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f5b0 2017-07-21 15:22:26,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:26,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f5b0 2017-07-21 15:22:26,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f5b0 2017-07-21 15:22:26,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f5b0 2017-07-21 15:22:26,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f5b0 [0x8d2a18]) 2017-07-21 15:22:26,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7460ba48 2017-07-21 15:22:26,082 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:26,084 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:26,085 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:26,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:26,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:26,087 [DEBUG] [doorpi.action.handler] [33HDCL] fire for event OnCallStateDisconnect this actions [, ] 2017-07-21 15:22:26,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:26,088 [TRACE] [doorpi.action.handler] [33HDCL] try to fire action > with args () and kwargs {} 2017-07-21 15:22:26,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:26,089 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:22:26,090 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:26,090 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-07-21 15:22:26,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:26,094 [TRACE] [doorpi.action.handler] [33HDCL] try to fire action > with args () and kwargs {} 2017-07-21 15:22:26,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:26,095 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:22:26,095 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:26,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:26,097 [TRACE] [doorpi.action.handler] [33HDCL] finished fire_event for event_name OnCallStateDisconnect 2017-07-21 15:22:26,097 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:26,098 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:26,150 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x8d3808] terminated for op [0x84d9b0] 2017-07-21 15:22:26,201 [INFO] [doorpi.sipphone.from_linphone] Call 0x853bf8: moving from state LinphoneCallEnd to LinphoneCallReleased 2017-07-21 15:22:26,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x853bf8, 18, "Call released") 2017-07-21 15:22:26,203 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2017-07-21 15:22:26,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f540 [0x853bf8]) 2017-07-21 15:22:26,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x8d2a18) 2017-07-21 15:22:26,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:26,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f560 2017-07-21 15:22:26,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:26,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f560 2017-07-21 15:22:26,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f560 2017-07-21 15:22:26,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f560 2017-07-21 15:22:26,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f560 [0x8d2a18]) 2017-07-21 15:22:26,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7460ba48 2017-07-21 15:22:26,208 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:26,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:26,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:26,210 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:26,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:26,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:26,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:26,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:26,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:26,214 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:26,214 [INFO] [doorpi.sipphone.from_linphone] op [0x84d9b0] : set_or_update_dialog() current=[0x8d3808] new=[(nil)] 2017-07-21 15:22:34,351 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2017-07-21 15:22:34,352 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_0 from doorpi.keyboard.from_piface asyncron 2017-07-21 15:22:34,353 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:22:34,358 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2017-07-21 15:22:34,360 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_0 - skip fire_event OnKeyDown_0 from doorpi.keyboard.from_piface 2017-07-21 15:22:34,361 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2017-07-21 15:22:34,362 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.0 - skip fire_event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2017-07-21 15:22:34,364 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_0 from doorpi.keyboard.from_piface asyncron 2017-07-21 15:22:34,365 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:22:34,371 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2017-07-21 15:22:34,371 [DEBUG] [doorpi.action.handler] [HU2V9I] fire for event OnKeyPressed_0 this actions [] 2017-07-21 15:22:34,374 [TRACE] [doorpi.action.handler] [HU2V9I] try to fire action CallAction with args () and kwargs {'number': '**614'} 2017-07-21 15:22:34,374 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**614'} 2017-07-21 15:22:34,375 [DEBUG] [doorpi.action.handler] [OAIZWP] fire for event OnKeyPressed_onboardpins.0 this actions [] 2017-07-21 15:22:34,375 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-07-21 15:22:34,376 [TRACE] [doorpi.action.handler] [OAIZWP] try to fire action CallAction with args () and kwargs {'number': '**614'} 2017-07-21 15:22:34,377 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**614'} 2017-07-21 15:22:34,378 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-07-21 15:22:34,379 [DEBUG] [doorpi.sipphone.from_linphone] call (**614) 2017-07-21 15:22:34,379 [DEBUG] [doorpi.sipphone.from_linphone] call (**614) 2017-07-21 15:22:34,380 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2017-07-21 15:22:34,381 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2017-07-21 15:22:34,382 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2017-07-21 13:22:34.382179 2017-07-21 15:22:34,382 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2017-07-21 13:22:34.382869 2017-07-21 15:22:34,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x75b5dde8 [0x8007e8], 0x2d7824 [(nil)]) 2017-07-21 15:22:34,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x75b5dde8 [0x8007e8], 0x2d7824 [(nil)]) 2017-07-21 15:22:34,383 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:22:34,384 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:22:34,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x725050d8) 2017-07-21 15:22:34,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73c086c0) 2017-07-21 15:22:34,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2017-07-21 15:22:34,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2017-07-21 15:22:34,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76d1f620 2017-07-21 15:22:34,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76d1f630 2017-07-21 15:22:34,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2017-07-21 15:22:34,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2017-07-21 15:22:34,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76d1f620 2017-07-21 15:22:34,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76d1f630 2017-07-21 15:22:34,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76d1f620 2017-07-21 15:22:34,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76d1f630 2017-07-21 15:22:34,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76d1f620 2017-07-21 15:22:34,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76d1f630 2017-07-21 15:22:34,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76d1f620 [0x725050d8], "/usr/local/etc/DoorPi/records/2017-07-21_15-22-34.wav") 2017-07-21 15:22:34,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76d1f630 [0x73c086c0], "/usr/local/etc/DoorPi/records/2017-07-21_15-22-34.wav") 2017-07-21 15:22:34,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2017-07-21 15:22:34,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2017-07-21 15:22:34,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76d1f620 [0x725050d8], 0x2e0620 [1]) 2017-07-21 15:22:34,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76d1f630 [0x73c086c0], 0x2e0620 [1]) 2017-07-21 15:22:34,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2017-07-21 15:22:34,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2017-07-21 15:22:34,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x75b5dde8 [0x8007e8], "**614", 0x76d1f620 [0x725050d8]) 2017-07-21 15:22:34,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x75b5dde8 [0x8007e8], "**614", 0x76d1f630 [0x73c086c0]) 2017-07-21 15:22:34,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x72531c20, 2, "Starting outgoing call") 2017-07-21 15:22:34,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x73c330a8, 2, "Starting outgoing call") 2017-07-21 15:22:34,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2017-07-21 15:22:34,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2017-07-21 15:22:34,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76d1f5e0 2017-07-21 15:22:34,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76d1f600 2017-07-21 15:22:34,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2017-07-21 15:22:34,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2017-07-21 15:22:34,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76d1f5e0 2017-07-21 15:22:34,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76d1f600 2017-07-21 15:22:34,417 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2017-07-21 15:22:34,418 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2017-07-21 15:22:34,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f5e0 [0x72531c20]) 2017-07-21 15:22:34,419 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1937679456]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2017-07-21 15:22:34,421 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x72531c20] initialized (LinphoneCore version: 3.9.0) 2017-07-21 15:22:34,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72503c38) 2017-07-21 15:22:34,421 [INFO] [doorpi.sipphone.from_linphone] Call 0x72531c20: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2017-07-21 15:22:34,422 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1952412768]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2017-07-21 15:22:34,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:34,422 [INFO] [doorpi.sipphone.from_linphone] Pausing automatically the current call. 2017-07-21 15:22:34,423 [WARNING] [doorpi.sipphone.from_linphone] Cannot pause this call, it is not active. 2017-07-21 15:22:34,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f640 2017-07-21 15:22:34,424 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x73c330a8] initialized (LinphoneCore version: 3.9.0) 2017-07-21 15:22:34,425 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c330a8: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2017-07-21 15:22:34,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:34,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb8a4 2017-07-21 15:22:34,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f640 2017-07-21 15:22:34,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6bb808 2017-07-21 15:22:34,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f640 2017-07-21 15:22:34,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f640 2017-07-21 15:22:34,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c02818) 2017-07-21 15:22:34,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f640 [0x72503c38]) 2017-07-21 15:22:34,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:34,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7460fe90 2017-07-21 15:22:34,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f610 2017-07-21 15:22:34,432 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:34,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f610 2017-07-21 15:22:34,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f610 2017-07-21 15:22:34,436 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f610 2017-07-21 15:22:34,437 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f610 [0x73c02818]) 2017-07-21 15:22:34,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7460fe90 2017-07-21 15:22:34,440 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,441 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:34,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x72531c20, 3, "Outgoing call in progress") 2017-07-21 15:22:34,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,451 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2017-07-21 15:22:34,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,453 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f5e0 [0x72531c20]) 2017-07-21 15:22:34,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72503c38) 2017-07-21 15:22:34,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:34,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f650 2017-07-21 15:22:34,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:34,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:34,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x73c330a8, 3, "Outgoing call in progress") 2017-07-21 15:22:34,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f650 2017-07-21 15:22:34,465 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2017-07-21 15:22:34,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f650 2017-07-21 15:22:34,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f650 2017-07-21 15:22:34,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c02818) 2017-07-21 15:22:34,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f650 [0x72503c38]) 2017-07-21 15:22:34,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:34,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7460ffb0 2017-07-21 15:22:34,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f660 2017-07-21 15:22:34,469 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:34,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f660 2017-07-21 15:22:34,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f660 2017-07-21 15:22:34,471 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f660 2017-07-21 15:22:34,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f660 [0x73c02818]) 2017-07-21 15:22:34,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7460ffb0 2017-07-21 15:22:34,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,473 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:34,475 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76d1f5e0 2017-07-21 15:22:34,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,476 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-07-21 15:22:34,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,477 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-07-21 15:22:34,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,478 [DEBUG] [doorpi.action.handler] [H11GD6] fire for event OnSipPhoneMakeCall this actions [] 2017-07-21 15:22:34,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,479 [TRACE] [doorpi.action.handler] [H11GD6] try to fire action > with args () and kwargs {} 2017-07-21 15:22:34,479 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:34,481 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x72531c20] 2017-07-21 15:22:34,480 [TRACE] [doorpi.action.handler] [OAIZWP] finished fire_event for event_name OnKeyPressed_onboardpins.0 2017-07-21 15:22:34,480 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:22:34,481 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2017-07-21 15:22:34,482 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2017-07-21 15:22:34,481 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:22:34,482 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2017-07-21 15:22:34,482 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2017-07-21 15:22:34,483 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2017-07-21 15:22:34,484 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x72531c20] 2017-07-21 15:22:34,484 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2017-07-21 15:22:34,485 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2017-07-21 15:22:34,485 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2017-07-21 15:22:34,486 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x72531c20] 2017-07-21 15:22:34,485 [TRACE] [doorpi.action.handler] [H11GD6] finished fire_event for event_name OnSipPhoneMakeCall 2017-07-21 15:22:34,485 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:34,486 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7252d1f8,0-->MSVoidSink:0x7252faa8,0 2017-07-21 15:22:34,487 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-07-21 15:22:34,488 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2017-07-21 15:22:34,488 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**614@192.168.0.253] on op [0x72507398] 2017-07-21 15:22:34,488 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2017-07-21 15:22:34,488 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72514948], from state [INIT] to [CALLING] 2017-07-21 15:22:34,489 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [822] bytes INVITE sip:**614@192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.yK5J9n7AK;rport From: "DoorPi" ;tag=Lsc0f3-1T To: sip:**614@192.168.0.253 CSeq: 20 INVITE Call-ID: cQQyF2Kq0D Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 272 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=04041970 2880 1621 IN IP4 192.168.0.65 s=Talk c=IN IP4 192.168.0.65 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 2017-07-21 15:22:34,489 [INFO] [doorpi.sipphone.from_linphone] Call 0x72531c20: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2017-07-21 15:22:34,489 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:34,489 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x73c330a8] 2017-07-21 15:22:34,490 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7080] [7081] 2017-07-21 15:22:34,490 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2017-07-21 15:22:34,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:34,490 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2017-07-21 15:22:34,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76d1f600 2017-07-21 15:22:34,491 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2017-07-21 15:22:34,491 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-07-21 15:22:34,491 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x73c330a8] 2017-07-21 15:22:34,492 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9080] [9081] 2017-07-21 15:22:34,492 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-07-21 15:22:34,493 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2017-07-21 15:22:34,493 [DEBUG] [doorpi.action.handler] [4G9DAE] fire for event OnSipPhoneMakeCall this actions [] 2017-07-21 15:22:34,494 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2017-07-21 15:22:34,494 [TRACE] [doorpi.action.handler] [4G9DAE] try to fire action > with args () and kwargs {} 2017-07-21 15:22:34,495 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x73c330a8] 2017-07-21 15:22:34,495 [TRACE] [doorpi.action.handler] [HU2V9I] finished fire_event for event_name OnKeyPressed_0 2017-07-21 15:22:34,495 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:22:34,496 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2017-07-21 15:22:34,496 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x73c2e970,0-->MSVoidSink:0x73c07508,0 2017-07-21 15:22:34,495 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:22:34,497 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-07-21 15:22:34,497 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:22:34,498 [TRACE] [doorpi.action.handler] [4G9DAE] finished fire_event for event_name OnSipPhoneMakeCall 2017-07-21 15:22:34,498 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2017-07-21 15:22:34,499 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**614@192.168.0.253] on op [0x73c073f8] 2017-07-21 15:22:34,499 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2017-07-21 15:22:34,499 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73c17c80], from state [INIT] to [CALLING] 2017-07-21 15:22:34,499 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [822] bytes INVITE sip:**614@192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.spfrqHhgF;rport From: "DoorPi" ;tag=Z5rP5TKv6 To: sip:**614@192.168.0.253 CSeq: 20 INVITE Call-ID: 7UIO1u2R6O Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 272 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=04041970 3668 2575 IN IP4 192.168.0.65 s=Talk c=IN IP4 192.168.0.65 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7080 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9080 RTP/AVP 96 a=rtpmap:96 VP8/90000 2017-07-21 15:22:34,500 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c330a8: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2017-07-21 15:22:34,500 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:34,500 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [360] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.yK5J9n7AK;rport=5060 From: "DoorPi" ;tag=Lsc0f3-1T To: ;tag=C8D088ACB0679FFD Call-ID: cQQyF2Kq0D CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="DBE6379C385A0884" User-Agent: FRITZ!OS Content-Length: 0 2017-07-21 15:22:34,505 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:34,505 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [360] bytes parsed 2017-07-21 15:22:34,505 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:34,506 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72514948], from state [CALLING] to [PROCEEDING] 2017-07-21 15:22:34,506 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72514948], from state [PROCEEDING] to [COMPLETED] 2017-07-21 15:22:34,506 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [372] bytes ACK sip:**614@192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.yK5J9n7AK;rport Call-ID: cQQyF2Kq0D From: "DoorPi" ;tag=Lsc0f3-1T To: ;tag=C8D088ACB0679FFD Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2017-07-21 15:22:34,507 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=04041970, realm=fritz.box 2017-07-21 15:22:34,507 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [04041970] realm [fritz.box] 2017-07-21 15:22:34,507 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x8d3828], from state [INIT] to [CALLING] 2017-07-21 15:22:34,508 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [988] bytes INVITE sip:**614@192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.0C0lsl30o;rport From: "DoorPi" ;tag=Lsc0f3-1T To: sip:**614@192.168.0.253 CSeq: 21 INVITE Call-ID: cQQyF2Kq0D Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 272 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="DBE6379C385A0884", username="04041970", uri="sip:**614@192.168.0.253", response="1211bf6a8ea726976a22f776a0d4f225" v=0 o=04041970 2880 1621 IN IP4 192.168.0.65 s=Talk c=IN IP4 192.168.0.65 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 2017-07-21 15:22:34,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb898 2017-07-21 15:22:34,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6bb808 2017-07-21 15:22:34,560 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [360] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.spfrqHhgF;rport=5060 From: "DoorPi" ;tag=Z5rP5TKv6 To: ;tag=9981F2C6C86F83B7 Call-ID: 7UIO1u2R6O CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="624205FC6385FBAF" User-Agent: FRITZ!OS Content-Length: 0 2017-07-21 15:22:34,564 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [360] bytes parsed 2017-07-21 15:22:34,565 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:34,565 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73c17c80], from state [CALLING] to [PROCEEDING] 2017-07-21 15:22:34,565 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73c17c80], from state [PROCEEDING] to [COMPLETED] 2017-07-21 15:22:34,566 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [372] bytes ACK sip:**614@192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.spfrqHhgF;rport Call-ID: 7UIO1u2R6O From: "DoorPi" ;tag=Z5rP5TKv6 To: ;tag=9981F2C6C86F83B7 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2017-07-21 15:22:34,566 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=04041970, realm=fritz.box 2017-07-21 15:22:34,566 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [04041970] realm [fritz.box] 2017-07-21 15:22:34,567 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x8a7d50], from state [INIT] to [CALLING] 2017-07-21 15:22:34,568 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [988] bytes INVITE sip:**614@192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.vflDMVRmq;rport From: "DoorPi" ;tag=Z5rP5TKv6 To: sip:**614@192.168.0.253 CSeq: 21 INVITE Call-ID: 7UIO1u2R6O Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 272 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="624205FC6385FBAF", username="04041970", uri="sip:**614@192.168.0.253", response="62ecd9e86949dc14f76717e4e340f30c" v=0 o=04041970 3668 2575 IN IP4 192.168.0.65 s=Talk c=IN IP4 192.168.0.65 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7080 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9080 RTP/AVP 96 a=rtpmap:96 VP8/90000 2017-07-21 15:22:34,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb898 2017-07-21 15:22:34,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6bb808 2017-07-21 15:22:34,620 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [302] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.0C0lsl30o;rport=5060 From: "DoorPi" ;tag=Lsc0f3-1T To: Call-ID: cQQyF2Kq0D CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.83 (Feb 22 2017) Content-Length: 0 2017-07-21 15:22:34,624 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [302] bytes parsed 2017-07-21 15:22:34,624 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:34,625 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x8d3828], from state [CALLING] to [PROCEEDING] 2017-07-21 15:22:34,625 [INFO] [doorpi.sipphone.from_linphone] op [0x72507398] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2017-07-21 15:22:34,625 [INFO] [doorpi.sipphone.from_linphone] Op [0x72507398] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2017-07-21 15:22:34,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb898 2017-07-21 15:22:34,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6bb808 2017-07-21 15:22:34,677 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [690] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.0C0lsl30o;rport=5060 From: "DoorPi" ;tag=Lsc0f3-1T To: ;tag=139C6C0E4FB09F18 Call-ID: cQQyF2Kq0D CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.83 (Feb 22 2017) Content-Type: application/sdp Content-Length: 262 v=0 o=user 2013863 2013863 IN IP4 192.168.0.253 s=Talk c=IN IP4 192.168.0.253 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2017-07-21 15:22:34,683 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [428] bytes parsed 2017-07-21 15:22:34,684 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] read [262] bytes of body from [192.168.0.253:5060] 2017-07-21 15:22:34,684 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:34,685 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x8cb228] , local tag [Lsc0f3-1T], remote tag [139C6C0E4FB09F18] 2017-07-21 15:22:34,685 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x8cb228]: now updated by transaction [0x8d3828]. 2017-07-21 15:22:34,687 [INFO] [doorpi.sipphone.from_linphone] op [0x72507398] : set_or_update_dialog() current=[(nil)] new=[0x8cb228] 2017-07-21 15:22:34,687 [INFO] [doorpi.sipphone.from_linphone] Op [0x72507398] receiving call response [183], dialog is [0x8cb228] in state [BELLE_SIP_DIALOG_EARLY] 2017-07-21 15:22:34,690 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2017-07-21 15:22:34,690 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2017-07-21 15:22:34,690 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2017-07-21 15:22:34,691 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2017-07-21 15:22:34,691 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2017-07-21 15:22:34,691 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2017-07-21 15:22:34,691 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2017-07-21 15:22:34,692 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x72509da0] rejected by peer 2017-07-21 15:22:34,692 [INFO] [doorpi.sipphone.from_linphone] Call 0x72531c20: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2017-07-21 15:22:34,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x72531c20, 5, "Early media") 2017-07-21 15:22:34,692 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2017-07-21 15:22:34,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f5e0 [0x72531c20]) 2017-07-21 15:22:34,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72503c38) 2017-07-21 15:22:34,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:34,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f550 2017-07-21 15:22:34,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:34,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f550 2017-07-21 15:22:34,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f550 2017-07-21 15:22:34,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f550 2017-07-21 15:22:34,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f550 [0x72503c38]) 2017-07-21 15:22:34,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72fb33e0 2017-07-21 15:22:34,695 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,696 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,697 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,698 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:34,700 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:34,700 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2017-07-21 15:22:34,700 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x72531c20] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2017-07-21 15:22:34,701 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2017-07-21 15:22:34,701 [INFO] [doorpi.sipphone.from_linphone] Sound resources are used by another call, not using soundcard. 2017-07-21 15:22:34,701 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x72532558] sending to rtp [192.168.0.253:7078] rtcp [192.168.0.253:7079] 2017-07-21 15:22:34,701 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:34,702 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7252d1f8,0-->MSVoidSink:0x7252faa8,0 2017-07-21 15:22:34,702 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:34,703 [WARNING] [doorpi.sipphone.from_linphone] MSFilePlayer[0x8cbb10]: failed to open ./share/sounds/linphone/rings/toy-mono.wav: Datei oder Verzeichnis nicht gefunden 2017-07-21 15:22:34,703 [INFO] [doorpi.sipphone.from_linphone] configuring MSFilePlayer-->MSUlawEnc from rate [8000] to rate [8000] and from channel [1] to channel [1] 2017-07-21 15:22:34,703 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2017-07-21 15:22:34,704 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:34,704 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-07-21 15:22:34,704 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-07-21 15:22:34,705 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x72531a20] using payload's bitrate is 80000 2017-07-21 15:22:34,705 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x72531a20] 2017-07-21 15:22:34,705 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-07-21 15:22:34,705 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-07-21 15:22:34,705 [INFO] [doorpi.sipphone.from_linphone] configuring MSFilePlayer-->MSUlawEnc from rate [8000] to rate [8000] and from channel [1] to channel [1] 2017-07-21 15:22:34,706 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x8cbb10,0-->MSResample:0x8cca08,0 2017-07-21 15:22:34,706 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x8cca08,0-->MSVolume:0x8a9b80,0 2017-07-21 15:22:34,706 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x8a9b80,0-->MSAudioMixer:0x89d9e0,0 2017-07-21 15:22:34,706 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x89d9e0,0-->MSUlawEnc:0x8ad750,0 2017-07-21 15:22:34,707 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x8ad750,0-->MSRtpSend:0x72533930,0 2017-07-21 15:22:34,707 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x842500,0-->MSUlawDec:0x8bb8e8,0 2017-07-21 15:22:34,707 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x8bb8e8,0-->MSGenericPLC:0x8cc8a0,0 2017-07-21 15:22:34,707 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x8cc8a0,0-->MSDtmfGen:0x8aef08,0 2017-07-21 15:22:34,707 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x8aef08,0-->MSVolume:0x8a91c0,0 2017-07-21 15:22:34,708 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x8a91c0,0-->MSTee:0x8c0860,0 2017-07-21 15:22:34,708 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x8c0860,0-->MSEqualizer:0x8d57c8,0 2017-07-21 15:22:34,708 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x8d57c8,0-->MSAudioMixer:0x8a9158,0 2017-07-21 15:22:34,708 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:34,709 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x8cd7a0,0-->MSResample:0x84d1c8,0 2017-07-21 15:22:34,709 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x84d1c8,0-->MSAudioMixer:0x8a9158,1 2017-07-21 15:22:34,709 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8a9158,0-->MSFileRec:0x842e08,0 2017-07-21 15:22:34,709 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8adbd8,1-->MSResample:0x850e08,0 2017-07-21 15:22:34,710 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x850e08,0-->MSOpusEnc:0x8519f8,0 2017-07-21 15:22:34,710 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x8519f8,0-->MSMKVRecorder:0x7f9e40,1 2017-07-21 15:22:34,710 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x84df98,0-->MSMKVRecorder:0x7f9e40,0 2017-07-21 15:22:34,710 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x89d9e0,1-->MSAudioMixer:0x8adbd8,0 2017-07-21 15:22:34,710 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x8c0860,1-->MSAudioMixer:0x8adbd8,1 2017-07-21 15:22:34,711 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8adbd8,0-->MSFileRec:0x84d298,0 2017-07-21 15:22:34,711 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:34,711 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:34,711 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:34,712 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2017-07-21 15:22:34,712 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2017-07-21 15:22:34,712 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2017-07-21 15:22:34,712 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2017-07-21 15:22:34,713 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2017-07-21 15:22:34,713 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x72531c20] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2017-07-21 15:22:34,713 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x72531c20] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2017-07-21 15:22:34,713 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x72531c20] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2017-07-21 15:22:34,714 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2017-07-21 15:22:34,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb898 2017-07-21 15:22:34,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6bb808 2017-07-21 15:22:34,765 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:34,766 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x8a9158] is entering bypass mode. 2017-07-21 15:22:34,766 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x89d9e0] is entering bypass mode. 2017-07-21 15:22:34,766 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x8a9158] is leaving bypass mode. 2017-07-21 15:22:34,767 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [302] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.vflDMVRmq;rport=5060 From: "DoorPi" ;tag=Z5rP5TKv6 To: Call-ID: 7UIO1u2R6O CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.83 (Feb 22 2017) Content-Length: 0 2017-07-21 15:22:34,771 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [302] bytes parsed 2017-07-21 15:22:34,771 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:34,771 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x8a7d50], from state [CALLING] to [PROCEEDING] 2017-07-21 15:22:34,772 [INFO] [doorpi.sipphone.from_linphone] op [0x73c073f8] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2017-07-21 15:22:34,772 [INFO] [doorpi.sipphone.from_linphone] Op [0x73c073f8] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2017-07-21 15:22:34,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb898 2017-07-21 15:22:34,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6bb808 2017-07-21 15:22:34,825 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [690] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.vflDMVRmq;rport=5060 From: "DoorPi" ;tag=Z5rP5TKv6 To: ;tag=2B14571E0044A888 Call-ID: 7UIO1u2R6O CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.83 (Feb 22 2017) Content-Type: application/sdp Content-Length: 262 v=0 o=user 1235898 1235898 IN IP4 192.168.0.253 s=Talk c=IN IP4 192.168.0.253 t=0 0 m=audio 7082 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7083 m=video 0 RTP/AVP 96 2017-07-21 15:22:34,831 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [428] bytes parsed 2017-07-21 15:22:34,831 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] read [262] bytes of body from [192.168.0.253:5060] 2017-07-21 15:22:34,832 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:34,832 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x8afd70] , local tag [Z5rP5TKv6], remote tag [2B14571E0044A888] 2017-07-21 15:22:34,832 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x8afd70]: now updated by transaction [0x8a7d50]. 2017-07-21 15:22:34,834 [INFO] [doorpi.sipphone.from_linphone] op [0x73c073f8] : set_or_update_dialog() current=[(nil)] new=[0x8afd70] 2017-07-21 15:22:34,835 [INFO] [doorpi.sipphone.from_linphone] Op [0x73c073f8] receiving call response [183], dialog is [0x8afd70] in state [BELLE_SIP_DIALOG_EARLY] 2017-07-21 15:22:34,837 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2017-07-21 15:22:34,838 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2017-07-21 15:22:34,838 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2017-07-21 15:22:34,838 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2017-07-21 15:22:34,838 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2017-07-21 15:22:34,839 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2017-07-21 15:22:34,839 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2017-07-21 15:22:34,839 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73c0a430] rejected by peer 2017-07-21 15:22:34,839 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c330a8: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2017-07-21 15:22:34,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x73c330a8, 5, "Early media") 2017-07-21 15:22:34,840 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2017-07-21 15:22:34,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c02818) 2017-07-21 15:22:34,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:34,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f5d0 2017-07-21 15:22:34,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:34,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f5d0 2017-07-21 15:22:34,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f5d0 2017-07-21 15:22:34,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f5d0 2017-07-21 15:22:34,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f5d0 [0x73c02818]) 2017-07-21 15:22:34,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72fb33e0 2017-07-21 15:22:34,842 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,843 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,844 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,845 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8a4 2017-07-21 15:22:34,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:34,847 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:34,847 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2017-07-21 15:22:34,847 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x73c330a8] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2017-07-21 15:22:34,847 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2017-07-21 15:22:34,848 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x73c2ea58] sending to rtp [192.168.0.253:7082] rtcp [192.168.0.253:7083] 2017-07-21 15:22:34,848 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73c2ea58] 2017-07-21 15:22:34,848 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x73c2e970,0-->MSVoidSink:0x73c07508,0 2017-07-21 15:22:34,848 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2017-07-21 15:22:34,849 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:34,849 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-07-21 15:22:34,849 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-07-21 15:22:34,850 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x73c2df20] using payload's bitrate is 80000 2017-07-21 15:22:34,850 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x73c2df20] 2017-07-21 15:22:34,850 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-07-21 15:22:34,850 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-07-21 15:22:34,851 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x8ae4e0,0-->MSVolume:0x860470,0 2017-07-21 15:22:34,851 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x860470,0-->MSAudioMixer:0x8c4f00,0 2017-07-21 15:22:34,851 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8c4f00,0-->MSUlawEnc:0x8ace50,0 2017-07-21 15:22:34,851 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x8ace50,0-->MSRtpSend:0x73c2f678,0 2017-07-21 15:22:34,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x8a5770,0-->MSUlawDec:0x8c6c10,0 2017-07-21 15:22:34,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x8c6c10,0-->MSGenericPLC:0x8cbce0,0 2017-07-21 15:22:34,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x8cbce0,0-->MSDtmfGen:0x852800,0 2017-07-21 15:22:34,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x852800,0-->MSVolume:0x89b190,0 2017-07-21 15:22:34,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x89b190,0-->MSTee:0x8a6618,0 2017-07-21 15:22:34,853 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x8a6618,0-->MSEqualizer:0x8cc798,0 2017-07-21 15:22:34,853 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x8cc798,0-->MSAudioMixer:0x85e220,0 2017-07-21 15:22:34,853 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:34,853 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x8ce1e0,0-->MSResample:0x8ce0a0,0 2017-07-21 15:22:34,854 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x8ce0a0,0-->MSAudioMixer:0x85e220,1 2017-07-21 15:22:34,854 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x85e220,0-->MSAlsaWrite:0x8be150,0 2017-07-21 15:22:34,854 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8ca198,1-->MSResample:0x8acd28,0 2017-07-21 15:22:34,854 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x8acd28,0-->MSOpusEnc:0x8ca128,0 2017-07-21 15:22:34,854 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x8ca128,0-->MSMKVRecorder:0x8c0c18,1 2017-07-21 15:22:34,855 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x8a7bf0,0-->MSMKVRecorder:0x8c0c18,0 2017-07-21 15:22:34,855 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8c4f00,1-->MSAudioMixer:0x8ca198,0 2017-07-21 15:22:34,855 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x8a6618,1-->MSAudioMixer:0x8ca198,1 2017-07-21 15:22:34,855 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x8ca198,0-->MSFileRec:0x7deb70,0 2017-07-21 15:22:34,856 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:34,856 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:34,856 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2017-07-21 15:22:34,856 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2017-07-21 15:22:34,857 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2017-07-21 15:22:34,857 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2017-07-21 15:22:34,857 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2017-07-21 15:22:34,857 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x73c330a8] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2017-07-21 15:22:34,858 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x73c330a8] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2017-07-21 15:22:34,858 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x73c330a8] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2017-07-21 15:22:34,858 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2017-07-21 15:22:34,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x6bb880 2017-07-21 15:22:34,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6bb808 2017-07-21 15:22:34,911 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening default at 8000Hz, bits=16, stereo=0 2017-07-21 15:22:34,911 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC0D0c' failed (-2) 2017-07-21 15:22:34,911 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_r: Error opening PCM device default 2017-07-21 15:22:34,911 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73c2ea58] 2017-07-21 15:22:34,912 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x85e220] is entering bypass mode. 2017-07-21 15:22:34,912 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening default at 8000Hz, bits=16, stereo=0 2017-07-21 15:22:34,912 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 512 2017-07-21 15:22:34,912 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2017-07-21 15:22:34,913 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2017-07-21 15:22:34,913 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x8c4f00] is entering bypass mode. 2017-07-21 15:22:34,913 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x85e220] is leaving bypass mode. 2017-07-21 15:22:34,913 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [287] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 486 Busy Here Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.vflDMVRmq;rport=5060 From: "DoorPi" ;tag=Z5rP5TKv6 To: ;tag=2B14571E0044A888 Call-ID: 7UIO1u2R6O CSeq: 21 INVITE User-Agent: FRITZ!OS Content-Length: 0 2017-07-21 15:22:34,917 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [287] bytes parsed 2017-07-21 15:22:34,918 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:34,918 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x8a7d50], from state [PROCEEDING] to [COMPLETED] 2017-07-21 15:22:34,918 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [372] bytes ACK sip:**614@192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.vflDMVRmq;rport Call-ID: 7UIO1u2R6O From: "DoorPi" ;tag=Z5rP5TKv6 To: ;tag=2B14571E0044A888 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 21 ACK 2017-07-21 15:22:34,919 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x8afd70]: now updated by transaction [0x8a7d50]. 2017-07-21 15:22:34,919 [INFO] [doorpi.sipphone.from_linphone] dialog [0x8afd70] deleted. 2017-07-21 15:22:34,919 [INFO] [doorpi.sipphone.from_linphone] op [0x73c073f8] : set_or_update_dialog() current=[0x8afd70] new=[0x8afd70] 2017-07-21 15:22:34,919 [INFO] [doorpi.sipphone.from_linphone] Op [0x73c073f8] receiving call response [486], dialog is [0x8afd70] in state [BELLE_SIP_DIALOG_TERMINATED] 2017-07-21 15:22:34,920 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2017-07-21 15:22:34,920 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2017-07-21 15:22:34,921 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:34,921 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2017-07-21 15:22:34,921 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-07-21 15:22:34,921 [INFO] [doorpi.sipphone.from_linphone] sent 0 packets 2017-07-21 15:22:34,921 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-07-21 15:22:34,922 [INFO] [doorpi.sipphone.from_linphone] 0 bytes 2017-07-21 15:22:34,922 [INFO] [doorpi.sipphone.from_linphone] received 15 packets 2017-07-21 15:22:34,922 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-07-21 15:22:34,922 [INFO] [doorpi.sipphone.from_linphone] 2580 bytes 2017-07-21 15:22:34,922 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 1548 bytes 2017-07-21 15:22:34,923 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2017-07-21 15:22:34,923 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2017-07-21 15:22:34,923 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2017-07-21 15:22:34,923 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2017-07-21 15:22:34,924 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:34,924 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x8ae4e0,0-->MSVolume:0x860470,0 2017-07-21 15:22:34,924 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x860470,0-->MSAudioMixer:0x8c4f00,0 2017-07-21 15:22:34,924 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8c4f00,0-->MSUlawEnc:0x8ace50,0 2017-07-21 15:22:34,924 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x8ace50,0-->MSRtpSend:0x73c2f678,0 2017-07-21 15:22:34,925 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x8a5770,0-->MSUlawDec:0x8c6c10,0 2017-07-21 15:22:34,925 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x8c6c10,0-->MSGenericPLC:0x8cbce0,0 2017-07-21 15:22:34,925 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x8cbce0,0-->MSDtmfGen:0x852800,0 2017-07-21 15:22:34,925 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x852800,0-->MSVolume:0x89b190,0 2017-07-21 15:22:34,926 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x89b190,0-->MSTee:0x8a6618,0 2017-07-21 15:22:34,926 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x8a6618,0-->MSEqualizer:0x8cc798,0 2017-07-21 15:22:34,926 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x8cc798,0-->MSAudioMixer:0x85e220,0 2017-07-21 15:22:34,926 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x8ce1e0,0-->MSResample:0x8ce0a0,0 2017-07-21 15:22:34,926 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x8ce0a0,0-->MSAudioMixer:0x85e220,1 2017-07-21 15:22:34,927 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x85e220,0-->MSAlsaWrite:0x8be150,0 2017-07-21 15:22:34,927 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8ca198,1-->MSResample:0x8acd28,0 2017-07-21 15:22:34,927 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x8acd28,0-->MSOpusEnc:0x8ca128,0 2017-07-21 15:22:34,927 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x8ca128,0-->MSMKVRecorder:0x8c0c18,1 2017-07-21 15:22:34,928 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x8a7bf0,0-->MSMKVRecorder:0x8c0c18,0 2017-07-21 15:22:34,928 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8c4f00,1-->MSAudioMixer:0x8ca198,0 2017-07-21 15:22:34,928 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x8a6618,1-->MSAudioMixer:0x8ca198,1 2017-07-21 15:22:34,928 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8ca198,0-->MSFileRec:0x7deb70,0 2017-07-21 15:22:34,929 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2017-07-21 15:22:34,929 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:34,929 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2017-07-21 15:22:34,929 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2017-07-21 15:22:34,929 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-07-21 15:22:34,930 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 26 0,381609 60,0257 2017-07-21 15:22:34,930 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 91 0,0260488 13,9614 2017-07-21 15:22:34,930 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 6 0,340369 13,8804 2017-07-21 15:22:34,930 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 6 0,13331 5,43644 2017-07-21 15:22:34,931 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 84 0,00447358 2,21528 2017-07-21 15:22:34,931 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 28 0,007974 1,34719 2017-07-21 15:22:34,931 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 28 0,00260234 0,439661 2017-07-21 15:22:34,931 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 48 0,00134996 0,385364 2017-07-21 15:22:34,932 [INFO] [doorpi.sipphone.from_linphone] MSVolume 19 0,00330455 0,385032 2017-07-21 15:22:34,932 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 9 0,0055001 0,320424 2017-07-21 15:22:34,932 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 50 0,00106725 0,317098 2017-07-21 15:22:34,932 [INFO] [doorpi.sipphone.from_linphone] MSTee 19 0,00257555 0,300092 2017-07-21 15:22:34,932 [INFO] [doorpi.sipphone.from_linphone] MSResample 26 0,00143893 0,226338 2017-07-21 15:22:34,933 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 28 0,00118359 0,199964 2017-07-21 15:22:34,933 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 12 0,00209546 0,1587 2017-07-21 15:22:34,933 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 28 0,000897966 0,151709 2017-07-21 15:22:34,933 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 12 0,00177077 0,13411 2017-07-21 15:22:34,934 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 19 0,000987 0,115001 2017-07-21 15:22:34,934 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 0 0 0 2017-07-21 15:22:34,934 [INFO] [doorpi.sipphone.from_linphone] MSAlawDec 0 0 0 2017-07-21 15:22:34,934 [INFO] [doorpi.sipphone.from_linphone] MSAlawEnc 0 0 0 2017-07-21 15:22:34,935 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2017-07-21 15:22:34,935 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2017-07-21 15:22:34,935 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:34,935 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c330a8: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallError 2017-07-21 15:22:34,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x8007e8, 0x73c30cf8) 2017-07-21 15:22:34,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2017-07-21 15:22:34,941 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2017-07-21 15:22:34,941 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_log_updated] 2017-07-21 15:22:34,942 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2017-07-21 15:22:34,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x73c330a8, 12, "Busy Here") 2017-07-21 15:22:34,942 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (12 - Busy Here) 2017-07-21 15:22:34,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:34,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c02818) 2017-07-21 15:22:34,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:34,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f580 2017-07-21 15:22:34,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:34,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f580 2017-07-21 15:22:34,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f580 2017-07-21 15:22:34,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f580 2017-07-21 15:22:34,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f580 [0x73c02818]) 2017-07-21 15:22:34,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72fb3530 2017-07-21 15:22:34,945 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:34,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,947 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:34,948 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:34,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:34,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:34,949 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:34,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:34,949 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:34,950 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:34,950 [INFO] [doorpi.sipphone.from_linphone] configuring resampler output to rate=[8000], nchannels=[1] 2017-07-21 15:22:34,950 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x8ae4e0,0-->MSDtmfGen:0x8c6250,0 2017-07-21 15:22:34,951 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-07-21 15:22:34,951 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker priority set to SCHED_RR and value (99) 2017-07-21 15:22:34,951 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x8c6250,0-->MSResample:0x8cb1b8,0 2017-07-21 15:22:34,951 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x8cb1b8,0-->MSAlsaWrite:0x89d950,0 2017-07-21 15:22:34,952 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:34,952 [INFO] [doorpi.sipphone.from_linphone] Playing tones of frequencies 440,0 Hz, duration=500, amplitude=1,000000 interval=500, repeat_count=3 2017-07-21 15:22:35,002 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x8afd70] terminated for op [0x73c073f8] 2017-07-21 15:22:35,053 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c330a8: moving from state LinphoneCallError to LinphoneCallReleased 2017-07-21 15:22:35,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x73c330a8, 18, "Call released") 2017-07-21 15:22:35,054 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2017-07-21 15:22:35,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f600 [0x73c330a8]) 2017-07-21 15:22:35,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c02818) 2017-07-21 15:22:35,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:35,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f680 2017-07-21 15:22:35,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:35,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f680 2017-07-21 15:22:35,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f680 2017-07-21 15:22:35,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f680 2017-07-21 15:22:35,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f680 [0x73c02818]) 2017-07-21 15:22:35,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72fb3620 2017-07-21 15:22:35,057 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:35,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:35,058 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:35,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:35,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:35,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:35,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:35,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8b0 2017-07-21 15:22:35,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:35,060 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:35,060 [INFO] [doorpi.sipphone.from_linphone] op [0x73c073f8] : set_or_update_dialog() current=[0x8afd70] new=[(nil)] 2017-07-21 15:22:35,111 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening default at 8000Hz, bits=16, stereo=0 2017-07-21 15:22:35,111 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 512 2017-07-21 15:22:35,112 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2017-07-21 15:22:35,112 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2017-07-21 15:22:35,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:35,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:35,468 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:35,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:35,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:35,469 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:35,470 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 72,0,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:35,470 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9,207199 video=0,000000 2017-07-21 15:22:35,724 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x8a9158] is entering bypass mode. 2017-07-21 15:22:36,282 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0x72532558]. 2017-07-21 15:22:36,283 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72531a20], local statistics available: Local current jitter buffer size: 56,9ms 2017-07-21 15:22:36,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:36,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:36,284 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:36,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:36,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:36,438 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:36,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:36,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:36,439 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:36,439 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 72,0,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:36,440 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,217927 video=0,000000 2017-07-21 15:22:36,491 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:36,949 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:37,051 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x72531a20]: receiving RTCP SR 2017-07-21 15:22:37,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:37,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:37,052 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:37,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:37,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:37,459 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:37,460 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:37,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:37,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:37,461 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:37,462 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:37,462 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,629515 video=0,000000 2017-07-21 15:22:37,969 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:38,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:38,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:38,428 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:38,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:38,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:38,429 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:38,430 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:38,430 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,236735 video=0,000000 2017-07-21 15:22:38,481 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:38,988 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:39,193 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0x72532558]. 2017-07-21 15:22:39,193 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72531a20], local statistics available: Local current jitter buffer size: 57,8ms 2017-07-21 15:22:39,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:39,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:39,195 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:39,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:39,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:39,456 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:39,456 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:39,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:39,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:39,458 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:39,458 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 79,9,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:39,459 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,231813 video=0,000000 2017-07-21 15:22:39,966 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:40,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:40,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:40,423 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:40,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:40,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:40,425 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:40,425 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 79,9,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:40,425 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,095969 video=0,000000 2017-07-21 15:22:40,477 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:40,530 [INFO] [doorpi.sipphone.from_linphone] Releasing inactive tone player. 2017-07-21 15:22:40,542 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x8ae4e0,0-->MSDtmfGen:0x8c6250,0 2017-07-21 15:22:40,543 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x8c6250,0-->MSResample:0x8cb1b8,0 2017-07-21 15:22:40,543 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x8cb1b8,0-->MSAlsaWrite:0x89d950,0 2017-07-21 15:22:40,551 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker thread exiting 2017-07-21 15:22:40,956 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:41,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:41,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:41,465 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:41,466 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:41,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:41,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:41,467 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:41,467 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:41,468 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,229005 video=0,000000 2017-07-21 15:22:41,975 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:42,281 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0x72532558]. 2017-07-21 15:22:42,282 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72531a20], local statistics available: Local current jitter buffer size: 58,8ms 2017-07-21 15:22:42,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:42,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:42,283 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:42,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:42,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:42,437 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:42,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:42,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:42,438 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:42,439 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:42,439 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,173759 video=0,000000 2017-07-21 15:22:42,440 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x72531a20]: receiving RTCP SR 2017-07-21 15:22:42,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:42,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:42,441 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:42,492 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:42,949 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:43,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:43,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:43,458 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:43,458 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:43,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:43,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:43,459 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:43,460 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:43,460 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,213208 video=0,000000 2017-07-21 15:22:43,968 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:44,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:44,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:44,425 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:44,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:44,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:44,426 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:44,426 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:44,427 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,057718 video=0,000000 2017-07-21 15:22:44,479 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:44,986 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:45,038 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0x72532558]. 2017-07-21 15:22:45,039 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72531a20], local statistics available: Local current jitter buffer size: 59,1ms 2017-07-21 15:22:45,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:45,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:45,041 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:45,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:45,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:45,447 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:45,447 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:45,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:45,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:45,449 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:45,449 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:45,450 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,077696 video=0,000000 2017-07-21 15:22:45,957 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:46,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:46,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:46,466 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:46,466 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:46,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:46,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:46,467 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:46,468 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:46,468 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,343042 video=0,000000 2017-07-21 15:22:46,976 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:47,078 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x72531a20]: receiving RTCP SR 2017-07-21 15:22:47,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:47,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:47,080 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:47,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:47,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:47,438 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:47,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:47,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:47,439 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:47,440 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:47,440 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,071736 video=0,000000 2017-07-21 15:22:47,491 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:47,949 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP RR compound message on session [0x72532558]. 2017-07-21 15:22:47,949 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:47,950 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72531a20], local statistics available: Local current jitter buffer size: 59,0ms 2017-07-21 15:22:47,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:47,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:47,951 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:48,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:48,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:48,460 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:48,461 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:48,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:48,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:48,462 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:48,462 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:48,463 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,162736 video=0,000000 2017-07-21 15:22:48,970 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:49,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:49,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:49,427 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:49,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:49,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:49,429 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:49,429 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:49,430 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,170392 video=0,000000 2017-07-21 15:22:49,481 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:49,989 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:50,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:50,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:50,452 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:50,452 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:50,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:50,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:50,454 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:50,454 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:50,455 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,297355 video=0,000000 2017-07-21 15:22:50,962 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:51,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:51,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:51,420 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:51,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:51,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:51,421 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:51,422 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:51,422 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,089473 video=0,000000 2017-07-21 15:22:51,473 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:51,981 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:52,083 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x84fb60], from state [ACCEPTED] to [TERMINATED] 2017-07-21 15:22:52,084 [INFO] [doorpi.sipphone.from_linphone] Server INVITE transaction [0x84fb60] terminated 2017-07-21 15:22:52,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x725320e0) 2017-07-21 15:22:52,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:52,442 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:52,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x8007e8, 0x72531c20, 0x72532198) 2017-07-21 15:22:52,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-07-21 15:22:52,443 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_stats_updated] 2017-07-21 15:22:52,443 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72531c20]: RTP audio=[d= 80,0,u= 0,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2017-07-21 15:22:52,444 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,012228 video=0,000000 2017-07-21 15:22:52,495 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x72532558] 2017-07-21 15:22:52,546 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: received [287] new bytes from [UDP://192.168.0.253:5060]: SIP/2.0 486 Busy Here Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.0C0lsl30o;rport=5060 From: "DoorPi" ;tag=Lsc0f3-1T To: ;tag=139C6C0E4FB09F18 Call-ID: cQQyF2Kq0D CSeq: 21 INVITE User-Agent: FRITZ!OS Content-Length: 0 2017-07-21 15:22:52,554 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0] [287] bytes parsed 2017-07-21 15:22:52,555 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-07-21 15:22:52,555 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x8d3828], from state [PROCEEDING] to [COMPLETED] 2017-07-21 15:22:52,556 [INFO] [doorpi.sipphone.from_linphone] channel [0x86abb0]: message sent to [UDP://192.168.0.253:5060], size: [372] bytes ACK sip:**614@192.168.0.253 SIP/2.0 Via: SIP/2.0/UDP 192.168.0.65:5060;branch=z9hG4bK.0C0lsl30o;rport Call-ID: cQQyF2Kq0D From: "DoorPi" ;tag=Lsc0f3-1T To: ;tag=139C6C0E4FB09F18 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 21 ACK 2017-07-21 15:22:52,557 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x8cb228]: now updated by transaction [0x8d3828]. 2017-07-21 15:22:52,557 [INFO] [doorpi.sipphone.from_linphone] dialog [0x8cb228] deleted. 2017-07-21 15:22:52,558 [INFO] [doorpi.sipphone.from_linphone] op [0x72507398] : set_or_update_dialog() current=[0x8cb228] new=[0x8cb228] 2017-07-21 15:22:52,558 [INFO] [doorpi.sipphone.from_linphone] Op [0x72507398] receiving call response [486], dialog is [0x8cb228] in state [BELLE_SIP_DIALOG_TERMINATED] 2017-07-21 15:22:52,559 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2017-07-21 15:22:52,559 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:52,560 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2017-07-21 15:22:52,560 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-07-21 15:22:52,561 [INFO] [doorpi.sipphone.from_linphone] sent 0 packets 2017-07-21 15:22:52,561 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-07-21 15:22:52,561 [INFO] [doorpi.sipphone.from_linphone] 0 bytes 2017-07-21 15:22:52,562 [INFO] [doorpi.sipphone.from_linphone] received 901 packets 2017-07-21 15:22:52,562 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-07-21 15:22:52,563 [INFO] [doorpi.sipphone.from_linphone] 154972 bytes 2017-07-21 15:22:52,563 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 153768 bytes 2017-07-21 15:22:52,564 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2017-07-21 15:22:52,564 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2017-07-21 15:22:52,565 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2017-07-21 15:22:52,565 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2017-07-21 15:22:52,566 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:52,566 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x8cbb10,0-->MSResample:0x8cca08,0 2017-07-21 15:22:52,567 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x8cca08,0-->MSVolume:0x8a9b80,0 2017-07-21 15:22:52,567 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x8a9b80,0-->MSAudioMixer:0x89d9e0,0 2017-07-21 15:22:52,567 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x89d9e0,0-->MSUlawEnc:0x8ad750,0 2017-07-21 15:22:52,568 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x8ad750,0-->MSRtpSend:0x72533930,0 2017-07-21 15:22:52,568 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x842500,0-->MSUlawDec:0x8bb8e8,0 2017-07-21 15:22:52,569 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x8bb8e8,0-->MSGenericPLC:0x8cc8a0,0 2017-07-21 15:22:52,569 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x8cc8a0,0-->MSDtmfGen:0x8aef08,0 2017-07-21 15:22:52,570 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x8aef08,0-->MSVolume:0x8a91c0,0 2017-07-21 15:22:52,570 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x8a91c0,0-->MSTee:0x8c0860,0 2017-07-21 15:22:52,571 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x8c0860,0-->MSEqualizer:0x8d57c8,0 2017-07-21 15:22:52,571 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x8d57c8,0-->MSAudioMixer:0x8a9158,0 2017-07-21 15:22:52,572 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x8cd7a0,0-->MSResample:0x84d1c8,0 2017-07-21 15:22:52,572 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x84d1c8,0-->MSAudioMixer:0x8a9158,1 2017-07-21 15:22:52,573 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8a9158,0-->MSFileRec:0x842e08,0 2017-07-21 15:22:52,573 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8adbd8,1-->MSResample:0x850e08,0 2017-07-21 15:22:52,574 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x850e08,0-->MSOpusEnc:0x8519f8,0 2017-07-21 15:22:52,574 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x8519f8,0-->MSMKVRecorder:0x7f9e40,1 2017-07-21 15:22:52,575 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x84df98,0-->MSMKVRecorder:0x7f9e40,0 2017-07-21 15:22:52,575 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x89d9e0,1-->MSAudioMixer:0x8adbd8,0 2017-07-21 15:22:52,575 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x8c0860,1-->MSAudioMixer:0x8adbd8,1 2017-07-21 15:22:52,576 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x8adbd8,0-->MSFileRec:0x84d298,0 2017-07-21 15:22:52,577 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2017-07-21 15:22:52,577 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:52,578 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2017-07-21 15:22:52,578 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2017-07-21 15:22:52,579 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-07-21 15:22:52,579 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 1854 0,0385967 29,9727 2017-07-21 15:22:52,579 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 104 0,618794 27,1999 2017-07-21 15:22:52,580 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 5373 0,00299061 6,72805 2017-07-21 15:22:52,580 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 1791 0,00757266 5,68092 2017-07-21 15:22:52,581 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 2349 0,00566455 5,57269 2017-07-21 15:22:52,581 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 306 0,0431446 5,54494 2017-07-21 15:22:52,582 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 891 0,0138514 5,17238 2017-07-21 15:22:52,582 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 4134 0,0017905 3,09943 2017-07-21 15:22:52,583 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 1791 0,00368342 2,76325 2017-07-21 15:22:52,583 [INFO] [doorpi.sipphone.from_linphone] MSVolume 901 0,00711704 2,68743 2017-07-21 15:22:52,584 [INFO] [doorpi.sipphone.from_linphone] MSTee 901 0,00399722 1,50937 2017-07-21 15:22:52,584 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 1791 0,00177311 1,33016 2017-07-21 15:22:52,584 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 1047 0,003005 1,31837 2017-07-21 15:22:52,585 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 901 0,00186442 0,704015 2017-07-21 15:22:52,585 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 6 0,13331 0,390654 2017-07-21 15:22:52,586 [INFO] [doorpi.sipphone.from_linphone] MSResample 404 0,00150499 0,255164 2017-07-21 15:22:52,586 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 51 0,00271931 0,0591962 2017-07-21 15:22:52,587 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 12 0,00209546 0,0114039 2017-07-21 15:22:52,587 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 0 0 0 2017-07-21 15:22:52,588 [INFO] [doorpi.sipphone.from_linphone] MSAlawDec 0 0 0 2017-07-21 15:22:52,588 [INFO] [doorpi.sipphone.from_linphone] MSAlawEnc 0 0 0 2017-07-21 15:22:52,589 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2017-07-21 15:22:52,589 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2017-07-21 15:22:52,589 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-07-21 15:22:52,590 [INFO] [doorpi.sipphone.from_linphone] Call 0x72531c20: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallError 2017-07-21 15:22:52,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x8007e8, 0x72530bf8) 2017-07-21 15:22:52,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2017-07-21 15:22:52,597 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2017-07-21 15:22:52,598 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_log_updated] 2017-07-21 15:22:52,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x72531c20, 12, "Busy Here") 2017-07-21 15:22:52,599 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (12 - Busy Here) 2017-07-21 15:22:52,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f5e0 [0x72531c20]) 2017-07-21 15:22:52,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72503c38) 2017-07-21 15:22:52,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:52,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f6d0 2017-07-21 15:22:52,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:52,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f6d0 2017-07-21 15:22:52,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f6d0 2017-07-21 15:22:52,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f6d0 2017-07-21 15:22:52,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f6d0 [0x72503c38]) 2017-07-21 15:22:52,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72fb3620 2017-07-21 15:22:52,604 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:52,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:52,606 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:52,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:52,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:52,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:52,610 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:52,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:52,612 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:52,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:52,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:52,614 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:52,615 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-07-21 15:22:52,615 [INFO] [doorpi.sipphone.from_linphone] configuring resampler output to rate=[8000], nchannels=[1] 2017-07-21 15:22:52,616 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x8c9ed8,0-->MSDtmfGen:0x84d1c8,0 2017-07-21 15:22:52,617 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-07-21 15:22:52,617 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker priority set to SCHED_RR and value (99) 2017-07-21 15:22:52,618 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x84d1c8,0-->MSResample:0x8ccbd8,0 2017-07-21 15:22:52,618 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x8ccbd8,0-->MSAlsaWrite:0x8b17c0,0 2017-07-21 15:22:52,619 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-07-21 15:22:52,619 [INFO] [doorpi.sipphone.from_linphone] Playing tones of frequencies 440,0 Hz, duration=500, amplitude=1,000000 interval=500, repeat_count=3 2017-07-21 15:22:52,670 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x8cb228] terminated for op [0x72507398] 2017-07-21 15:22:52,722 [INFO] [doorpi.sipphone.from_linphone] Call 0x72531c20: moving from state LinphoneCallError to LinphoneCallReleased 2017-07-21 15:22:52,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x8007e8, 0x72531c20, 18, "Call released") 2017-07-21 15:22:52,723 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2017-07-21 15:22:52,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d1f5e0 [0x72531c20]) 2017-07-21 15:22:52,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72503c38) 2017-07-21 15:22:52,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-07-21 15:22:52,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d1f6c0 2017-07-21 15:22:52,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-07-21 15:22:52,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d1f6c0 2017-07-21 15:22:52,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d1f6c0 2017-07-21 15:22:52,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d1f6c0 2017-07-21 15:22:52,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d1f6c0 [0x72503c38]) 2017-07-21 15:22:52,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72fb3770 2017-07-21 15:22:52,728 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-07-21 15:22:52,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:52,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:52,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:52,731 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:22:52,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:52,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75b5dde8 [0x8007e8]) 2017-07-21 15:22:52,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x6bb8bc 2017-07-21 15:22:52,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-07-21 15:22:52,735 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening default at 8000Hz, bits=16, stereo=0 2017-07-21 15:22:52,736 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 512 2017-07-21 15:22:52,737 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2017-07-21 15:22:52,738 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2017-07-21 15:22:52,739 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x8007e8] notifying [call_state_changed] 2017-07-21 15:22:52,739 [INFO] [doorpi.sipphone.from_linphone] op [0x72507398] : set_or_update_dialog() current=[0x8cb228] new=[(nil)] 2017-07-21 15:22:58,057 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x8c1990], from state [COMPLETED] to [TERMINATED] 2017-07-21 15:22:58,058 [INFO] [doorpi.sipphone.from_linphone] Server BYE transaction [0x8c1990] terminated 2017-07-21 15:22:58,058 [INFO] [doorpi.sipphone.from_linphone] Destroying op [0x84d9b0] of type [SalOpCall] 2017-07-21 15:22:58,514 [INFO] [doorpi.sipphone.from_linphone] Releasing inactive tone player. 2017-07-21 15:22:58,527 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x8c9ed8,0-->MSDtmfGen:0x84d1c8,0 2017-07-21 15:22:58,528 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x84d1c8,0-->MSResample:0x8ccbd8,0 2017-07-21 15:22:58,528 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x8ccbd8,0-->MSAlsaWrite:0x8b17c0,0 2017-07-21 15:22:58,536 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker thread exiting 2017-07-21 15:23:01,610 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2017-07-21 15:23:01,612 [DEBUG] [doorpi.doorpi] destroy doorpi 2017-07-21 15:23:01,612 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1996124160)>, , ] 2017-07-21 15:23:01,613 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2017-07-21 15:23:01,616 [DEBUG] [doorpi.action.handler] [49UAXA] fire for event OnShutdown this actions [, , , ] 2017-07-21 15:23:01,616 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2017-07-21 15:23:01,617 [TRACE] [doorpi.action.handler] [49UAXA] try to fire action TimeTickDestroyAction with args () and kwargs {} 2017-07-21 15:23:01,618 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2017-07-21 15:23:01,618 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2017-07-21 15:23:01,619 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,619 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2017-07-21 15:23:01,619 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2017-07-21 15:23:01,620 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,620 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2017-07-21 15:23:01,621 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2017-07-21 15:23:01,621 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,621 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2017-07-21 15:23:01,622 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2017-07-21 15:23:01,622 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,623 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2017-07-21 15:23:01,623 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2017-07-21 15:23:01,623 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,624 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2017-07-21 15:23:01,624 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2017-07-21 15:23:01,625 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,625 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2017-07-21 15:23:01,625 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2017-07-21 15:23:01,626 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,626 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2017-07-21 15:23:01,627 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2017-07-21 15:23:01,627 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,627 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2017-07-21 15:23:01,628 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2017-07-21 15:23:01,628 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,629 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2017-07-21 15:23:01,629 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2017-07-21 15:23:01,630 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,630 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2017-07-21 15:23:01,630 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2017-07-21 15:23:01,631 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,631 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2017-07-21 15:23:01,632 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2017-07-21 15:23:01,632 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,632 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2017-07-21 15:23:01,633 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2017-07-21 15:23:01,633 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,634 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2017-07-21 15:23:01,634 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2017-07-21 15:23:01,634 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,635 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2017-07-21 15:23:01,635 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2017-07-21 15:23:01,636 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,636 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2017-07-21 15:23:01,636 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2017-07-21 15:23:01,637 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,637 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2017-07-21 15:23:01,638 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2017-07-21 15:23:01,638 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,638 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2017-07-21 15:23:01,639 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2017-07-21 15:23:01,639 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,640 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2017-07-21 15:23:01,640 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2017-07-21 15:23:01,641 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,641 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2017-07-21 15:23:01,641 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2017-07-21 15:23:01,642 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,642 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2017-07-21 15:23:01,643 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2017-07-21 15:23:01,643 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,643 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2017-07-21 15:23:01,644 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2017-07-21 15:23:01,644 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,645 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2017-07-21 15:23:01,645 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2017-07-21 15:23:01,646 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,647 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2017-07-21 15:23:01,648 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2017-07-21 15:23:01,648 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,649 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2017-07-21 15:23:01,650 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2017-07-21 15:23:01,650 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,651 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2017-07-21 15:23:01,651 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2017-07-21 15:23:01,652 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,652 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2017-07-21 15:23:01,653 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2017-07-21 15:23:01,653 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,654 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2017-07-21 15:23:01,654 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2017-07-21 15:23:01,655 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,655 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2017-07-21 15:23:01,655 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2017-07-21 15:23:01,656 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,657 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2017-07-21 15:23:01,657 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2017-07-21 15:23:01,657 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,658 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2017-07-21 15:23:01,658 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2017-07-21 15:23:01,659 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,659 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2017-07-21 15:23:01,660 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2017-07-21 15:23:01,660 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,661 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2017-07-21 15:23:01,661 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2017-07-21 15:23:01,661 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,662 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2017-07-21 15:23:01,662 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2017-07-21 15:23:01,663 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,663 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2017-07-21 15:23:01,663 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2017-07-21 15:23:01,664 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,664 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2017-07-21 15:23:01,665 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2017-07-21 15:23:01,665 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,665 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2017-07-21 15:23:01,666 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2017-07-21 15:23:01,666 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,667 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2017-07-21 15:23:01,667 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2017-07-21 15:23:01,667 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,668 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2017-07-21 15:23:01,668 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2017-07-21 15:23:01,669 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,669 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2017-07-21 15:23:01,669 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2017-07-21 15:23:01,670 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,670 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2017-07-21 15:23:01,671 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2017-07-21 15:23:01,671 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,671 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2017-07-21 15:23:01,672 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2017-07-21 15:23:01,672 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,673 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2017-07-21 15:23:01,673 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2017-07-21 15:23:01,673 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,674 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2017-07-21 15:23:01,674 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2017-07-21 15:23:01,675 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,675 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2017-07-21 15:23:01,676 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2017-07-21 15:23:01,676 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,676 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2017-07-21 15:23:01,677 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2017-07-21 15:23:01,677 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,677 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2017-07-21 15:23:01,678 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2017-07-21 15:23:01,678 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,679 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2017-07-21 15:23:01,679 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2017-07-21 15:23:01,679 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,680 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2017-07-21 15:23:01,680 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2017-07-21 15:23:01,681 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,681 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2017-07-21 15:23:01,682 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2017-07-21 15:23:01,682 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,682 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2017-07-21 15:23:01,683 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2017-07-21 15:23:01,683 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,684 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2017-07-21 15:23:01,684 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2017-07-21 15:23:01,684 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,685 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2017-07-21 15:23:01,685 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2017-07-21 15:23:01,686 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,686 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2017-07-21 15:23:01,686 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2017-07-21 15:23:01,687 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,687 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2017-07-21 15:23:01,688 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2017-07-21 15:23:01,688 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,689 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2017-07-21 15:23:01,690 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2017-07-21 15:23:01,691 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,691 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2017-07-21 15:23:01,692 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2017-07-21 15:23:01,693 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,694 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2017-07-21 15:23:01,694 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2017-07-21 15:23:01,695 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,695 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2017-07-21 15:23:01,695 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2017-07-21 15:23:01,696 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,696 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2017-07-21 15:23:01,697 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2017-07-21 15:23:01,697 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,698 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2017-07-21 15:23:01,698 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2017-07-21 15:23:01,699 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,700 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2017-07-21 15:23:01,700 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2017-07-21 15:23:01,701 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,701 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2017-07-21 15:23:01,701 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2017-07-21 15:23:01,702 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,702 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2017-07-21 15:23:01,703 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2017-07-21 15:23:01,703 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,703 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2017-07-21 15:23:01,704 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2017-07-21 15:23:01,704 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,705 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2017-07-21 15:23:01,705 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2017-07-21 15:23:01,705 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,706 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2017-07-21 15:23:01,706 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2017-07-21 15:23:01,707 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,707 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2017-07-21 15:23:01,707 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2017-07-21 15:23:01,708 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,708 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2017-07-21 15:23:01,709 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2017-07-21 15:23:01,709 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,709 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2017-07-21 15:23:01,710 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2017-07-21 15:23:01,710 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,711 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2017-07-21 15:23:01,711 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2017-07-21 15:23:01,711 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,712 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2017-07-21 15:23:01,712 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2017-07-21 15:23:01,713 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,713 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2017-07-21 15:23:01,713 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2017-07-21 15:23:01,714 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,714 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2017-07-21 15:23:01,715 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2017-07-21 15:23:01,715 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,715 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2017-07-21 15:23:01,716 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2017-07-21 15:23:01,716 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,717 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2017-07-21 15:23:01,717 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2017-07-21 15:23:01,717 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,718 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2017-07-21 15:23:01,718 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2017-07-21 15:23:01,719 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,719 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2017-07-21 15:23:01,719 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2017-07-21 15:23:01,720 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,720 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2017-07-21 15:23:01,721 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2017-07-21 15:23:01,721 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,722 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2017-07-21 15:23:01,722 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2017-07-21 15:23:01,722 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,723 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2017-07-21 15:23:01,723 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2017-07-21 15:23:01,724 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,724 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2017-07-21 15:23:01,724 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2017-07-21 15:23:01,725 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,725 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2017-07-21 15:23:01,726 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2017-07-21 15:23:01,726 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,726 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2017-07-21 15:23:01,727 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2017-07-21 15:23:01,727 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,728 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2017-07-21 15:23:01,729 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2017-07-21 15:23:01,730 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,731 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2017-07-21 15:23:01,732 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2017-07-21 15:23:01,732 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,732 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2017-07-21 15:23:01,733 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2017-07-21 15:23:01,733 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,733 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2017-07-21 15:23:01,733 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2017-07-21 15:23:01,734 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,734 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2017-07-21 15:23:01,734 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2017-07-21 15:23:01,734 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,735 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2017-07-21 15:23:01,735 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2017-07-21 15:23:01,735 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,735 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2017-07-21 15:23:01,735 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2017-07-21 15:23:01,736 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,736 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2017-07-21 15:23:01,736 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2017-07-21 15:23:01,736 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,737 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2017-07-21 15:23:01,737 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2017-07-21 15:23:01,737 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,737 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2017-07-21 15:23:01,737 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2017-07-21 15:23:01,738 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,738 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2017-07-21 15:23:01,738 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2017-07-21 15:23:01,738 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,739 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2017-07-21 15:23:01,739 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2017-07-21 15:23:01,739 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,739 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2017-07-21 15:23:01,740 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2017-07-21 15:23:01,740 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,740 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2017-07-21 15:23:01,740 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2017-07-21 15:23:01,740 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,741 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2017-07-21 15:23:01,741 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2017-07-21 15:23:01,741 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,741 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2017-07-21 15:23:01,741 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2017-07-21 15:23:01,742 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,742 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2017-07-21 15:23:01,742 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2017-07-21 15:23:01,742 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,742 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2017-07-21 15:23:01,743 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2017-07-21 15:23:01,743 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,743 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2017-07-21 15:23:01,743 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2017-07-21 15:23:01,743 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,744 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2017-07-21 15:23:01,744 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2017-07-21 15:23:01,744 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,744 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2017-07-21 15:23:01,744 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2017-07-21 15:23:01,745 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2017-07-21 15:23:01,745 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2017-07-21 15:23:01,745 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2017-07-21 15:23:01,745 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2017-07-21 15:23:01,746 [TRACE] [doorpi.action.handler] [49UAXA] try to fire action WebServerShutdownAction with args () and kwargs {} 2017-07-21 15:23:01,746 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2017-07-21 15:23:01,746 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2017-07-21 15:23:01,747 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2017-07-21 15:23:01,747 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2017-07-21 15:23:01,748 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2017-07-21 15:23:01,748 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2017-07-21 15:23:01,748 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2017-07-21 15:23:01,748 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2017-07-21 15:23:01,749 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2017-07-21 15:23:01,749 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2017-07-21 15:23:01,749 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2017-07-21 15:23:01,749 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2017-07-21 15:23:01,749 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2017-07-21 15:23:01,750 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2017-07-21 15:23:01,750 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2017-07-21 15:23:01,750 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2017-07-21 15:23:01,750 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2017-07-21 15:23:01,751 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2017-07-21 15:23:01,751 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2017-07-21 15:23:01,751 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2017-07-21 15:23:01,751 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2017-07-21 15:23:01,751 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2017-07-21 15:23:01,752 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2017-07-21 15:23:01,752 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2017-07-21 15:23:01,752 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2017-07-21 15:23:01,752 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2017-07-21 15:23:01,752 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2017-07-21 15:23:01,753 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2017-07-21 15:23:01,753 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2017-07-21 15:23:01,757 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2017-07-21 15:23:01,758 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2017-07-21 15:23:01,759 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2017-07-21 15:23:01,759 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2017-07-21 15:23:01,760 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2017-07-21 15:23:01,760 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2017-07-21 15:23:01,760 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2017-07-21 15:23:01,761 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2017-07-21 15:23:01,761 [TRACE] [doorpi.action.handler] [SAZJ3C] finished fire_event for event_name OnWebServerStart 2017-07-21 15:23:01,762 [TRACE] [doorpi.action.handler] [49UAXA] try to fire action KeyboardDestroyAction with args () and kwargs {} 2017-07-21 15:23:01,762 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2017-07-21 15:23:01,762 [DEBUG] [doorpi.keyboard.from_piface] destroy 2017-07-21 15:23:01,781 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_piface and force_unregister is True 2017-07-21 15:23:01,781 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_2 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,782 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_2 - remove event too 2017-07-21 15:23:01,782 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_2 2017-07-21 15:23:01,782 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,783 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.0 - remove event too 2017-07-21 15:23:01,783 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.0 2017-07-21 15:23:01,783 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_piface 2017-07-21 15:23:01,783 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2017-07-21 15:23:01,784 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed 2017-07-21 15:23:01,784 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_piface 2017-07-21 15:23:01,784 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2017-07-21 15:23:01,784 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp 2017-07-21 15:23:01,785 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.6 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,785 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.6 - remove event too 2017-07-21 15:23:01,785 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.6 2017-07-21 15:23:01,785 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.7 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,786 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.7 - remove event too 2017-07-21 15:23:01,786 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.7 2017-07-21 15:23:01,786 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.6 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,787 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.6 - remove event too 2017-07-21 15:23:01,787 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.6 2017-07-21 15:23:01,787 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_3 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,787 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_3 - remove event too 2017-07-21 15:23:01,788 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_3 2017-07-21 15:23:01,788 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_7 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,788 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_7 - remove event too 2017-07-21 15:23:01,788 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_7 2017-07-21 15:23:01,789 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_6 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,789 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_6 - remove event too 2017-07-21 15:23:01,789 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_6 2017-07-21 15:23:01,789 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_5 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,790 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_5 - remove event too 2017-07-21 15:23:01,790 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_5 2017-07-21 15:23:01,790 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_4 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,790 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_4 - remove event too 2017-07-21 15:23:01,791 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_4 2017-07-21 15:23:01,791 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_3 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,791 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_3 - remove event too 2017-07-21 15:23:01,792 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_3 2017-07-21 15:23:01,792 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_2 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,792 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_2 - remove event too 2017-07-21 15:23:01,792 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_2 2017-07-21 15:23:01,793 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_1 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,793 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_1 - remove event too 2017-07-21 15:23:01,793 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_1 2017-07-21 15:23:01,793 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_0 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,794 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_0 - remove event too 2017-07-21 15:23:01,794 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_0 2017-07-21 15:23:01,794 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.7 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,794 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.7 - remove event too 2017-07-21 15:23:01,795 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.7 2017-07-21 15:23:01,795 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.3 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,795 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.3 - remove event too 2017-07-21 15:23:01,795 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.3 2017-07-21 15:23:01,796 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,796 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.1 - remove event too 2017-07-21 15:23:01,796 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.1 2017-07-21 15:23:01,797 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.4 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,797 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.4 - remove event too 2017-07-21 15:23:01,797 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.4 2017-07-21 15:23:01,797 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.5 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,798 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.5 - remove event too 2017-07-21 15:23:01,798 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.5 2017-07-21 15:23:01,798 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.2 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,798 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.2 - remove event too 2017-07-21 15:23:01,799 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.2 2017-07-21 15:23:01,799 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_piface 2017-07-21 15:23:01,799 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2017-07-21 15:23:01,799 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown 2017-07-21 15:23:01,800 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.4 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,800 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.4 - remove event too 2017-07-21 15:23:01,800 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.4 2017-07-21 15:23:01,800 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.5 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,801 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.5 - remove event too 2017-07-21 15:23:01,801 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.5 2017-07-21 15:23:01,801 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.6 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,801 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.6 - remove event too 2017-07-21 15:23:01,801 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.6 2017-07-21 15:23:01,802 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.7 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,802 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.7 - remove event too 2017-07-21 15:23:01,802 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.7 2017-07-21 15:23:01,802 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,802 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.0 - remove event too 2017-07-21 15:23:01,803 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.0 2017-07-21 15:23:01,803 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,803 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.1 - remove event too 2017-07-21 15:23:01,803 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.1 2017-07-21 15:23:01,803 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.2 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,804 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.2 - remove event too 2017-07-21 15:23:01,804 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.2 2017-07-21 15:23:01,804 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.3 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,804 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.3 - remove event too 2017-07-21 15:23:01,804 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.3 2017-07-21 15:23:01,805 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_2 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,805 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_2 - remove event too 2017-07-21 15:23:01,805 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_2 2017-07-21 15:23:01,805 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_3 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,805 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_3 - remove event too 2017-07-21 15:23:01,806 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_3 2017-07-21 15:23:01,806 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_0 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,806 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_0 - remove event too 2017-07-21 15:23:01,806 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_0 2017-07-21 15:23:01,806 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_1 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,807 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_1 - remove event too 2017-07-21 15:23:01,807 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_1 2017-07-21 15:23:01,808 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_6 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,808 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_6 - remove event too 2017-07-21 15:23:01,808 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_6 2017-07-21 15:23:01,809 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_7 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,809 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_7 - remove event too 2017-07-21 15:23:01,809 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_7 2017-07-21 15:23:01,809 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_4 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,810 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_4 - remove event too 2017-07-21 15:23:01,810 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_4 2017-07-21 15:23:01,810 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_5 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,811 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_5 - remove event too 2017-07-21 15:23:01,811 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_5 2017-07-21 15:23:01,811 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_5 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,811 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_5 - remove event too 2017-07-21 15:23:01,812 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_5 2017-07-21 15:23:01,812 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_4 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,812 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_4 - remove event too 2017-07-21 15:23:01,812 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_4 2017-07-21 15:23:01,813 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_7 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,813 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_7 - remove event too 2017-07-21 15:23:01,813 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_7 2017-07-21 15:23:01,813 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_6 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,813 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_6 - remove event too 2017-07-21 15:23:01,814 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_6 2017-07-21 15:23:01,814 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,814 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_1 - remove event too 2017-07-21 15:23:01,814 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_1 2017-07-21 15:23:01,814 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,815 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_0 - remove event too 2017-07-21 15:23:01,815 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_0 2017-07-21 15:23:01,815 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.5 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,815 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.5 - remove event too 2017-07-21 15:23:01,816 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.5 2017-07-21 15:23:01,816 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.4 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,816 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.4 - remove event too 2017-07-21 15:23:01,816 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.4 2017-07-21 15:23:01,816 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,817 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.1 - remove event too 2017-07-21 15:23:01,817 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.1 2017-07-21 15:23:01,817 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,817 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.0 - remove event too 2017-07-21 15:23:01,818 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.0 2017-07-21 15:23:01,818 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.3 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,818 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.3 - remove event too 2017-07-21 15:23:01,818 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.3 2017-07-21 15:23:01,818 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.2 from doorpi.keyboard.from_piface 2017-07-21 15:23:01,819 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.2 - remove event too 2017-07-21 15:23:01,819 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.2 2017-07-21 15:23:01,819 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed 2017-07-21 15:23:01,820 [TRACE] [doorpi.action.handler] [49UAXA] try to fire action > with args () and kwargs {} 2017-07-21 15:23:01,820 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:23:01,820 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2017-07-21 15:23:01,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x75b5dde8 [0x8007e8]) 2017-07-21 15:23:01,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x6bb8bc 2017-07-21 15:23:01,821 [DEBUG] [doorpi.action.handler] [R7I714] fire for event OnSipPhoneDestroy this actions [, , ] 2017-07-21 15:23:01,822 [TRACE] [doorpi.action.handler] [R7I714] try to fire action > with args () and kwargs {} 2017-07-21 15:23:01,822 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:23:01,822 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2017-07-21 15:23:01,822 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2017-07-21 15:23:01,822 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,823 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2017-07-21 15:23:01,823 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2017-07-21 15:23:01,823 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,823 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2017-07-21 15:23:01,823 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2017-07-21 15:23:01,824 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,824 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2017-07-21 15:23:01,824 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2017-07-21 15:23:01,824 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,824 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2017-07-21 15:23:01,825 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2017-07-21 15:23:01,825 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,825 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2017-07-21 15:23:01,825 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2017-07-21 15:23:01,825 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,826 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2017-07-21 15:23:01,826 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2017-07-21 15:23:01,826 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,826 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2017-07-21 15:23:01,826 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2017-07-21 15:23:01,827 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,827 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2017-07-21 15:23:01,827 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2017-07-21 15:23:01,827 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,827 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2017-07-21 15:23:01,828 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2017-07-21 15:23:01,828 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,828 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2017-07-21 15:23:01,828 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2017-07-21 15:23:01,828 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,829 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2017-07-21 15:23:01,829 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2017-07-21 15:23:01,829 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,829 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2017-07-21 15:23:01,829 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2017-07-21 15:23:01,830 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,830 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2017-07-21 15:23:01,830 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2017-07-21 15:23:01,830 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,831 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2017-07-21 15:23:01,831 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2017-07-21 15:23:01,831 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,831 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2017-07-21 15:23:01,831 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2017-07-21 15:23:01,832 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,832 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2017-07-21 15:23:01,832 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2017-07-21 15:23:01,832 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,832 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2017-07-21 15:23:01,833 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2017-07-21 15:23:01,833 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,833 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2017-07-21 15:23:01,833 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2017-07-21 15:23:01,833 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,834 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2017-07-21 15:23:01,834 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2017-07-21 15:23:01,834 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,834 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2017-07-21 15:23:01,834 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2017-07-21 15:23:01,835 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-07-21 15:23:01,835 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2017-07-21 15:23:01,835 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2017-07-21 15:23:01,835 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2017-07-21 15:23:01,836 [TRACE] [doorpi.action.handler] [R7I714] try to fire action > with args () and kwargs {} 2017-07-21 15:23:01,836 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:23:01,836 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-07-21 15:23:01,837 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2017-07-21 15:23:01,837 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:23:01,837 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:23:01,838 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2017-07-21 15:23:01,838 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:23:01,838 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2017-07-21 15:23:01,838 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2017-07-21 15:23:01,839 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-07-21 15:23:01,839 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2017-07-21 15:23:01,839 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2017-07-21 15:23:01,839 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2017-07-21 15:23:01,840 [TRACE] [doorpi.action.handler] [R7I714] try to fire action > with args () and kwargs {} 2017-07-21 15:23:01,840 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-07-21 15:23:01,840 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2017-07-21 15:23:01,841 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:23:01,841 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2017-07-21 15:23:01,841 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2017-07-21 15:23:01,841 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:23:01,842 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2017-07-21 15:23:01,842 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2017-07-21 15:23:01,842 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2017-07-21 15:23:01,842 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2017-07-21 15:23:01,842 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2017-07-21 15:23:01,843 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2017-07-21 15:23:01,843 [TRACE] [doorpi.action.handler] [R7I714] finished fire_event for event_name OnSipPhoneDestroy 2017-07-21 15:23:01,843 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2017-07-21 15:23:01,844 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,844 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2017-07-21 15:23:01,844 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2017-07-21 15:23:01,844 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,844 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2017-07-21 15:23:01,845 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2017-07-21 15:23:01,845 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,845 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2017-07-21 15:23:01,845 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2017-07-21 15:23:01,845 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,846 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2017-07-21 15:23:01,846 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2017-07-21 15:23:01,846 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,846 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2017-07-21 15:23:01,846 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2017-07-21 15:23:01,847 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,847 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2017-07-21 15:23:01,847 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2017-07-21 15:23:01,847 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,847 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2017-07-21 15:23:01,848 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2017-07-21 15:23:01,848 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,848 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2017-07-21 15:23:01,848 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2017-07-21 15:23:01,849 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,849 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2017-07-21 15:23:01,849 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2017-07-21 15:23:01,850 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,850 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2017-07-21 15:23:01,850 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2017-07-21 15:23:01,851 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,851 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2017-07-21 15:23:01,851 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2017-07-21 15:23:01,852 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-07-21 15:23:01,852 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2017-07-21 15:23:01,852 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2017-07-21 15:23:01,852 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2017-07-21 15:23:01,853 [TRACE] [doorpi.action.handler] [49UAXA] finished fire_event for event_name OnShutdown 2017-07-21 15:23:01,853 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2017-07-21 15:23:01,854 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2017-07-21 15:23:02,355 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2017-07-21 15:23:02,355 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:02,356 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:02,857 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2017-07-21 15:23:02,857 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:02,858 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:03,359 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2017-07-21 15:23:03,360 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:03,361 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:03,862 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2017-07-21 15:23:03,863 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:03,863 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:04,364 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2017-07-21 15:23:04,365 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:04,366 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:04,867 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2017-07-21 15:23:04,868 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:04,868 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:05,370 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2017-07-21 15:23:05,371 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:05,371 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:05,872 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2017-07-21 15:23:05,873 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:05,874 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:06,375 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2017-07-21 15:23:06,376 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:06,376 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:06,878 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2017-07-21 15:23:06,878 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-07-21 15:23:06,879 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-07-21 15:23:07,380 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [] 2017-07-21 15:23:07,381 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========