2017-06-23 15:45:25,146 [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-06-23 15:45:25,146 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2017-06-23 15:45:25,147 [DEBUG] [doorpi.doorpi] run 2017-06-23 15:45:25,147 [DEBUG] [doorpi.doorpi] prepare 2017-06-23 15:45:25,147 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2017-06-23 15:45:25,149 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2017-06-23 15:45:25,156 [DEBUG] [doorpi.conf.config_object] __init__ 2017-06-23 15:45:25,156 [TRACE] [doorpi.conf.config_object] get_from_config 2017-06-23 15:45:25,160 [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-06-23 15:45:25,161 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2017-06-23 15:45:25,161 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2017-06-23 15:45:25,163 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2017-06-23 15:45:25,163 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2017-06-23 15:45:25,164 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2017-06-23 15:45:25,164 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2017-06-23 15:45:25,164 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2017-06-23 15:45:25,164 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2017-06-23 15:45:25,165 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2017-06-23 15:45:25,165 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2017-06-23 15:45:25,165 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2017-06-23 15:45:25,165 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2017-06-23 15:45:25,165 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2017-06-23 15:45:25,166 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2017-06-23 15:45:25,166 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2017-06-23 15:45:25,167 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2017-06-23 15:45:25,167 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2017-06-23 15:45:25,169 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2017-06-23 15:45:25,169 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2017-06-23 15:45:25,170 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 192.168.2.109 2017-06-23 15:45:25,170 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2017-06-23 15:45:25,187 [INFO] [doorpi.status.webserver] Initiating WebService at ip 192.168.2.109 and port 80 2017-06-23 15:45:25,188 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2017-06-23 15:45:25,188 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2017-06-23 15:45:25,188 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2017-06-23 15:45:25,188 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2017-06-23 15:45:25,189 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2017-06-23 15:45:25,189 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2017-06-23 15:45:25,189 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2017-06-23 15:45:25,190 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2017-06-23 15:45:25,190 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2017-06-23 15:45:25,191 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2017-06-23 15:45:25,191 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2017-06-23 15:45:25,191 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2017-06-23 15:45:25,192 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2017-06-23 15:45:25,192 [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-06-23 15:45:25,193 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2017-06-23 15:45:25,193 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrators'] 2017-06-23 15:45:25,193 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns ['administrators', 'guests'] 2017-06-23 15:45:25,193 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrators', 'guests'] 2017-06-23 15:45:25,194 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['door'] 2017-06-23 15:45:25,194 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section Group (default: []) returns ['door'] 2017-06-23 15:45:25,194 [TRACE] [doorpi.conf.config_object] get_list for key guests in section Group (default: []) returns [] 2017-06-23 15:45:25,194 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_InputPins', 'onboardpins_OutputPins', 'AREA_public', 'onboardpins_keyboard', 'Group', 'ReadPermission', 'AREA_dashboard', 'AdminNumbers', 'keyboards', 'SMTP', 'DTMF', 'SIP-Phone', 'AREA_config', 'AREA_installer', 'EVENT_AfterStartup', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'AREA_status', 'WritePermission', 'DoorPi'] 2017-06-23 15:45:25,195 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section WritePermission (default: []) returns ['installer', 'dashboard', 'config'] 2017-06-23 15:45:25,195 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section ReadPermission (default: []) returns ['dashboard', 'status', 'config'] 2017-06-23 15:45:25,195 [TRACE] [doorpi.conf.config_object] get_list for key guests in section ReadPermission (default: []) returns ['dashboard'] 2017-06-23 15:45:25,195 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2017-06-23 15:45:25,196 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2017-06-23 15:45:25,196 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2017-06-23 15:45:25,197 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,197 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2017-06-23 15:45:25,198 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,198 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,198 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,199 [DEBUG] [doorpi.action.handler] [JQJJ70] fire for event OnWebServerStart this actions [] 2017-06-23 15:45:25,199 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,199 [TRACE] [doorpi.action.handler] [JQJJ70] try to fire action WebServerStartupAction with args () and kwargs {} 2017-06-23 15:45:25,199 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,200 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2017-06-23 15:45:25,200 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,200 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,201 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,201 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,201 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,201 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,201 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,202 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,202 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,202 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:25,202 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2017-06-23 15:45:25,202 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2017-06-23 15:45:25,203 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2017-06-23 15:45:25,203 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns piface 2017-06-23 15:45:25,203 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['1', '0', '3', '2'] 2017-06-23 15:45:25,203 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '7'] 2017-06-23 15:45:25,204 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 200.0 2017-06-23 15:45:25,204 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2017-06-23 15:45:25,204 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2017-06-23 15:45:25,205 [DEBUG] [doorpi.keyboard.from_piface] doorpi.keyboard.from_piface loaded 2017-06-23 15:45:25,232 [DEBUG] [doorpi.keyboard.from_piface] __init__(input_pins = ['1', '0', '3', '2'], output_pins = ['1', '0', '7'], polarity = 0) 2017-06-23 15:45:25,277 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-06-23 15:45:25,278 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was added 2017-06-23 15:45:25,278 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,279 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,279 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_1 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,279 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,279 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.1 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,279 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-06-23 15:45:25,280 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,280 [TRACE] [doorpi.action.handler] register Event OnKeyUp_1 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,280 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_1 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,280 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,280 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.1 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,281 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-06-23 15:45:25,281 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,281 [TRACE] [doorpi.action.handler] register Event OnKeyDown_1 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,281 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_1 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,281 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,282 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.1 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,282 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-06-23 15:45:25,282 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-06-23 15:45:25,282 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,282 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_0 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,283 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,283 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.0 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,283 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-06-23 15:45:25,283 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-06-23 15:45:25,283 [TRACE] [doorpi.action.handler] register Event OnKeyUp_0 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,284 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_0 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,284 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,284 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.0 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,284 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-06-23 15:45:25,285 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-06-23 15:45:25,285 [TRACE] [doorpi.action.handler] register Event OnKeyDown_0 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,285 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_0 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,285 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,285 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.0 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,286 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-06-23 15:45:25,286 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-06-23 15:45:25,286 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_3 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,286 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_3 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,286 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.3 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,287 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.3 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,287 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-06-23 15:45:25,287 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-06-23 15:45:25,287 [TRACE] [doorpi.action.handler] register Event OnKeyUp_3 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,287 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_3 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,288 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.3 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,288 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.3 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,288 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-06-23 15:45:25,288 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-06-23 15:45:25,288 [TRACE] [doorpi.action.handler] register Event OnKeyDown_3 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,289 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_3 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,289 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.3 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,289 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.3 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,289 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2017-06-23 15:45:25,289 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2017-06-23 15:45:25,290 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_2 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,290 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_2 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,290 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.2 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,290 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.2 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,290 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2017-06-23 15:45:25,291 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2017-06-23 15:45:25,291 [TRACE] [doorpi.action.handler] register Event OnKeyUp_2 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,291 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_2 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,291 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.2 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,292 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.2 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,292 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2017-06-23 15:45:25,292 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2017-06-23 15:45:25,292 [TRACE] [doorpi.action.handler] register Event OnKeyDown_2 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,292 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_2 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,293 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.2 from doorpi.keyboard.from_piface 2017-06-23 15:45:25,293 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.2 and registered source doorpi.keyboard.from_piface 2017-06-23 15:45:25,309 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2017-06-23 15:45:25,310 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '7'] 2017-06-23 15:45:25,310 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_OutputPins (default: ) returns Licht 2017-06-23 15:45:25,310 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_OutputPins (default: ) returns Tueroeffner 2017-06-23 15:45:25,310 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section onboardpins_OutputPins (default: ) returns blinking_led 2017-06-23 15:45:25,312 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2017-06-23 15:45:25,314 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2017-06-23 15:45:25,315 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2017-06-23 15:45:25,316 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2017-06-23 15:45:25,343 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2017-06-23 15:45:25,345 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2017-06-23 15:45:25,347 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2017-06-23 15:45:25,356 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2017-06-23 15:45:25,360 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2017-06-23 15:45:25,361 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2017-06-23 15:45:25,362 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2017-06-23 15:45:25,363 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2017-06-23 15:45:25,364 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2017-06-23 15:45:25,366 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2017-06-23 15:45:25,366 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2017-06-23 15:45:25,368 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2017-06-23 15:45:25,368 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,368 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2017-06-23 15:45:25,369 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,369 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,369 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,369 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,369 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,370 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,370 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,370 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,370 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,370 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,371 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,371 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,371 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,371 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,371 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,372 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,372 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,372 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,372 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,372 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,373 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,373 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,373 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2017-06-23 15:45:25,373 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2017-06-23 15:45:25,374 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2017-06-23 15:45:25,374 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,374 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2017-06-23 15:45:25,374 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,374 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,375 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,375 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,375 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,375 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,375 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,376 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,376 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,376 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,376 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,376 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,377 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,377 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,377 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,377 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,377 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,378 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,378 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,378 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,378 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,378 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,379 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,379 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"1"', '"2"'] 2017-06-23 15:45:25,379 [TRACE] [doorpi.action.handler] register Event OnDTMF_"1" from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,379 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"1" and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,380 [TRACE] [doorpi.action.handler] register Event OnDTMF_"2" from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,380 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"2" and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,380 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,380 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2017-06-23 15:45:25,380 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,381 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,381 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,381 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,381 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,381 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,382 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,382 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,382 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,382 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,382 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,383 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,383 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,383 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,383 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,383 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,384 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,384 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,384 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:25,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2017-06-23 15:45:25,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x75a9db90 2017-06-23 15:45:25,386 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:25,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2017-06-23 15:45:25,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x75a9db90 2017-06-23 15:45:25,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x75abce40, "(null)", "(null)") 2017-06-23 15:45:25,387 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2017-06-23 15:45:25,388 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2017-06-23 15:45:25,388 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2017-06-23 15:45:25,388 [INFO] [doorpi.sipphone.from_linphone] srtp init 2017-06-23 15:45:25,395 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2017-06-23 15:45:25,460 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2017-06-23 15:45:25,469 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC0D0c' failed (-2) 2017-06-23 15:45:25,470 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2017-06-23 15:45:25,482 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB Audio Device' added 2017-06-23 15:45:25,482 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2017-06-23 15:45:25,482 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2017-06-23 15:45:25,483 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2017-06-23 15:45:25,483 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2017-06-23 15:45:25,483 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2017-06-23 15:45:25,483 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2017-06-23 15:45:25,484 [INFO] [doorpi.sipphone.from_linphone] Vtable [0xec5d40] registered on core [0xed41d0] 2017-06-23 15:45:25,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0xec5d40, 1, "Starting up") 2017-06-23 15:45:25,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2017-06-23 15:45:25,484 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [global_state_changed] 2017-06-23 15:45:25,485 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2017-06-23 15:45:25,485 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2017-06-23 15:45:25,485 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2017-06-23 15:45:25,485 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2017-06-23 15:45:25,486 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2017-06-23 15:45:25,486 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-06-23 15:45:25,486 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-06-23 15:45:25,486 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2017-06-23 15:45:25,487 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2017-06-23 15:45:25,487 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2017-06-23 15:45:25,487 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2017-06-23 15:45:25,487 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2017-06-23 15:45:25,487 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2017-06-23 15:45:25,488 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2017-06-23 15:45:25,488 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2017-06-23 15:45:25,488 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2017-06-23 15:45:25,488 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2017-06-23 15:45:25,489 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2017-06-23 15:45:25,489 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2017-06-23 15:45:25,489 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2017-06-23 15:45:25,489 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2017-06-23 15:45:25,490 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2017-06-23 15:45:25,490 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2017-06-23 15:45:25,490 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-06-23 15:45:25,490 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-06-23 15:45:25,490 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-06-23 15:45:25,491 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-06-23 15:45:25,491 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-06-23 15:45:25,491 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-06-23 15:45:25,491 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-06-23 15:45:25,492 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-06-23 15:45:25,492 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-06-23 15:45:25,492 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-06-23 15:45:25,492 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2017-06-23 15:45:25,493 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2017-06-23 15:45:25,493 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2017-06-23 15:45:25,493 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-06-23 15:45:25,493 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-06-23 15:45:25,493 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-06-23 15:45:25,494 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-06-23 15:45:25,494 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-06-23 15:45:25,494 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-06-23 15:45:25,494 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2017-06-23 15:45:25,495 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2017-06-23 15:45:25,495 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2017-06-23 15:45:25,495 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2017-06-23 15:45:25,495 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2017-06-23 15:45:25,495 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2017-06-23 15:45:25,496 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2017-06-23 15:45:25,496 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2017-06-23 15:45:25,496 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2017-06-23 15:45:25,496 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2017-06-23 15:45:25,497 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2017-06-23 15:45:25,497 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2017-06-23 15:45:25,497 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2017-06-23 15:45:25,497 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2017-06-23 15:45:25,497 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2017-06-23 15:45:25,498 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2017-06-23 15:45:25,498 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2017-06-23 15:45:25,498 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2017-06-23 15:45:25,499 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2017-06-23 15:45:25,499 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2017-06-23 15:45:25,499 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2017-06-23 15:45:25,499 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2017-06-23 15:45:25,499 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2017-06-23 15:45:25,500 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2017-06-23 15:45:25,500 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2017-06-23 15:45:25,500 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2017-06-23 15:45:25,500 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2017-06-23 15:45:25,501 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2017-06-23 15:45:25,501 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2017-06-23 15:45:25,501 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2017-06-23 15:45:25,501 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2017-06-23 15:45:25,502 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2017-06-23 15:45:25,502 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2017-06-23 15:45:25,502 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2017-06-23 15:45:25,502 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2017-06-23 15:45:25,502 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2017-06-23 15:45:25,503 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2017-06-23 15:45:25,503 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2017-06-23 15:45:25,503 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2017-06-23 15:45:25,503 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2017-06-23 15:45:25,504 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2017-06-23 15:45:25,504 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-06-23 15:45:25,504 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-06-23 15:45:25,504 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-06-23 15:45:25,505 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-06-23 15:45:25,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0xec5d40, 2, "(null)") 2017-06-23 15:45:25,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2017-06-23 15:45:25,505 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [configuring_status] 2017-06-23 15:45:25,505 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2017-06-23 15:45:25,506 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2017-06-23 15:45:25,506 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2017-06-23 15:45:25,506 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2017-06-23 15:45:25,506 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2017-06-23 15:45:25,507 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-06-23 15:45:25,507 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-06-23 15:45:25,507 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2017-06-23 15:45:25,507 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2017-06-23 15:45:25,508 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2017-06-23 15:45:25,508 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2017-06-23 15:45:25,508 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2017-06-23 15:45:25,508 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2017-06-23 15:45:25,509 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2017-06-23 15:45:25,509 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2017-06-23 15:45:25,509 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-06-23 15:45:25,509 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-06-23 15:45:25,509 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2017-06-23 15:45:25,510 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2017-06-23 15:45:25,510 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2017-06-23 15:45:25,510 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-06-23 15:45:25,510 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-06-23 15:45:25,511 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2017-06-23 15:45:25,511 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xed3e00] on [sip:0.0.0.0:5060;transport=UDP] 2017-06-23 15:45:25,511 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xec5590] on [sip:0.0.0.0:5060;transport=TCP] 2017-06-23 15:45:25,512 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xec5730] on [sip:0.0.0.0:-1;transport=TLS] 2017-06-23 15:45:25,512 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 35401 2017-06-23 15:45:25,512 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-06-23 15:45:25,512 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-06-23 15:45:25,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0xec5d40, 2, "Ready") 2017-06-23 15:45:25,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2017-06-23 15:45:25,515 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [global_state_changed] 2017-06-23 15:45:25,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x75a9db90 2017-06-23 15:45:25,515 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2017-06-23 15:45:25,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x75a9db90 [0xec5d40], "DoorPi ") 2017-06-23 15:45:25,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2017-06-23 15:45:25,517 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2017-06-23 15:45:25,518 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2017-06-23 15:45:25,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x75a9db90 [0xec5d40], 2) 2017-06-23 15:45:25,519 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-06-23 15:45:25,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2017-06-23 15:45:25,520 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2017-06-23 15:45:25,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x75a9db90 [0xec5d40], 0x2e0614 [0]) 2017-06-23 15:45:25,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2017-06-23 15:45:25,520 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2017-06-23 15:45:25,521 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2017-06-23 15:45:25,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2017-06-23 15:45:25,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x75a9dba8 2017-06-23 15:45:25,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x75a9db90 [0xec5d40], 0x75a9dba8 [0x75a9dbb0]) 2017-06-23 15:45:25,522 [INFO] [doorpi.sipphone.from_linphone] Listening point [0xed3e00] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2017-06-23 15:45:25,522 [INFO] [doorpi.sipphone.from_linphone] Listening point [0xec5590] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2017-06-23 15:45:25,522 [INFO] [doorpi.sipphone.from_linphone] Listening point [0xec5730] on [sip:0.0.0.0:35401;transport=TLS] destroyed 2017-06-23 15:45:25,522 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2017-06-23 15:45:25,523 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xee1ce0] on [sip:0.0.0.0:5060;transport=UDP] 2017-06-23 15:45:25,523 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xee0dc8] on [sip:0.0.0.0:5060;transport=TCP] 2017-06-23 15:45:25,523 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0xed3ee8] on [sip:0.0.0.0:-1;transport=TLS] 2017-06-23 15:45:25,524 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 33033 2017-06-23 15:45:25,524 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-06-23 15:45:25,524 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-06-23 15:45:25,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2017-06-23 15:45:25,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x75a9dba8) 2017-06-23 15:45:25,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2017-06-23 15:45:25,525 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2017-06-23 15:45:25,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x75a9db90 [0xec5d40], 0x2e0614 [0]) 2017-06-23 15:45:25,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2017-06-23 15:45:25,526 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns stun.ekiga.net 2017-06-23 15:45:25,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x75a9db90 [0xec5d40], "stun.ekiga.net") 2017-06-23 15:45:25,527 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-06-23 15:45:25,527 [INFO] [doorpi.sipphone.from_linphone] 192.168.2.1 2017-06-23 15:45:25,527 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-06-23 15:45:25,528 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-06-23 15:45:25,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2017-06-23 15:45:25,528 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2017-06-23 15:45:25,529 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2017-06-23 15:45:25,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x75a9db90 [0xec5d40], 0) 2017-06-23 15:45:25,529 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-06-23 15:45:25,529 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-06-23 15:45:25,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2017-06-23 15:45:25,530 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2017-06-23 15:45:25,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x75a9db90 [0xec5d40], 120) 2017-06-23 15:45:25,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2017-06-23 15:45:25,531 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 25 2017-06-23 15:45:25,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x75a9db90 [0xec5d40], 25) 2017-06-23 15:45:25,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2017-06-23 15:45:25,532 [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-06-23 15:45:25,533 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2017-06-23 15:45:25,533 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2017-06-23 15:45:25,534 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2017-06-23 15:45:25,535 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:25,535 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2017-06-23 15:45:25,535 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:25,535 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:25,535 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:25,536 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:25,536 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2017-06-23 15:45:25,536 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2017-06-23 15:45:25,536 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2017-06-23 15:45:25,537 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2017-06-23 15:45:25,537 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2017-06-23 15:45:25,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x75a9db90 [0xec5d40], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2017-06-23 15:45:25,538 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:25,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2017-06-23 15:45:25,539 [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-06-23 15:45:25,539 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2017-06-23 15:45:25,539 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:25,540 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2017-06-23 15:45:25,540 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:25,540 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:25,540 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:25,541 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:25,541 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:25,541 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns True 2017-06-23 15:45:25,541 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneMakeCall 2017-06-23 15:45:25,542 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2017-06-23 15:45:25,542 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2017-06-23 15:45:25,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74571580 2017-06-23 15:45:25,543 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:25,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x74572560 2017-06-23 15:45:25,544 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB Audio Device 2017-06-23 15:45:25,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x75a9db90 [0xec5d40], "ALSA: USB Audio Device") 2017-06-23 15:45:25,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2017-06-23 15:45:25,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x74572530 2017-06-23 15:45:25,545 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB Audio Device 2017-06-23 15:45:25,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x75a9db90 [0xec5d40], "ALSA: USB Audio Device") 2017-06-23 15:45:25,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2017-06-23 15:45:25,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74571418 2017-06-23 15:45:25,547 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2017-06-23 15:45:25,547 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2017-06-23 15:45:25,547 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-06-23 15:45:25,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74571418 2017-06-23 15:45:25,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75a9db90 [0xec5d40], "ALSA: default device") 2017-06-23 15:45:25,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2017-06-23 15:45:25,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75a9db90 [0xec5d40], "ALSA: default device") 2017-06-23 15:45:25,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2017-06-23 15:45:25,549 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2017-06-23 15:45:25,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75a9db90 [0xec5d40], "ALSA: bcm2835 ALSA") 2017-06-23 15:45:25,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0614 2017-06-23 15:45:25,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75a9db90 [0xec5d40], "ALSA: bcm2835 ALSA") 2017-06-23 15:45:25,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2017-06-23 15:45:25,550 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2017-06-23 15:45:25,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75a9db90 [0xec5d40], "ALSA: USB Audio Device") 2017-06-23 15:45:25,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2017-06-23 15:45:25,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75a9db90 [0xec5d40], "ALSA: USB Audio Device") 2017-06-23 15:45:25,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2017-06-23 15:45:25,551 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB Audio Device 2017-06-23 15:45:25,551 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-06-23 15:45:25,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x74572650 2017-06-23 15:45:25,552 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB Audio Device 2017-06-23 15:45:25,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x74572680 2017-06-23 15:45:25,553 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB Audio Device 2017-06-23 15:45:25,553 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU', 'opus', 'speex', 't140', 'red', 'GSM', 'G722', 'VP8', 'L16'] 2017-06-23 15:45:25,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec6070) 2017-06-23 15:45:25,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee450 2017-06-23 15:45:25,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee450 2017-06-23 15:45:25,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee450 2017-06-23 15:45:25,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec60e0) 2017-06-23 15:45:25,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee440 2017-06-23 15:45:25,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee440 2017-06-23 15:45:25,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee440 2017-06-23 15:45:25,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec6148) 2017-06-23 15:45:25,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee460 2017-06-23 15:45:25,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee460 2017-06-23 15:45:25,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee460 2017-06-23 15:45:25,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec61b0) 2017-06-23 15:45:25,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee470 2017-06-23 15:45:25,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee470 2017-06-23 15:45:25,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee470 2017-06-23 15:45:25,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec59d0) 2017-06-23 15:45:25,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee480 2017-06-23 15:45:25,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee480 2017-06-23 15:45:25,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee480 2017-06-23 15:45:25,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec5a28) 2017-06-23 15:45:25,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee490 2017-06-23 15:45:25,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee490 2017-06-23 15:45:25,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee490 2017-06-23 15:45:25,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec5a80) 2017-06-23 15:45:25,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee4a0 2017-06-23 15:45:25,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee4a0 2017-06-23 15:45:25,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee4a0 2017-06-23 15:45:25,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec5ad8) 2017-06-23 15:45:25,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee4b0 2017-06-23 15:45:25,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee4b0 2017-06-23 15:45:25,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee4b0 2017-06-23 15:45:25,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec5b40) 2017-06-23 15:45:25,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee4c0 2017-06-23 15:45:25,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee4c0 2017-06-23 15:45:25,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee4c0 2017-06-23 15:45:25,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec5378) 2017-06-23 15:45:25,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee4d0 2017-06-23 15:45:25,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee4d0 2017-06-23 15:45:25,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee4d0 2017-06-23 15:45:25,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x745715f8 2017-06-23 15:45:25,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee450 [0xec6070]) 2017-06-23 15:45:25,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74570440 2017-06-23 15:45:25,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee450 [0xec6070]) 2017-06-23 15:45:25,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74570440 2017-06-23 15:45:25,568 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec opus 2017-06-23 15:45:25,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee450 [0xec6070], 0x2e0620 [1]) 2017-06-23 15:45:25,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee440 [0xec60e0]) 2017-06-23 15:45:25,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745704e0 2017-06-23 15:45:25,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee440 [0xec60e0]) 2017-06-23 15:45:25,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745704e0 2017-06-23 15:45:25,570 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec speex 2017-06-23 15:45:25,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee440 [0xec60e0], 0x2e0620 [1]) 2017-06-23 15:45:25,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee460 [0xec6148]) 2017-06-23 15:45:25,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74570440 2017-06-23 15:45:25,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee460 [0xec6148]) 2017-06-23 15:45:25,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74570440 2017-06-23 15:45:25,572 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec speex 2017-06-23 15:45:25,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee460 [0xec6148], 0x2e0620 [1]) 2017-06-23 15:45:25,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee470 [0xec61b0]) 2017-06-23 15:45:25,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745704e0 2017-06-23 15:45:25,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee470 [0xec61b0]) 2017-06-23 15:45:25,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745704e0 2017-06-23 15:45:25,573 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2017-06-23 15:45:25,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee470 [0xec61b0], 0x2e0620 [1]) 2017-06-23 15:45:25,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee480 [0xec59d0]) 2017-06-23 15:45:25,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74570440 2017-06-23 15:45:25,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee480 [0xec59d0]) 2017-06-23 15:45:25,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74570440 2017-06-23 15:45:25,575 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2017-06-23 15:45:25,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee480 [0xec59d0], 0x2e0620 [1]) 2017-06-23 15:45:25,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee490 [0xec5a28]) 2017-06-23 15:45:25,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a9dc08 2017-06-23 15:45:25,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee490 [0xec5a28]) 2017-06-23 15:45:25,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a9dc08 2017-06-23 15:45:25,577 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec GSM 2017-06-23 15:45:25,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee490 [0xec5a28], 0x2e0620 [1]) 2017-06-23 15:45:25,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4a0 [0xec5a80]) 2017-06-23 15:45:25,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74570440 2017-06-23 15:45:25,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4a0 [0xec5a80]) 2017-06-23 15:45:25,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74570440 2017-06-23 15:45:25,578 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec G722 2017-06-23 15:45:25,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee4a0 [0xec5a80], 0x2e0620 [1]) 2017-06-23 15:45:25,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4b0 [0xec5ad8]) 2017-06-23 15:45:25,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745704e0 2017-06-23 15:45:25,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4b0 [0xec5ad8]) 2017-06-23 15:45:25,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745704e0 2017-06-23 15:45:25,580 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec speex 2017-06-23 15:45:25,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee4b0 [0xec5ad8], 0x2e0620 [1]) 2017-06-23 15:45:25,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4c0 [0xec5b40]) 2017-06-23 15:45:25,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a9dc08 2017-06-23 15:45:25,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4c0 [0xec5b40]) 2017-06-23 15:45:25,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a9dc08 2017-06-23 15:45:25,582 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec L16 2017-06-23 15:45:25,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee4c0 [0xec5b40], 0x2e0620 [1]) 2017-06-23 15:45:25,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4d0 [0xec5378]) 2017-06-23 15:45:25,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a9dc08 2017-06-23 15:45:25,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4d0 [0xec5378]) 2017-06-23 15:45:25,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a9dc08 2017-06-23 15:45:25,583 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec L16 2017-06-23 15:45:25,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee4d0 [0xec5378], 0x2e0620 [1]) 2017-06-23 15:45:25,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74571580 2017-06-23 15:45:25,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74571580 2017-06-23 15:45:25,585 [INFO] [doorpi.sipphone.from_linphone] found 1 possible videodevices: 2017-06-23 15:45:25,585 [DEBUG] [doorpi.sipphone.from_linphone] | name 2017-06-23 15:45:25,586 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-06-23 15:45:25,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74571580 2017-06-23 15:45:25,586 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2017-06-23 15:45:25,586 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-06-23 15:45:25,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74571580 2017-06-23 15:45:25,587 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: StaticImage: Static picture) returns V4L2: /dev/video0 2017-06-23 15:45:25,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74571580 2017-06-23 15:45:25,588 [WARNING] [doorpi.sipphone.from_linphone] camera "V4L2: /dev/video0" from config does not exist in possible video devices. 2017-06-23 15:45:25,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74571580 2017-06-23 15:45:25,589 [DEBUG] [doorpi.sipphone.from_linphone] switching to first possible video device "StaticImage: Static picture" 2017-06-23 15:45:25,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74571580 2017-06-23 15:45:25,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x75a9db90 [0xec5d40], 0x2e0620 [1]) 2017-06-23 15:45:25,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2017-06-23 15:45:25,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x75a9db90 [0xec5d40], "StaticImage: Static picture") 2017-06-23 15:45:25,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2017-06-23 15:45:25,590 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2017-06-23 15:45:25,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x75a9db90 [0xec5d40], "vga") 2017-06-23 15:45:25,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2017-06-23 15:45:25,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x745727d0 2017-06-23 15:45:25,591 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2017-06-23 15:45:25,592 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2017-06-23 15:45:25,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0xec4c20) 2017-06-23 15:45:25,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-06-23 15:45:25,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cee4e0 2017-06-23 15:45:25,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-06-23 15:45:25,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cee4e0 2017-06-23 15:45:25,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cee4e0 2017-06-23 15:45:25,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x745715a8 2017-06-23 15:45:25,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4e0 [0xec4c20]) 2017-06-23 15:45:25,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a9dc08 2017-06-23 15:45:25,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2e0620 2017-06-23 15:45:25,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cee4e0 [0xec4c20]) 2017-06-23 15:45:25,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75a9dc08 2017-06-23 15:45:25,595 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2017-06-23 15:45:25,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75a9db90 [0xec5d40], 0x76cee4e0 [0xec4c20], 0x2e0620 [1]) 2017-06-23 15:45:25,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0xd2d8bc 2017-06-23 15:45:25,596 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns ekiga.net 2017-06-23 15:45:25,596 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns koregan_RPI 2017-06-23 15:45:25,596 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: koregan_RPI) returns ******* 2017-06-23 15:45:25,596 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: ekiga.net) returns ekiga.net 2017-06-23 15:45:25,597 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2017-06-23 15:45:25,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:25,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0xec7c18) 2017-06-23 15:45:25,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2017-06-23 15:45:25,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76cee4f0 2017-06-23 15:45:25,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2017-06-23 15:45:25,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76cee4f0 2017-06-23 15:45:25,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76cee4f0 2017-06-23 15:45:25,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76cee4f0 2017-06-23 15:45:25,599 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2017-06-23 15:45:25,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2017-06-23 15:45:25,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0xedfef0) 2017-06-23 15:45:25,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-06-23 15:45:25,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cee500 2017-06-23 15:45:25,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-06-23 15:45:25,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cee500 2017-06-23 15:45:25,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cee500 2017-06-23 15:45:25,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76cee500 2017-06-23 15:45:25,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76cee4f0 [0xec7c18], 0x76cee500 [0xedfef0]) 2017-06-23 15:45:25,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2017-06-23 15:45:25,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76cee4f0 [0xec7c18], "sip:ekiga.net") 2017-06-23 15:45:25,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2017-06-23 15:45:25,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76cee4f0 [0xec7c18], 0x2e0620 [1]) 2017-06-23 15:45:25,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2017-06-23 15:45:25,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x75a9db90 [0xec5d40], 0x76cee4f0 [0xec7c18]) 2017-06-23 15:45:25,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0xd2d8bc 2017-06-23 15:45:25,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x75a9db90 [0xec5d40], 0x76cee4f0 [0xec7c18]) 2017-06-23 15:45:25,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2017-06-23 15:45:25,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x75a9db90 [0xec5d40], "koregan_RPI", "(null)", "passwort", "(null)", "(null)", "ekiga.net") 2017-06-23 15:45:25,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0xee8688) 2017-06-23 15:45:25,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2017-06-23 15:45:25,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76cee510 2017-06-23 15:45:25,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2017-06-23 15:45:25,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76cee510 2017-06-23 15:45:25,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76cee510 2017-06-23 15:45:25,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76cee510 2017-06-23 15:45:25,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x75a9db90 [0xec5d40], 0x76cee510 [0xee8688]) 2017-06-23 15:45:25,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2017-06-23 15:45:25,608 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2017-06-23 15:45:25,609 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_AfterStartup', 'EVENT_OnStartup'] 2017-06-23 15:45:25,609 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_AfterStartup' in configfile 2017-06-23 15:45:25,609 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_AfterStartup returns ['10', '20'] 2017-06-23 15:45:25,609 [INFO] [doorpi.doorpi] registering action '10' for event 'AfterStartup' 2017-06-23 15:45:25,610 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_AfterStartup (default: ) returns take_snapshot:http://192.168.2.109:8080/?action=snapshot 2017-06-23 15:45:25,612 [DEBUG] [doorpi.action.SingleActions.take_snapshot] doorpi.action.SingleActions.take_snapshot loaded 2017-06-23 15:45:25,612 [TRACE] [doorpi.conf.config_object] get_string for key snapshot_path in section DoorPi (default: /tmp) returns !BASEPATH!/../DoorPiWeb/snapshots/ 2017-06-23 15:45:25,613 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb/snapshots/" to "/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/" 2017-06-23 15:45:25,614 [TRACE] [doorpi.action.handler] action SnapShotAction with args () and kwargs {'url': 'http://192.168.2.109:8080/?action=snapshot', 'snapshot_path': '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/'} was added to new evententry AfterStartup 2017-06-23 15:45:25,614 [INFO] [doorpi.doorpi] registering action '20' for event 'AfterStartup' 2017-06-23 15:45:25,614 [TRACE] [doorpi.conf.config_object] get_string for key 20 in section EVENT_AfterStartup (default: ) returns mailto:koregan@gmx.net,DoorPi gestartet,DoorPi ist da!,true 2017-06-23 15:45:25,615 [DEBUG] [doorpi.action.SingleActions.mailto] doorpi.action.SingleActions.mailto loaded 2017-06-23 15:45:25,636 [TRACE] [doorpi.action.handler] action MailtoAction with args () and kwargs {'smtp_text': 'DoorPi ist da!', 'smtp_subject': 'DoorPi gestartet', 'smtp_snapshot': 'true', 'smtp_to': 'koregan@gmx.net'} was added to event AfterStartup 2017-06-23 15:45:25,637 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2017-06-23 15:45:25,637 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2017-06-23 15:45:25,637 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2017-06-23 15:45:25,638 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2017-06-23 15:45:25,638 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2017-06-23 15:45:25,639 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2017-06-23 15:45:25,639 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_InputPins (default: ) returns call:sip:koregan@ekiga.net 2017-06-23 15:45:25,640 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2017-06-23 15:45:25,640 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': 'sip:koregan@ekiga.net'} was added to new evententry OnKeyPressed_onboardpins.1 2017-06-23 15:45:25,640 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_InputPins (default: ) returns call:sip:koregan@ekiga.net 2017-06-23 15:45:25,641 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': 'sip:koregan@ekiga.net'} was added to new evententry OnKeyPressed_onboardpins.0 2017-06-23 15:45:25,641 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section onboardpins_InputPins (default: ) returns call:**610 2017-06-23 15:45:25,641 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**610'} was added to new evententry OnKeyPressed_onboardpins.3 2017-06-23 15:45:25,641 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_InputPins (default: ) returns call:sip:500@ekiga.net 2017-06-23 15:45:25,642 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': 'sip:500@ekiga.net'} was added to new evententry OnKeyPressed_onboardpins.2 2017-06-23 15:45:25,642 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"1"', '"2"'] 2017-06-23 15:45:25,642 [TRACE] [doorpi.conf.config_object] get_string for key "1" in section DTMF (default: ) returns out:Tueroeffner,1,0,3 2017-06-23 15:45:25,643 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2017-06-23 15:45:25,643 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2017-06-23 15:45:25,644 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'Tueroeffner', 'start_value': '1'} was added to new evententry OnDTMF_"1" 2017-06-23 15:45:25,644 [TRACE] [doorpi.conf.config_object] get_string for key "2" in section DTMF (default: ) returns out:Licht,1,0,3 2017-06-23 15:45:25,645 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'Licht', 'start_value': '1'} was added to new evententry OnDTMF_"2" 2017-06-23 15:45:25,645 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns blinking_led 2017-06-23 15:45:25,645 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'HIGH', 'pin': 'blinking_led'} was added to new evententry OnTimeSecondEvenNumber 2017-06-23 15:45:25,645 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'LOW', 'pin': 'blinking_led'} was added to new evententry OnTimeSecondUnevenNumber 2017-06-23 15:45:25,646 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2017-06-23 15:45:25,647 [DEBUG] [doorpi.action.handler] [EVS97Q] fire for event OnStartup this actions [] 2017-06-23 15:45:25,647 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2017-06-23 15:45:25,647 [TRACE] [doorpi.action.handler] [EVS97Q] try to fire action SleepAction with args (1.0,) and kwargs {} 2017-06-23 15:45:25,648 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2017-06-23 15:45:26,650 [TRACE] [doorpi.action.handler] [EVS97Q] finished fire_event for event_name OnStartup 2017-06-23 15:45:26,651 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2017-06-23 15:45:26,653 [INFO] [doorpi.doorpi] DoorPi started successfully 2017-06-23 15:45:26,653 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2017-06-23 15:45:26,654 [DEBUG] [doorpi.action.handler] [B92GG2] fire for event AfterStartup this actions [, ] 2017-06-23 15:45:26,654 [INFO] [doorpi.doorpi] Weburl is http://192.168.2.109/ 2017-06-23 15:45:26,655 [TRACE] [doorpi.action.handler] [B92GG2] try to fire action SnapShotAction with args () and kwargs {'url': 'http://192.168.2.109:8080/?action=snapshot', 'snapshot_path': '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/'} 2017-06-23 15:45:26,656 [INFO] [doorpi.sipphone.from_linphone] stun.ekiga.net resolved to 217.10.68.152 2017-06-23 15:45:26,656 [TRACE] [doorpi.action.base] run SnapShotAction with args () and kwargs {'url': 'http://192.168.2.109:8080/?action=snapshot', 'snapshot_path': '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/'} 2017-06-23 15:45:26,657 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2017-06-23 15:45:26,869 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.2.109 2017-06-23 15:45:26,870 [TRACE] [doorpi.conf.config_object] get_integer for key number_of_snapshots in section DoorPi (default: 10) returns 10 2017-06-23 15:45:26,870 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2017-06-23 15:45:26,875 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-06-23 15:45:26,876 [INFO] [doorpi.sipphone.from_linphone] 192.168.2.1 2017-06-23 15:45:26,877 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-06-23 15:45:26,877 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-06-23 15:45:26,879 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0xec7c18] about to register (LinphoneCore version: 3.9.0) 2017-06-23 15:45:26,886 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2017-06-23 15:45:26,886 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: starting resolution of ekiga.net 2017-06-23 15:45:26,890 [INFO] [doorpi.sipphone.from_linphone] channel 0xf06bb8: state RES_IN_PROGRESS 2017-06-23 15:45:26,903 [INFO] [urllib3.connectionpool] Starting new HTTP connection (1): 192.168.2.109 2017-06-23 15:45:26,903 [INFO] [doorpi.sipphone.from_linphone] transaction [0xeea6f0] channel state changed to [RES_IN_PROGRESS] 2017-06-23 15:45:26,904 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-06-23 15:45:26,905 [INFO] [doorpi.sipphone.from_linphone] 192.168.2.1 2017-06-23 15:45:26,905 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-06-23 15:45:26,906 [ERROR] [doorpi.action.handler] [B92GG2] error while fire action SnapShotAction with args () and kwargs {'url': 'http://192.168.2.109:8080/?action=snapshot', 'snapshot_path': '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/'} for event_name AfterStartup Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/doorpi/action/handler.py", line 284, in fire_event_synchron result = action.run(silent) File "/usr/local/lib/python2.7/dist-packages/doorpi/action/base.py", line 48, in run return self.__callback(**self.__kwargs) File "/usr/local/lib/python2.7/dist-packages/doorpi/action/SingleActions/take_snapshot.py", line 59, in get_snapshot_from_url r = requests.get(url, stream=True) File "/usr/lib/python2.7/dist-packages/requests/api.py", line 60, in get return request('get', url, **kwargs) File "/usr/lib/python2.7/dist-packages/requests/api.py", line 49, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 457, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 569, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 407, in send raise ConnectionError(err, request=request) ConnectionError: ('Connection aborted.', error(111, 'Connection refused')) 2017-06-23 15:45:26,906 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-06-23 15:45:26,909 [TRACE] [doorpi.action.handler] [B92GG2] try to fire action MailtoAction with args () and kwargs {'smtp_text': 'DoorPi ist da!', 'smtp_subject': 'DoorPi gestartet', 'smtp_snapshot': 'true', 'smtp_to': 'koregan@gmx.net'} 2017-06-23 15:45:26,910 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2017-06-23 15:45:26,910 [TRACE] [doorpi.action.base] run MailtoAction with args () and kwargs {'smtp_text': 'DoorPi ist da!', 'smtp_subject': 'DoorPi gestartet', 'smtp_snapshot': 'true', 'smtp_to': 'koregan@gmx.net'} 2017-06-23 15:45:26,911 [INFO] [doorpi.sipphone.from_linphone] Refresher [0xeeae38] takes ownership of transaction [0xeea6f0] 2017-06-23 15:45:26,911 [TRACE] [doorpi.conf.config_object] get_string for key server in section SMTP (default: smtp.gmail.com) returns mail.gmx.net 2017-06-23 15:45:26,911 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xec7c18] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2017-06-23 15:45:26,912 [TRACE] [doorpi.conf.config_object] get_integer for key port in section SMTP (default: 465) returns 587 2017-06-23 15:45:26,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0xec5d40, 0xec7c18, 1, "Registration in progress") 2017-06-23 15:45:26,912 [TRACE] [doorpi.conf.config_object] get_string for key username in section SMTP (default: ) returns koregan@gmx.net 2017-06-23 15:45:26,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2017-06-23 15:45:26,913 [TRACE] [doorpi.conf.config_object] get_string for key password in section SMTP (default: ) returns ******* 2017-06-23 15:45:26,913 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [registration_state_changed] 2017-06-23 15:45:26,913 [TRACE] [doorpi.conf.config_object] get_string for key from in section SMTP (default: ) returns koregan@gmx.net 2017-06-23 15:45:26,914 [TRACE] [doorpi.conf.config_object] get_boolean for key use_tls in section SMTP (default: False) returns True 2017-06-23 15:45:26,914 [TRACE] [doorpi.conf.config_object] get_boolean for key use_ssl in section SMTP (default: True) returns False 2017-06-23 15:45:26,915 [TRACE] [doorpi.conf.config_object] get_boolean for key need_login in section SMTP (default: True) returns True 2017-06-23 15:45:26,915 [DEBUG] [doorpi.conf.config_object] create new key signature in section SMTP with value '!EPILOG!' 2017-06-23 15:45:26,915 [TRACE] [doorpi.conf.config_object] get_string for key signature in section SMTP (default: !EPILOG!) returns !EPILOG! 2017-06-23 15:45:26,916 [DEBUG] [doorpi.conf.config_object] parse string "!EPILOG!" to " ___ ___ _ / \___ ___ _ __ / _ (_) 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-06-23 15:45:26,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0xec5d40, 0x1) 2017-06-23 15:45:26,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2017-06-23 15:45:26,965 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [network_reachable] 2017-06-23 15:45:26,965 [INFO] [doorpi.sipphone.from_linphone] stun.ekiga.net resolved to 217.10.68.152 2017-06-23 15:45:26,965 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2017-06-23 15:45:26,966 [INFO] [doorpi.sipphone.from_linphone] SRV _sip._udp.ekiga.net resolved to [target:ekiga.net. port:5060 prio:0 weight:0] 2017-06-23 15:45:26,966 [INFO] [doorpi.sipphone.from_linphone] Starting A/AAAA query for srv result [ekiga.net.] 2017-06-23 15:45:26,966 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-06-23 15:45:26,967 [INFO] [doorpi.sipphone.from_linphone] 192.168.2.1 2017-06-23 15:45:26,967 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-06-23 15:45:26,968 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-06-23 15:45:27,018 [INFO] [doorpi.sipphone.from_linphone] ekiga.net. resolved to 86.64.162.35 2017-06-23 15:45:27,019 [INFO] [doorpi.sipphone.from_linphone] A query finished for srv result [ekiga.net.] 2017-06-23 15:45:27,019 [INFO] [doorpi.sipphone.from_linphone] All A/AAAA results for combined resolution have arrived. 2017-06-23 15:45:27,019 [INFO] [doorpi.sipphone.from_linphone] channel 0xf06bb8: state RES_DONE 2017-06-23 15:45:27,019 [INFO] [doorpi.sipphone.from_linphone] transaction [0xeea6f0] channel state changed to [RES_DONE] 2017-06-23 15:45:27,020 [INFO] [doorpi.sipphone.from_linphone] channel 0xf06bb8: state CONNECTING 2017-06-23 15:45:27,020 [INFO] [doorpi.sipphone.from_linphone] transaction [0xeea6f0] channel state changed to [CONNECTING] 2017-06-23 15:45:27,020 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://86.64.162.35:5060] 2017-06-23 15:45:27,020 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2017-06-23 15:45:27,021 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.2.109:5060 2017-06-23 15:45:27,021 [INFO] [doorpi.sipphone.from_linphone] channel 0xf06bb8: state READY 2017-06-23 15:45:27,021 [INFO] [doorpi.sipphone.from_linphone] transaction [0xeea6f0] channel state changed to [READY] 2017-06-23 15:45:27,021 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xeea6f0], from state [INIT] to [TRYING] 2017-06-23 15:45:27,022 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: message sent to [UDP://ekiga.net:5060], size: [524] bytes REGISTER sip:ekiga.net SIP/2.0 Via: SIP/2.0/UDP 192.168.2.109:5060;branch=z9hG4bK.k9iYbTpiN;rport From: "DoorPi" ;tag=L1aSVoN7b To: "DoorPi" CSeq: 20 REGISTER Call-ID: ppu5e~JZI- 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-06-23 15:45:27,123 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: received [449] new bytes from [UDP://ekiga.net:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.2.109:5060;branch=z9hG4bK.k9iYbTpiN;rport=5061 From: "DoorPi" ;tag=L1aSVoN7b To: "DoorPi" ;tag=c64e1f832a41ec1c1f4e5673ac5b80f6.8812 CSeq: 20 REGISTER Call-ID: ppu5e~JZI- WWW-Authenticate: Digest realm="ekiga.net", nonce="594d1b95000132b0dfddc20fbe032b59359152a1dfc3a4cf" Server: Kamailio (1.5.3-notls (i386/linux)) Content-Length: 0 2017-06-23 15:45:27,129 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8] [449] bytes parsed 2017-06-23 15:45:27,129 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: discovered public ip and port are [192.168.2.109:5061] 2017-06-23 15:45:27,130 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-06-23 15:45:27,130 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xeea6f0], from state [TRYING] to [COMPLETED] 2017-06-23 15:45:27,130 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=koregan_RPI, realm= 2017-06-23 15:45:27,131 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [koregan_RPI] realm [ekiga.net] 2017-06-23 15:45:27,131 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xf015b8], from state [INIT] to [TRYING] 2017-06-23 15:45:27,132 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: message sent to [UDP://ekiga.net:5060], size: [720] bytes REGISTER sip:ekiga.net SIP/2.0 Via: SIP/2.0/UDP 192.168.2.109:5060;branch=z9hG4bK.7cvMOT03r;rport From: "DoorPi" ;tag=L1aSVoN7b To: "DoorPi" CSeq: 21 REGISTER Call-ID: ppu5e~JZI- 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="ekiga.net", nonce="594d1b95000132b0dfddc20fbe032b59359152a1dfc3a4cf", username="koregan_RPI", uri="sip:ekiga.net", response="c8628feddd5facfa1b0d4b9114974823" 2017-06-23 15:45:27,233 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: received [398] new bytes from [UDP://ekiga.net:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.2.109:5060;branch=z9hG4bK.7cvMOT03r;rport=5061 From: "DoorPi" ;tag=L1aSVoN7b To: "DoorPi" ;tag=c64e1f832a41ec1c1f4e5673ac5b80f6.0d15 CSeq: 21 REGISTER Call-ID: ppu5e~JZI- Contact: ;expires=1200 Server: Kamailio (1.5.3-notls (i386/linux)) Content-Length: 0 2017-06-23 15:45:27,238 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8] [398] bytes parsed 2017-06-23 15:45:27,238 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-06-23 15:45:27,239 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xf015b8], from state [TRYING] to [COMPLETED] 2017-06-23 15:45:27,239 [INFO] [doorpi.sipphone.from_linphone] No matching contact neither for [Contact: ;+sip.instance=""] nor [Contact: ;+sip.instance=""] 2017-06-23 15:45:27,239 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2017-06-23 15:45:27,239 [INFO] [doorpi.sipphone.from_linphone] Refresher [0xeeae38]: has no contact for request [0xee69e8]. 2017-06-23 15:45:27,240 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 3240000 ms 2017-06-23 15:45:27,240 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:ekiga.net] 2017-06-23 15:45:27,240 [INFO] [doorpi.sipphone.from_linphone] No matching contact neither for [Contact: ;+sip.instance=""] nor [Contact: ;+sip.instance=""] 2017-06-23 15:45:27,240 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xec7c18] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2017-06-23 15:45:27,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0xec5d40, 0xec7c18, 2, "Registration successful") 2017-06-23 15:45:27,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2017-06-23 15:45:27,241 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [registration_state_changed] 2017-06-23 15:45:27,999 [TRACE] [doorpi.conf.config_object] get_string for key snapshot_path in section DoorPi (default: /tmp) returns !BASEPATH!/../DoorPiWeb/snapshots/ 2017-06-23 15:45:28,030 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb/snapshots/" to "/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/" 2017-06-23 15:45:28,031 [ERROR] [doorpi.action.SingleActions.mailto] send not attachment for this mail: coercing to Unicode: need string or buffer, bool found Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/doorpi/action/SingleActions/mailto.py", line 62, in fire_action_mail with open(smtp_snapshot, "rb") as snapshot_file: TypeError: coercing to Unicode: need string or buffer, bool found 2017-06-23 15:45:28,168 [TRACE] [doorpi.action.handler] [B92GG2] finished fire_event for event_name AfterStartup 2017-06-23 15:45:32,145 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xeea6f0], from state [COMPLETED] to [TERMINATED] 2017-06-23 15:45:32,146 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xeea6f0] terminated 2017-06-23 15:45:32,247 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0xf015b8], from state [COMPLETED] to [TERMINATED] 2017-06-23 15:45:32,248 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0xf015b8] terminated 2017-06-23 15:45:35,242 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2017-06-23 15:45:35,692 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_1 from doorpi.keyboard.from_piface asyncron 2017-06-23 15:45:35,693 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2017-06-23 15:45:35,695 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface asyncron 2017-06-23 15:45:35,696 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_1 - skip fire_event OnKeyDown_1 from doorpi.keyboard.from_piface 2017-06-23 15:45:35,697 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2017-06-23 15:45:35,700 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_1 from doorpi.keyboard.from_piface asyncron 2017-06-23 15:45:35,701 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface asyncron 2017-06-23 15:45:35,726 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_piface asyncron 2017-06-23 15:45:35,729 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_1 from doorpi.keyboard.from_piface asyncron 2017-06-23 15:45:35,730 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface asyncron 2017-06-23 15:45:35,892 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.1 - skip fire_event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2017-06-23 15:45:35,894 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2017-06-23 15:45:35,895 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_1 - skip fire_event OnKeyPressed_1 from doorpi.keyboard.from_piface 2017-06-23 15:45:35,896 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_piface 2017-06-23 15:45:35,897 [DEBUG] [doorpi.action.handler] [071NGM] fire for event OnKeyPressed_onboardpins.1 this actions [] 2017-06-23 15:45:35,898 [TRACE] [doorpi.action.handler] [071NGM] try to fire action CallAction with args () and kwargs {'number': 'sip:koregan@ekiga.net'} 2017-06-23 15:45:35,898 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': 'sip:koregan@ekiga.net'} 2017-06-23 15:45:35,899 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_1 - skip fire_event OnKeyUp_1 from doorpi.keyboard.from_piface 2017-06-23 15:45:35,899 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-06-23 15:45:35,902 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.1 - skip fire_event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2017-06-23 15:45:35,903 [DEBUG] [doorpi.sipphone.from_linphone] call (sip:koregan@ekiga.net) 2017-06-23 15:45:35,903 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-06-23 15:45:35,904 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2017-06-23 15:45:35,905 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2017-06-23 13:45:35.905321 2017-06-23 15:45:35,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x75a9db90 [0xec5d40], 0x2d7824 [(nil)]) 2017-06-23 15:45:35,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x723010c8) 2017-06-23 15:45:35,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2017-06-23 15:45:35,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cee800 2017-06-23 15:45:35,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2017-06-23 15:45:35,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cee800 2017-06-23 15:45:35,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cee800 2017-06-23 15:45:35,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cee800 2017-06-23 15:45:35,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cee800 [0x723010c8], "/usr/local/etc/DoorPi/records/2017-06-23_15-45-35.wav") 2017-06-23 15:45:35,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2017-06-23 15:45:35,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cee800 [0x723010c8], 0x2e0620 [1]) 2017-06-23 15:45:35,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2017-06-23 15:45:35,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x75a9db90 [0xec5d40], "sip:koregan@ekiga.net", 0x76cee800 [0x723010c8]) 2017-06-23 15:45:35,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xec5d40, 0x72327768, 2, "Starting outgoing call") 2017-06-23 15:45:35,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2017-06-23 15:45:35,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cee810 2017-06-23 15:45:35,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2017-06-23 15:45:35,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cee810 2017-06-23 15:45:35,925 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2017-06-23 15:45:35,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cee810 [0x72327768]) 2017-06-23 15:45:35,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72329620) 2017-06-23 15:45:35,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-06-23 15:45:35,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cee520 2017-06-23 15:45:35,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-06-23 15:45:35,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cee520 2017-06-23 15:45:35,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cee520 2017-06-23 15:45:35,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cee520 2017-06-23 15:45:35,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cee520 [0x72329620]) 2017-06-23 15:45:35,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x735e5b90 2017-06-23 15:45:35,930 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:35,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:35,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:35,933 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:35,933 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:35,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:35,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:35,936 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:35,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-06-23 15:45:35,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xec5d40, 0x72327768, 3, "Outgoing call in progress") 2017-06-23 15:45:35,944 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2017-06-23 15:45:35,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cee810 [0x72327768]) 2017-06-23 15:45:35,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72329620) 2017-06-23 15:45:35,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-06-23 15:45:35,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cee7c0 2017-06-23 15:45:35,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-06-23 15:45:35,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cee7c0 2017-06-23 15:45:35,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cee7c0 2017-06-23 15:45:35,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cee7c0 2017-06-23 15:45:35,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cee7c0 [0x72329620]) 2017-06-23 15:45:35,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x735e5b30 2017-06-23 15:45:35,949 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:35,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:35,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:35,952 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1914696800]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2017-06-23 15:45:35,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:35,953 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x72327768] initialized (LinphoneCore version: 3.9.0) 2017-06-23 15:45:35,954 [INFO] [doorpi.sipphone.from_linphone] Call 0x72327768: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2017-06-23 15:45:35,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:35,955 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [call_state_changed] 2017-06-23 15:45:35,956 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x72327768] 2017-06-23 15:45:35,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:35,956 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2017-06-23 15:45:35,957 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2017-06-23 15:45:35,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:35,954 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:35,958 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2017-06-23 15:45:35,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-06-23 15:45:35,960 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2017-06-23 15:45:35,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cee810 2017-06-23 15:45:35,961 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x72327768] 2017-06-23 15:45:35,961 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-06-23 15:45:35,962 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2017-06-23 15:45:35,963 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2017-06-23 15:45:35,964 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2017-06-23 15:45:35,964 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x72327768] 2017-06-23 15:45:35,965 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7232ab08,0-->MSVoidSink:0x72328760,0 2017-06-23 15:45:35,965 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-06-23 15:45:35,966 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2017-06-23 15:45:35,966 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:koregan@ekiga.net] on op [0x72328068] 2017-06-23 15:45:35,967 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2017-06-23 15:45:35,967 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7230fb00], from state [INIT] to [CALLING] 2017-06-23 15:45:35,968 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: message sent to [UDP://ekiga.net:5060], size: [1194] bytes INVITE sip:koregan@ekiga.net SIP/2.0 Via: SIP/2.0/UDP 192.168.2.109:5060;branch=z9hG4bK.uj9gps~92;rport From: "DoorPi" ;tag=Xgjts5d3E To: sip:koregan@ekiga.net CSeq: 20 INVITE Call-ID: Jb696WRFgG Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 639 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=koregan_RPI 2971 1353 IN IP4 192.168.2.109 s=Talk c=IN IP4 192.168.2.109 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 96 97 98 0 8 3 9 99 10 11 101 100 102 103 104 a=rtpmap:96 opus/48000/2 a=fmtp:96 useinbandfec=1 a=rtpmap:97 speex/16000 a=fmtp:97 vbr=on a=rtpmap:98 speex/8000 a=fmtp:98 vbr=on a=rtpmap:99 speex/32000 a=fmtp:99 vbr=on a=rtpmap:101 telephone-event/48000 a=rtpmap:100 telephone-event/16000 a=rtpmap:102 telephone-event/8000 a=rtpmap:103 telephone-event/32000 a=rtpmap:104 telephone-event/44100 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2017-06-23 15:45:35,968 [INFO] [doorpi.sipphone.from_linphone] Call 0x72327768: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2017-06-23 15:45:35,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:35,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d898 2017-06-23 15:45:35,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:35,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:35,972 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-06-23 15:45:35,974 [DEBUG] [doorpi.action.handler] [ZTF7AY] fire for event OnSipPhoneMakeCall this actions [, ] 2017-06-23 15:45:35,975 [TRACE] [doorpi.action.handler] [ZTF7AY] try to fire action > with args () and kwargs {} 2017-06-23 15:45:35,975 [TRACE] [doorpi.action.handler] [071NGM] finished fire_event for event_name OnKeyPressed_onboardpins.1 2017-06-23 15:45:35,976 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-06-23 15:45:35,976 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-06-23 15:45:35,978 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2017-06-23 15:45:35,980 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:35,980 [TRACE] [doorpi.action.handler] [ZTF7AY] try to fire action > with args () and kwargs {} 2017-06-23 15:45:35,981 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-06-23 15:45:35,982 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2017-06-23_15-45-35.wav 2017-06-23 15:45:35,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76cee810 [0x72327768]) 2017-06-23 15:45:35,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2017-06-23 15:45:35,984 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2017-06-23 15:45:35,986 [TRACE] [doorpi.action.handler] [ZTF7AY] finished fire_event for event_name OnSipPhoneMakeCall 2017-06-23 15:45:35,986 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:36,022 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [call_state_changed] 2017-06-23 15:45:36,023 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: received [288] new bytes from [UDP://ekiga.net:5060]: SIP/2.0 100 Giving a try Via: SIP/2.0/UDP 192.168.2.109:5060;branch=z9hG4bK.uj9gps~92;rport=5061 From: "DoorPi" ;tag=Xgjts5d3E To: sip:koregan@ekiga.net CSeq: 20 INVITE Call-ID: Jb696WRFgG Server: Kamailio (1.5.3-notls (i386/linux)) Content-Length: 0 2017-06-23 15:45:36,030 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8] [288] bytes parsed 2017-06-23 15:45:36,031 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-06-23 15:45:36,032 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7230fb00], from state [CALLING] to [PROCEEDING] 2017-06-23 15:45:36,032 [INFO] [doorpi.sipphone.from_linphone] op [0x72328068] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2017-06-23 15:45:36,033 [INFO] [doorpi.sipphone.from_linphone] Op [0x72328068] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2017-06-23 15:45:36,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d898 2017-06-23 15:45:36,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d898 2017-06-23 15:45:36,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d898 2017-06-23 15:45:36,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d898 2017-06-23 15:45:36,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d898 2017-06-23 15:45:36,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d898 2017-06-23 15:45:36,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,352 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: received [501] new bytes from [UDP://ekiga.net:5060]: SIP/2.0 180 Ringing Via: SIP/2.0/UDP 192.168.2.109:5060;rport=5061;received=192.168.2.109;branch=z9hG4bK.uj9gps~92 Record-Route: Call-ID: Jb696WRFgG From: "DoorPi" ;tag=Xgjts5d3E To: ;tag=SCIM6FIlNhfXdbGJR.CowNlNX4e-MyDF CSeq: 20 INVITE Contact: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS Content-Length: 0 2017-06-23 15:45:36,365 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8] [501] bytes parsed 2017-06-23 15:45:36,366 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-06-23 15:45:36,366 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0xec6b48] , local tag [Xgjts5d3E], remote tag [SCIM6FIlNhfXdbGJR.CowNlNX4e-MyDF] 2017-06-23 15:45:36,367 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xec6b48]: now updated by transaction [0x7230fb00]. 2017-06-23 15:45:36,368 [INFO] [doorpi.sipphone.from_linphone] op [0x72328068] : set_or_update_dialog() current=[(nil)] new=[0xec6b48] 2017-06-23 15:45:36,369 [INFO] [doorpi.sipphone.from_linphone] Op [0x72328068] receiving call response [180], dialog is [0xec6b48] in state [BELLE_SIP_DIALOG_EARLY] 2017-06-23 15:45:36,370 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2017-06-23 15:45:36,370 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7232ab08,0-->MSVoidSink:0x72328760,0 2017-06-23 15:45:36,371 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-06-23 15:45:36,371 [INFO] [doorpi.sipphone.from_linphone] Configuring resampler input with rate=[44100], nchannels=[1] 2017-06-23 15:45:36,372 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer[0xefca18]: /usr/local/etc/DoorPi/media/ShortDialTone.wav opened: rate=44100,channel=1 2017-06-23 15:45:36,372 [INFO] [doorpi.sipphone.from_linphone] configuring resampler output to rate=[44100], nchannels=[1] 2017-06-23 15:45:36,373 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0xefca18,0-->MSDtmfGen:0xf68ca0,0 2017-06-23 15:45:36,373 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-06-23 15:45:36,374 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker priority set to SCHED_RR and value (99) 2017-06-23 15:45:36,374 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0xf68ca0,0-->MSResample:0xef2528,0 2017-06-23 15:45:36,375 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0xef2528,0-->MSAlsaWrite:0xf01738,0 2017-06-23 15:45:36,375 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-06-23 15:45:36,376 [INFO] [doorpi.sipphone.from_linphone] Remote ringing... 2017-06-23 15:45:36,376 [INFO] [doorpi.sipphone.from_linphone] Call 0x72327768: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingRinging 2017-06-23 15:45:36,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xec5d40, 0x72327768, 4, "Remote ringing") 2017-06-23 15:45:36,377 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (4 - Remote ringing) 2017-06-23 15:45:36,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72329620) 2017-06-23 15:45:36,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-06-23 15:45:36,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cee530 2017-06-23 15:45:36,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-06-23 15:45:36,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cee530 2017-06-23 15:45:36,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cee530 2017-06-23 15:45:36,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cee530 2017-06-23 15:45:36,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cee530 [0x72329620]) 2017-06-23 15:45:36,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x735e5f50 2017-06-23 15:45:36,383 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:36,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:36,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:36,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:36,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-06-23 15:45:36,394 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault:1 at 44100Hz, bits=16, stereo=0 2017-06-23 15:45:36,394 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 1280 is not supported by your hardware. ==> Using 940 instead. 2017-06-23 15:45:36,395 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:1280 Using 940 2017-06-23 15:45:36,395 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2017-06-23 15:45:36,396 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [call_state_changed] 2017-06-23 15:45:36,397 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2017-06-23 15:45:36,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,398 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:36,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:36,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:36,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:36,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:36,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:37,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:37,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:37,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:37,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cee810 [0x72327768]) 2017-06-23 15:45:38,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0xd2d88c 2017-06-23 15:45:38,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:38,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0xd2d790 2017-06-23 15:45:38,964 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: received [891] new bytes from [UDP://ekiga.net:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.2.109:5060;rport=5061;received=192.168.2.109;branch=z9hG4bK.uj9gps~92 Record-Route: Call-ID: Jb696WRFgG From: "DoorPi" ;tag=Xgjts5d3E To: ;tag=SCIM6FIlNhfXdbGJR.CowNlNX4e-MyDF CSeq: 20 INVITE Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS Contact: Supported: replaces, 100rel, timer, norefersub Content-Type: application/sdp Content-Length: 315 v=0 o=- 3707214335 3707214337 IN IP4 62.225.201.215 s=pjmedia c=IN IP4 62.225.201.215 t=0 0 m=audio 4020 RTP/AVP 0 102 c=IN IP4 62.225.201.215 a=rtcp:4005 IN IP4 192.168.2.109 a=sendrecv a=rtpmap:0 PCMU/8000 a=rtpmap:102 telephone-event/8000 a=fmtp:102 0-16 m=video 16 RTP/AVP c=IN IP4 62.225.201.215 2017-06-23 15:45:39,018 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8] [576] bytes parsed 2017-06-23 15:45:39,019 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8] read [315] bytes of body from [ekiga.net:5060] 2017-06-23 15:45:39,020 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-06-23 15:45:39,040 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7230fb00], from state [PROCEEDING] to [ACCEPTED] 2017-06-23 15:45:39,040 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xec6b48]: now updated by transaction [0x7230fb00]. 2017-06-23 15:45:39,042 [INFO] [doorpi.sipphone.from_linphone] op [0x72328068] : set_or_update_dialog() current=[0xec6b48] new=[0xec6b48] 2017-06-23 15:45:39,043 [INFO] [doorpi.sipphone.from_linphone] Op [0x72328068] receiving call response [200], dialog is [0xec6b48] in state [BELLE_SIP_DIALOG_CONFIRMED] 2017-06-23 15:45:39,048 [INFO] [doorpi.sipphone.from_linphone] [org.antlr.runtime.EarlyExitException] reason [Unexpected token] at line[13] position[18] 2017-06-23 15:45:39,049 [INFO] [doorpi.sipphone.from_linphone] [org.antlr.runtime.EarlyExitException] reason [Unexpected token] at line[13] position[18] 2017-06-23 15:45:39,050 [INFO] [doorpi.sipphone.from_linphone] [org.antlr.runtime.EarlyExitException] reason [Unexpected token] at line[13] position[18] 2017-06-23 15:45:39,051 [ERROR] [doorpi.sipphone.from_linphone] session_description parser error for [v=0 o=- 3707214335 3707214337 IN IP4 62.225.201.215 s=pjmedia c=IN IP4 62.225.201.215 t=0 0 m=audio 4020 RTP/AVP 0 102 c=IN IP4 62.225.201.215 a=rtcp:4005 IN IP4 192.168.2.109 a=sendrecv a=rtpmap:0 PCMU/8000 a=rtpmap:102 telephone-event/8000 a=fmtp:102 0-16 m=video 16 RTP/AVP c=IN IP4 62.225.201.215 ] 2017-06-23 15:45:39,052 [ERROR] [doorpi.sipphone.from_linphone] Failed to parse SDP message. 2017-06-23 15:45:39,052 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2017-06-23 15:45:39,053 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.d4YHosrPc for message sent statelessly 2017-06-23 15:45:39,054 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: message sent to [UDP://ekiga.net:5060], size: [343] bytes ACK sip:koregan@62.225.201.215:36043;ob SIP/2.0 Via: SIP/2.0/UDP 192.168.2.109:5060;rport;branch=z9hG4bK.d4YHosrPc From: "DoorPi" ;tag=Xgjts5d3E To: ;tag=SCIM6FIlNhfXdbGJR.CowNlNX4e-MyDF CSeq: 20 ACK Call-ID: Jb696WRFgG Max-Forwards: 70 Route: 2017-06-23 15:45:39,054 [INFO] [doorpi.sipphone.from_linphone] Call 0x72327768: moving from state LinphoneCallOutgoingRinging to LinphoneCallConnected 2017-06-23 15:45:39,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xec5d40, 0x72327768, 6, "Connected") 2017-06-23 15:45:39,055 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2017-06-23 15:45:39,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cee810 [0x72327768]) 2017-06-23 15:45:39,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72329620) 2017-06-23 15:45:39,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-06-23 15:45:39,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x7362e120 2017-06-23 15:45:39,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-06-23 15:45:39,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x7362e120 2017-06-23 15:45:39,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x7362e120 2017-06-23 15:45:39,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x7362e120 2017-06-23 15:45:39,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x7362e120 [0x72329620]) 2017-06-23 15:45:39,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x735e5f50 2017-06-23 15:45:39,061 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:39,063 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:39,064 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:39,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:39,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:39,067 [DEBUG] [doorpi.action.handler] [1TI5TR] fire for event OnCallStateConnect this actions [] 2017-06-23 15:45:39,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:39,068 [TRACE] [doorpi.action.handler] [1TI5TR] try to fire action > with args () and kwargs {} 2017-06-23 15:45:39,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:39,069 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-06-23 15:45:39,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:39,070 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-06-23 15:45:39,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8b0 2017-06-23 15:45:39,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-06-23 15:45:39,074 [TRACE] [doorpi.action.handler] [1TI5TR] finished fire_event for event_name OnCallStateConnect 2017-06-23 15:45:39,075 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:39,075 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [call_state_changed] 2017-06-23 15:45:39,077 [ERROR] [doorpi.sipphone.from_linphone] Incompatible SDP answer received, need to abort the call 2017-06-23 15:45:39,077 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xec6b48]: now updated by transaction [0xefc998]. 2017-06-23 15:45:39,078 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [BYE] transaction [0xefc998], from state [INIT] to [TRYING] 2017-06-23 15:45:39,079 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: message sent to [UDP://ekiga.net:5060], size: [374] bytes BYE sip:koregan@62.225.201.215:36043;ob SIP/2.0 Via: SIP/2.0/UDP 192.168.2.109:5060;branch=z9hG4bK.4fZsHps86;rport From: "DoorPi" ;tag=Xgjts5d3E To: ;tag=SCIM6FIlNhfXdbGJR.CowNlNX4e-MyDF CSeq: 21 BYE Call-ID: Jb696WRFgG Max-Forwards: 70 Route: User-Agent: (belle-sip/1.4.2) 2017-06-23 15:45:39,081 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0xefca18,0-->MSDtmfGen:0xf68ca0,0 2017-06-23 15:45:39,081 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0xf68ca0,0-->MSResample:0xef2528,0 2017-06-23 15:45:39,082 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0xef2528,0-->MSAlsaWrite:0xf01738,0 2017-06-23 15:45:39,084 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker thread exiting 2017-06-23 15:45:39,084 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-06-23 15:45:39,085 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2017-06-23 15:45:39,085 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2017-06-23 15:45:39,086 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-06-23 15:45:39,086 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 270 0.724816 96.6892 2017-06-23 15:45:39,087 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 270 0.0172488 2.30097 2017-06-23 15:45:39,087 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 44 0.0224675 0.497678 2017-06-23 15:45:39,087 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 270 0.0020667 0.275695 2017-06-23 15:45:39,088 [INFO] [doorpi.sipphone.from_linphone] MSResample 270 0.00177264 0.236468 2017-06-23 15:45:39,088 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2017-06-23 15:45:39,089 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2017-06-23 15:45:39,089 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2017-06-23 15:45:39,090 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2017-06-23 15:45:39,090 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 0 0 0 2017-06-23 15:45:39,091 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-06-23 15:45:39,091 [INFO] [doorpi.sipphone.from_linphone] Call 0x72327768: moving from state LinphoneCallConnected to LinphoneCallError 2017-06-23 15:45:39,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0xec5d40, 0x72329af0) 2017-06-23 15:45:39,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2017-06-23 15:45:39,101 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2017-06-23 15:45:39,101 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [call_log_updated] 2017-06-23 15:45:39,102 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2017-06-23 15:45:39,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xec5d40, 0x72327768, 12, "Incompatible, check codecs or security settings...") 2017-06-23 15:45:39,103 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (12 - Incompatible, check codecs or security settings...) 2017-06-23 15:45:39,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cee810 [0x72327768]) 2017-06-23 15:45:39,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72329620) 2017-06-23 15:45:39,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-06-23 15:45:39,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x7362e140 2017-06-23 15:45:39,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-06-23 15:45:39,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x7362e140 2017-06-23 15:45:39,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x7362e140 2017-06-23 15:45:39,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x7362e140 2017-06-23 15:45:39,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x7362e140 [0x72329620]) 2017-06-23 15:45:39,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72daf1a0 2017-06-23 15:45:39,108 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:39,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:39,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8bc 2017-06-23 15:45:39,111 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:39,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:39,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8bc 2017-06-23 15:45:39,112 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:39,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:39,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8bc 2017-06-23 15:45:39,115 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:39,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-06-23 15:45:39,116 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [call_state_changed] 2017-06-23 15:45:39,117 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2017-06-23 15:45:39,218 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8]: received [293] new bytes from [UDP://ekiga.net:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.2.109:5060;rport=5061;received=192.168.2.109;branch=z9hG4bK.4fZsHps86 Call-ID: Jb696WRFgG From: "DoorPi" ;tag=Xgjts5d3E To: ;tag=SCIM6FIlNhfXdbGJR.CowNlNX4e-MyDF CSeq: 21 BYE Content-Length: 0 2017-06-23 15:45:39,222 [INFO] [doorpi.sipphone.from_linphone] channel [0xf06bb8] [293] bytes parsed 2017-06-23 15:45:39,223 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-06-23 15:45:39,223 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [BYE] transaction [0xefc998], from state [TRYING] to [COMPLETED] 2017-06-23 15:45:39,223 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xec6b48]: now updated by transaction [0xefc998]. 2017-06-23 15:45:39,224 [INFO] [doorpi.sipphone.from_linphone] dialog [0xec6b48] deleted. 2017-06-23 15:45:39,224 [INFO] [doorpi.sipphone.from_linphone] op [0x72328068] : set_or_update_dialog() current=[0xec6b48] new=[0xec6b48] 2017-06-23 15:45:39,224 [INFO] [doorpi.sipphone.from_linphone] Op [0x72328068] receiving call response [200], dialog is [0xec6b48] in state [BELLE_SIP_DIALOG_TERMINATED] 2017-06-23 15:45:39,275 [INFO] [doorpi.sipphone.from_linphone] Dialog [0xec6b48] terminated for op [0x72328068] 2017-06-23 15:45:39,275 [WARNING] [doorpi.sipphone.from_linphone] call_terminated: already terminated, ignoring. 2017-06-23 15:45:39,326 [INFO] [doorpi.sipphone.from_linphone] Call 0x72327768: moving from state LinphoneCallError to LinphoneCallReleased 2017-06-23 15:45:39,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0xec5d40, 0x72327768, 18, "Call released") 2017-06-23 15:45:39,326 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2017-06-23 15:45:39,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cee810 [0x72327768]) 2017-06-23 15:45:39,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72329620) 2017-06-23 15:45:39,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-06-23 15:45:39,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x7362e130 2017-06-23 15:45:39,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-06-23 15:45:39,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x7362e130 2017-06-23 15:45:39,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x7362e130 2017-06-23 15:45:39,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x7362e130 2017-06-23 15:45:39,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x7362e130 [0x72329620]) 2017-06-23 15:45:39,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72daf200 2017-06-23 15:45:39,329 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-06-23 15:45:39,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:39,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8bc 2017-06-23 15:45:39,330 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:39,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:39,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8bc 2017-06-23 15:45:39,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:39,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0xd2d8bc 2017-06-23 15:45:39,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-06-23 15:45:39,332 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0xec5d40] notifying [call_state_changed] 2017-06-23 15:45:39,332 [INFO] [doorpi.sipphone.from_linphone] op [0x72328068] : set_or_update_dialog() current=[0xec6b48] new=[(nil)] 2017-06-23 15:45:42,995 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2017-06-23 15:45:42,995 [DEBUG] [doorpi.doorpi] destroy doorpi 2017-06-23 15:45:42,996 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1995911168)>, , ] 2017-06-23 15:45:42,997 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2017-06-23 15:45:42,999 [DEBUG] [doorpi.action.handler] [B04S15] fire for event OnShutdown this actions [, , , ] 2017-06-23 15:45:43,000 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2017-06-23 15:45:43,000 [TRACE] [doorpi.action.handler] [B04S15] try to fire action TimeTickDestroyAction with args () and kwargs {} 2017-06-23 15:45:43,001 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2017-06-23 15:45:43,002 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2017-06-23 15:45:43,002 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,002 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2017-06-23 15:45:43,003 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2017-06-23 15:45:43,003 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,004 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2017-06-23 15:45:43,004 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2017-06-23 15:45:43,005 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,005 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2017-06-23 15:45:43,005 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2017-06-23 15:45:43,006 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,006 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2017-06-23 15:45:43,007 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2017-06-23 15:45:43,007 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,007 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2017-06-23 15:45:43,008 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2017-06-23 15:45:43,008 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,009 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2017-06-23 15:45:43,009 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2017-06-23 15:45:43,010 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,010 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2017-06-23 15:45:43,010 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2017-06-23 15:45:43,011 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,011 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2017-06-23 15:45:43,012 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2017-06-23 15:45:43,012 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,012 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2017-06-23 15:45:43,013 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2017-06-23 15:45:43,013 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,014 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2017-06-23 15:45:43,014 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2017-06-23 15:45:43,014 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,015 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2017-06-23 15:45:43,015 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2017-06-23 15:45:43,016 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,016 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2017-06-23 15:45:43,016 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2017-06-23 15:45:43,017 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,017 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2017-06-23 15:45:43,018 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2017-06-23 15:45:43,018 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,019 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2017-06-23 15:45:43,019 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2017-06-23 15:45:43,019 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,020 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2017-06-23 15:45:43,021 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2017-06-23 15:45:43,021 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,021 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2017-06-23 15:45:43,022 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2017-06-23 15:45:43,022 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,023 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2017-06-23 15:45:43,023 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2017-06-23 15:45:43,023 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,024 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2017-06-23 15:45:43,024 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2017-06-23 15:45:43,025 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,025 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2017-06-23 15:45:43,025 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2017-06-23 15:45:43,026 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,026 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2017-06-23 15:45:43,027 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2017-06-23 15:45:43,027 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,027 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2017-06-23 15:45:43,028 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2017-06-23 15:45:43,029 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,029 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2017-06-23 15:45:43,029 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2017-06-23 15:45:43,030 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,030 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2017-06-23 15:45:43,031 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2017-06-23 15:45:43,031 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,031 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2017-06-23 15:45:43,032 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2017-06-23 15:45:43,032 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,033 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2017-06-23 15:45:43,033 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2017-06-23 15:45:43,033 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,034 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2017-06-23 15:45:43,034 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2017-06-23 15:45:43,035 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,035 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2017-06-23 15:45:43,035 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2017-06-23 15:45:43,036 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,036 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2017-06-23 15:45:43,037 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2017-06-23 15:45:43,037 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,037 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2017-06-23 15:45:43,038 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2017-06-23 15:45:43,038 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,039 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2017-06-23 15:45:43,039 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2017-06-23 15:45:43,040 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,040 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2017-06-23 15:45:43,040 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2017-06-23 15:45:43,041 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,041 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2017-06-23 15:45:43,042 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2017-06-23 15:45:43,042 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,042 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2017-06-23 15:45:43,043 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2017-06-23 15:45:43,043 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,044 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2017-06-23 15:45:43,044 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2017-06-23 15:45:43,044 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,045 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2017-06-23 15:45:43,045 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2017-06-23 15:45:43,046 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,046 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2017-06-23 15:45:43,046 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2017-06-23 15:45:43,047 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,047 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2017-06-23 15:45:43,048 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2017-06-23 15:45:43,048 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,049 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2017-06-23 15:45:43,049 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2017-06-23 15:45:43,049 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,050 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2017-06-23 15:45:43,050 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2017-06-23 15:45:43,051 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,051 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2017-06-23 15:45:43,051 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2017-06-23 15:45:43,052 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,052 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2017-06-23 15:45:43,053 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2017-06-23 15:45:43,053 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,053 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2017-06-23 15:45:43,054 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2017-06-23 15:45:43,054 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,055 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2017-06-23 15:45:43,055 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2017-06-23 15:45:43,055 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,056 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2017-06-23 15:45:43,056 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2017-06-23 15:45:43,057 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,057 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2017-06-23 15:45:43,057 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2017-06-23 15:45:43,058 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,058 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2017-06-23 15:45:43,059 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2017-06-23 15:45:43,059 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,059 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2017-06-23 15:45:43,060 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2017-06-23 15:45:43,060 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,061 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2017-06-23 15:45:43,061 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2017-06-23 15:45:43,061 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,062 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2017-06-23 15:45:43,062 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2017-06-23 15:45:43,063 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,063 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2017-06-23 15:45:43,063 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2017-06-23 15:45:43,064 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,064 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2017-06-23 15:45:43,065 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2017-06-23 15:45:43,065 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,065 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2017-06-23 15:45:43,066 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2017-06-23 15:45:43,066 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,067 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2017-06-23 15:45:43,067 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2017-06-23 15:45:43,067 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,068 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2017-06-23 15:45:43,068 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2017-06-23 15:45:43,069 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,069 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2017-06-23 15:45:43,070 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2017-06-23 15:45:43,070 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,070 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2017-06-23 15:45:43,071 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2017-06-23 15:45:43,071 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,072 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2017-06-23 15:45:43,072 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2017-06-23 15:45:43,072 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,073 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2017-06-23 15:45:43,073 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2017-06-23 15:45:43,073 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,073 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2017-06-23 15:45:43,073 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2017-06-23 15:45:43,074 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,074 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2017-06-23 15:45:43,074 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2017-06-23 15:45:43,074 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,074 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2017-06-23 15:45:43,075 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2017-06-23 15:45:43,075 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,075 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2017-06-23 15:45:43,075 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2017-06-23 15:45:43,075 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,076 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2017-06-23 15:45:43,076 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2017-06-23 15:45:43,076 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,076 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2017-06-23 15:45:43,077 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2017-06-23 15:45:43,077 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,077 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2017-06-23 15:45:43,077 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2017-06-23 15:45:43,077 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,078 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2017-06-23 15:45:43,078 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2017-06-23 15:45:43,078 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,078 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2017-06-23 15:45:43,078 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2017-06-23 15:45:43,079 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,079 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2017-06-23 15:45:43,079 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2017-06-23 15:45:43,079 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,079 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2017-06-23 15:45:43,080 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2017-06-23 15:45:43,080 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,080 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2017-06-23 15:45:43,080 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2017-06-23 15:45:43,080 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,081 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2017-06-23 15:45:43,081 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2017-06-23 15:45:43,081 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,081 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2017-06-23 15:45:43,081 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2017-06-23 15:45:43,082 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,082 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2017-06-23 15:45:43,082 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2017-06-23 15:45:43,082 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,082 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2017-06-23 15:45:43,083 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2017-06-23 15:45:43,083 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,083 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2017-06-23 15:45:43,083 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2017-06-23 15:45:43,083 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,084 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2017-06-23 15:45:43,084 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2017-06-23 15:45:43,084 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,084 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2017-06-23 15:45:43,084 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2017-06-23 15:45:43,085 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,085 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2017-06-23 15:45:43,085 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2017-06-23 15:45:43,085 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,085 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2017-06-23 15:45:43,086 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2017-06-23 15:45:43,086 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,086 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2017-06-23 15:45:43,086 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2017-06-23 15:45:43,086 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,087 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2017-06-23 15:45:43,087 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2017-06-23 15:45:43,087 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,087 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2017-06-23 15:45:43,087 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2017-06-23 15:45:43,088 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,088 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2017-06-23 15:45:43,088 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2017-06-23 15:45:43,088 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,088 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2017-06-23 15:45:43,089 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2017-06-23 15:45:43,089 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,089 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2017-06-23 15:45:43,089 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2017-06-23 15:45:43,089 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,090 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2017-06-23 15:45:43,090 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2017-06-23 15:45:43,090 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,090 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2017-06-23 15:45:43,090 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2017-06-23 15:45:43,091 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,091 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2017-06-23 15:45:43,091 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2017-06-23 15:45:43,091 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,091 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2017-06-23 15:45:43,092 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2017-06-23 15:45:43,092 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,092 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2017-06-23 15:45:43,092 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2017-06-23 15:45:43,092 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,093 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2017-06-23 15:45:43,093 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2017-06-23 15:45:43,093 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,093 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2017-06-23 15:45:43,093 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2017-06-23 15:45:43,094 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,094 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2017-06-23 15:45:43,094 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2017-06-23 15:45:43,094 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,094 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2017-06-23 15:45:43,095 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2017-06-23 15:45:43,095 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,095 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2017-06-23 15:45:43,095 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2017-06-23 15:45:43,095 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,096 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2017-06-23 15:45:43,096 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2017-06-23 15:45:43,096 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,096 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2017-06-23 15:45:43,096 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2017-06-23 15:45:43,097 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,097 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2017-06-23 15:45:43,097 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2017-06-23 15:45:43,097 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,097 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2017-06-23 15:45:43,098 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2017-06-23 15:45:43,098 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,098 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2017-06-23 15:45:43,098 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2017-06-23 15:45:43,099 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,099 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2017-06-23 15:45:43,099 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2017-06-23 15:45:43,099 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,099 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2017-06-23 15:45:43,100 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2017-06-23 15:45:43,100 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,100 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2017-06-23 15:45:43,100 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2017-06-23 15:45:43,100 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,101 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2017-06-23 15:45:43,101 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2017-06-23 15:45:43,101 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2017-06-23 15:45:43,101 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2017-06-23 15:45:43,102 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2017-06-23 15:45:43,102 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2017-06-23 15:45:43,102 [TRACE] [doorpi.action.handler] [B04S15] try to fire action WebServerShutdownAction with args () and kwargs {} 2017-06-23 15:45:43,103 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2017-06-23 15:45:43,103 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2017-06-23 15:45:43,104 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2017-06-23 15:45:43,104 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:43,104 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2017-06-23 15:45:43,104 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2017-06-23 15:45:43,105 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2017-06-23 15:45:43,105 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:43,105 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2017-06-23 15:45:43,106 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2017-06-23 15:45:43,106 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:43,106 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2017-06-23 15:45:43,106 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2017-06-23 15:45:43,106 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:43,107 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2017-06-23 15:45:43,107 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2017-06-23 15:45:43,107 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:43,107 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2017-06-23 15:45:43,107 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2017-06-23 15:45:43,108 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:43,108 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2017-06-23 15:45:43,108 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2017-06-23 15:45:43,108 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:43,109 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2017-06-23 15:45:43,109 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2017-06-23 15:45:43,109 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2017-06-23 15:45:43,109 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2017-06-23 15:45:43,109 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2017-06-23 15:45:43,110 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2017-06-23 15:45:43,114 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2017-06-23 15:45:43,115 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2017-06-23 15:45:43,116 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2017-06-23 15:45:43,116 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2017-06-23 15:45:43,117 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2017-06-23 15:45:43,117 [TRACE] [doorpi.action.handler] [JQJJ70] finished fire_event for event_name OnWebServerStart 2017-06-23 15:45:43,117 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2017-06-23 15:45:43,118 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2017-06-23 15:45:43,118 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2017-06-23 15:45:43,119 [TRACE] [doorpi.action.handler] [B04S15] try to fire action KeyboardDestroyAction with args () and kwargs {} 2017-06-23 15:45:43,119 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2017-06-23 15:45:43,119 [DEBUG] [doorpi.keyboard.from_piface] destroy 2017-06-23 15:45:43,127 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_piface and force_unregister is True 2017-06-23 15:45:43,128 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_2 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,128 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_2 - remove event too 2017-06-23 15:45:43,129 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_2 2017-06-23 15:45:43,129 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,129 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.0 - remove event too 2017-06-23 15:45:43,129 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.0 2017-06-23 15:45:43,130 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_piface 2017-06-23 15:45:43,130 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2017-06-23 15:45:43,130 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed 2017-06-23 15:45:43,131 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_piface 2017-06-23 15:45:43,131 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2017-06-23 15:45:43,131 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp 2017-06-23 15:45:43,131 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_3 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,132 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_3 - remove event too 2017-06-23 15:45:43,132 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_3 2017-06-23 15:45:43,132 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_3 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,132 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_3 - remove event too 2017-06-23 15:45:43,133 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_3 2017-06-23 15:45:43,133 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_2 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,133 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_2 - remove event too 2017-06-23 15:45:43,134 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_2 2017-06-23 15:45:43,134 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_1 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,134 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_1 - remove event too 2017-06-23 15:45:43,134 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_1 2017-06-23 15:45:43,135 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_0 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,135 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_0 - remove event too 2017-06-23 15:45:43,135 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_0 2017-06-23 15:45:43,136 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.3 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,136 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.3 - remove event too 2017-06-23 15:45:43,136 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.3 2017-06-23 15:45:43,136 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,137 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.1 - remove event too 2017-06-23 15:45:43,137 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.1 2017-06-23 15:45:43,137 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.2 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,137 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.2 - remove event too 2017-06-23 15:45:43,138 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.2 2017-06-23 15:45:43,138 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_piface 2017-06-23 15:45:43,138 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2017-06-23 15:45:43,139 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown 2017-06-23 15:45:43,139 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,139 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.0 - remove event too 2017-06-23 15:45:43,139 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.0 2017-06-23 15:45:43,140 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,140 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.1 - remove event too 2017-06-23 15:45:43,140 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.1 2017-06-23 15:45:43,140 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.2 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,141 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.2 - remove event too 2017-06-23 15:45:43,141 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.2 2017-06-23 15:45:43,141 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.3 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,142 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.3 - remove event too 2017-06-23 15:45:43,142 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.3 2017-06-23 15:45:43,142 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_2 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,142 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_2 - remove event too 2017-06-23 15:45:43,143 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_2 2017-06-23 15:45:43,143 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_3 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,143 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_3 - remove event too 2017-06-23 15:45:43,144 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_3 2017-06-23 15:45:43,144 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_0 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,144 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_0 - remove event too 2017-06-23 15:45:43,145 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_0 2017-06-23 15:45:43,145 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_1 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,145 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_1 - remove event too 2017-06-23 15:45:43,146 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_1 2017-06-23 15:45:43,146 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,146 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_1 - remove event too 2017-06-23 15:45:43,146 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_1 2017-06-23 15:45:43,147 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,147 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_0 - remove event too 2017-06-23 15:45:43,147 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_0 2017-06-23 15:45:43,147 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,148 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.1 - remove event too 2017-06-23 15:45:43,148 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.1 2017-06-23 15:45:43,148 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,149 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.0 - remove event too 2017-06-23 15:45:43,149 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.0 2017-06-23 15:45:43,149 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.3 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,149 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.3 - remove event too 2017-06-23 15:45:43,149 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.3 2017-06-23 15:45:43,150 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.2 from doorpi.keyboard.from_piface 2017-06-23 15:45:43,150 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.2 - remove event too 2017-06-23 15:45:43,150 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.2 2017-06-23 15:45:43,150 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed 2017-06-23 15:45:43,151 [TRACE] [doorpi.action.handler] [B04S15] try to fire action > with args () and kwargs {} 2017-06-23 15:45:43,151 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-06-23 15:45:43,151 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2017-06-23 15:45:43,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x75a9db90 [0xec5d40]) 2017-06-23 15:45:43,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0xd2d8bc 2017-06-23 15:45:43,152 [DEBUG] [doorpi.action.handler] [K4SR15] fire for event OnSipPhoneDestroy this actions [, , ] 2017-06-23 15:45:43,153 [TRACE] [doorpi.action.handler] [K4SR15] try to fire action > with args () and kwargs {} 2017-06-23 15:45:43,153 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-06-23 15:45:43,153 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2017-06-23 15:45:43,153 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2017-06-23 15:45:43,154 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,154 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2017-06-23 15:45:43,154 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2017-06-23 15:45:43,154 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,154 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2017-06-23 15:45:43,155 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2017-06-23 15:45:43,155 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,155 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2017-06-23 15:45:43,155 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2017-06-23 15:45:43,155 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"1" from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,156 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"1" - remove event too 2017-06-23 15:45:43,156 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"1" 2017-06-23 15:45:43,156 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,156 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2017-06-23 15:45:43,156 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2017-06-23 15:45:43,157 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,157 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2017-06-23 15:45:43,157 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2017-06-23 15:45:43,157 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,157 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2017-06-23 15:45:43,158 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2017-06-23 15:45:43,158 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,158 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2017-06-23 15:45:43,158 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2017-06-23 15:45:43,159 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,159 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2017-06-23 15:45:43,159 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2017-06-23 15:45:43,159 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,159 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2017-06-23 15:45:43,160 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2017-06-23 15:45:43,160 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,160 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2017-06-23 15:45:43,160 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2017-06-23 15:45:43,160 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,161 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2017-06-23 15:45:43,161 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2017-06-23 15:45:43,161 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,161 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2017-06-23 15:45:43,161 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2017-06-23 15:45:43,162 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,162 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2017-06-23 15:45:43,162 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2017-06-23 15:45:43,162 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"2" from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,162 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"2" - remove event too 2017-06-23 15:45:43,163 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"2" 2017-06-23 15:45:43,163 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,163 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2017-06-23 15:45:43,163 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2017-06-23 15:45:43,163 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,164 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2017-06-23 15:45:43,164 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2017-06-23 15:45:43,164 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,164 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2017-06-23 15:45:43,164 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2017-06-23 15:45:43,165 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,165 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2017-06-23 15:45:43,165 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2017-06-23 15:45:43,165 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,165 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2017-06-23 15:45:43,166 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2017-06-23 15:45:43,166 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,166 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2017-06-23 15:45:43,166 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2017-06-23 15:45:43,166 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,167 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2017-06-23 15:45:43,167 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2017-06-23 15:45:43,167 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-06-23 15:45:43,167 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2017-06-23 15:45:43,167 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2017-06-23 15:45:43,168 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2017-06-23 15:45:43,168 [TRACE] [doorpi.action.handler] [K4SR15] try to fire action > with args () and kwargs {} 2017-06-23 15:45:43,169 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-06-23 15:45:43,169 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-06-23 15:45:43,170 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2017-06-23 15:45:43,170 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:43,170 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:43,170 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2017-06-23 15:45:43,171 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:43,171 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2017-06-23 15:45:43,171 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2017-06-23 15:45:43,171 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-06-23 15:45:43,172 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2017-06-23 15:45:43,172 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2017-06-23 15:45:43,172 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2017-06-23 15:45:43,173 [TRACE] [doorpi.action.handler] [K4SR15] try to fire action > with args () and kwargs {} 2017-06-23 15:45:43,173 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-06-23 15:45:43,173 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2017-06-23 15:45:43,173 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:43,174 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2017-06-23 15:45:43,174 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2017-06-23 15:45:43,174 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:43,174 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2017-06-23 15:45:43,175 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2017-06-23 15:45:43,175 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2017-06-23 15:45:43,175 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2017-06-23 15:45:43,175 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2017-06-23 15:45:43,175 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2017-06-23 15:45:43,176 [TRACE] [doorpi.action.handler] [K4SR15] finished fire_event for event_name OnSipPhoneDestroy 2017-06-23 15:45:43,176 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2017-06-23 15:45:43,176 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,177 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2017-06-23 15:45:43,177 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2017-06-23 15:45:43,177 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,177 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2017-06-23 15:45:43,177 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2017-06-23 15:45:43,178 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,178 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2017-06-23 15:45:43,178 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2017-06-23 15:45:43,178 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,178 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2017-06-23 15:45:43,179 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2017-06-23 15:45:43,179 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,179 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2017-06-23 15:45:43,179 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2017-06-23 15:45:43,179 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,180 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2017-06-23 15:45:43,180 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2017-06-23 15:45:43,180 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,180 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2017-06-23 15:45:43,180 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2017-06-23 15:45:43,181 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,181 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2017-06-23 15:45:43,181 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2017-06-23 15:45:43,181 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,181 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2017-06-23 15:45:43,182 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2017-06-23 15:45:43,182 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,182 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2017-06-23 15:45:43,182 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2017-06-23 15:45:43,182 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,183 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2017-06-23 15:45:43,183 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2017-06-23 15:45:43,183 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-06-23 15:45:43,183 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2017-06-23 15:45:43,183 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2017-06-23 15:45:43,184 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2017-06-23 15:45:43,184 [TRACE] [doorpi.action.handler] [B04S15] finished fire_event for event_name OnShutdown 2017-06-23 15:45:43,184 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2017-06-23 15:45:43,185 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2017-06-23 15:45:43,686 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2017-06-23 15:45:43,686 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:43,687 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:44,188 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2017-06-23 15:45:44,188 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:44,209 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:44,711 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2017-06-23 15:45:44,712 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:44,712 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:45,213 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2017-06-23 15:45:45,214 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:45,215 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:45,716 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2017-06-23 15:45:45,717 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:45,717 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:46,219 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2017-06-23 15:45:46,220 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:46,220 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:46,721 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2017-06-23 15:45:46,722 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:46,723 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:47,224 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2017-06-23 15:45:47,224 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:47,225 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:47,726 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2017-06-23 15:45:47,727 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:47,727 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:48,229 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2017-06-23 15:45:48,229 [TRACE] [doorpi.doorpi] still existing threads: [] 2017-06-23 15:45:48,230 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-06-23 15:45:48,731 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [] 2017-06-23 15:45:48,732 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========