2016-03-19 01:11:07,790 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.0.0 / /_// (_) | (_) | | / ___/| | 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 2016-03-19 01:11:07,798 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2016-03-19 01:11:07,807 [DEBUG] [doorpi.doorpi] run 2016-03-19 01:11:07,811 [DEBUG] [doorpi.doorpi] prepare 2016-03-19 01:11:07,816 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2016-03-19 01:11:07,830 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2016-03-19 01:11:07,862 [DEBUG] [doorpi.conf.config_object] __init__ 2016-03-19 01:11:07,867 [TRACE] [doorpi.conf.config_object] get_from_config 2016-03-19 01:11:07,888 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2016-03-19 01:11:07,892 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2016-03-19 01:11:07,896 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2016-03-19 01:11:07,906 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2016-03-19 01:11:07,910 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2016-03-19 01:11:07,913 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2016-03-19 01:11:07,916 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2016-03-19 01:11:07,919 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2016-03-19 01:11:07,922 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2016-03-19 01:11:07,925 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2016-03-19 01:11:07,930 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2016-03-19 01:11:07,935 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2016-03-19 01:11:07,941 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2016-03-19 01:11:07,946 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2016-03-19 01:11:07,951 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2016-03-19 01:11:07,956 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2016-03-19 01:11:07,965 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2016-03-19 01:11:07,972 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2016-03-19 01:11:07,989 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2016-03-19 01:11:07,994 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2016-03-19 01:11:08,000 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2016-03-19 01:11:08,005 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2016-03-19 01:11:08,017 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2016-03-19 01:11:08,022 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2016-03-19 01:11:08,027 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2016-03-19 01:11:08,032 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2016-03-19 01:11:08,037 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2016-03-19 01:11:08,042 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2016-03-19 01:11:08,046 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2016-03-19 01:11:08,053 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2016-03-19 01:11:08,056 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2016-03-19 01:11:08,061 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2016-03-19 01:11:08,065 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2016-03-19 01:11:08,070 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2016-03-19 01:11:08,074 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2016-03-19 01:11:08,078 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2016-03-19 01:11:08,082 [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 2016-03-19 01:11:08,087 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2016-03-19 01:11:08,090 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrator'] 2016-03-19 01:11:08,094 [WARNING] [root] section ReadPermission not found in configfile 2016-03-19 01:11:08,098 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2016-03-19 01:11:08,102 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrator'] 2016-03-19 01:11:08,105 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['door'] 2016-03-19 01:11:08,109 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section Group (default: []) returns ['door'] 2016-03-19 01:11:08,112 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_keyboard', 'Group', 'keyboards', 'SIP-Phone', 'WritePermission', 'AREA_installer', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2016-03-19 01:11:08,117 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section WritePermission (default: []) returns ['installer'] 2016-03-19 01:11:08,120 [ERROR] [doorpi.status.webserver] no ReadPermission found 2016-03-19 01:11:08,124 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2016-03-19 01:11:08,127 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2016-03-19 01:11:08,131 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2016-03-19 01:11:08,141 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,146 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2016-03-19 01:11:08,154 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,161 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,158 [DEBUG] [doorpi.action.handler] [D2A5VY] fire for event OnWebServerStart this actions [] 2016-03-19 01:11:08,171 [TRACE] [doorpi.action.handler] [D2A5VY] try to fire action WebServerStartupAction with args () and kwargs {} 2016-03-19 01:11:08,174 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,182 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,189 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,178 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2016-03-19 01:11:08,199 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,204 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,209 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,214 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,219 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,225 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,229 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,234 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,239 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,244 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2016-03-19 01:11:08,248 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2016-03-19 01:11:08,253 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2016-03-19 01:11:08,258 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2016-03-19 01:11:08,263 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns gpio 2016-03-19 01:11:08,267 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['11'] 2016-03-19 01:11:08,270 [WARNING] [root] section onboardpins_OutputPins not found in configfile 2016-03-19 01:11:08,273 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns [] 2016-03-19 01:11:08,277 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 200.0 2016-03-19 01:11:08,280 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2016-03-19 01:11:08,284 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2016-03-19 01:11:08,289 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2016-03-19 01:11:08,301 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['11'], output_pins = [], bouncetime = 200.0, polarity = 0) 2016-03-19 01:11:08,305 [DEBUG] [doorpi.conf.config_object] create new key mode in section onboardpins_keyboard with value 'BOARD' 2016-03-19 01:11:08,308 [TRACE] [doorpi.conf.config_object] get_string for key mode in section onboardpins_keyboard (default: BOARD) returns BOARD 2016-03-19 01:11:08,311 [DEBUG] [doorpi.conf.config_object] create new key pull_up_down in section onboardpins_keyboard with value 'PUD_OFF' 2016-03-19 01:11:08,314 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section onboardpins_keyboard (default: PUD_OFF) returns PUD_OFF 2016-03-19 01:11:08,333 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2016-03-19 01:11:08,339 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2016-03-19 01:11:08,355 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2016-03-19 01:11:08,360 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_11 from doorpi.keyboard.from_gpio 2016-03-19 01:11:08,365 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_11 and registered source doorpi.keyboard.from_gpio 2016-03-19 01:11:08,371 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.11 from doorpi.keyboard.from_gpio 2016-03-19 01:11:08,384 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.11 and registered source doorpi.keyboard.from_gpio 2016-03-19 01:11:08,389 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2016-03-19 01:11:08,394 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2016-03-19 01:11:08,400 [TRACE] [doorpi.action.handler] register Event OnKeyUp_11 from doorpi.keyboard.from_gpio 2016-03-19 01:11:08,411 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_11 and registered source doorpi.keyboard.from_gpio 2016-03-19 01:11:08,416 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.11 from doorpi.keyboard.from_gpio 2016-03-19 01:11:08,431 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.11 and registered source doorpi.keyboard.from_gpio 2016-03-19 01:11:08,436 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2016-03-19 01:11:08,441 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2016-03-19 01:11:08,447 [TRACE] [doorpi.action.handler] register Event OnKeyDown_11 from doorpi.keyboard.from_gpio 2016-03-19 01:11:08,454 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_11 and registered source doorpi.keyboard.from_gpio 2016-03-19 01:11:08,464 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.11 from doorpi.keyboard.from_gpio 2016-03-19 01:11:08,469 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.11 and registered source doorpi.keyboard.from_gpio 2016-03-19 01:11:08,482 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2016-03-19 01:11:08,488 [WARNING] [root] section onboardpins_OutputPins not found in configfile 2016-03-19 01:11:08,493 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns [] 2016-03-19 01:11:08,505 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2016-03-19 01:11:08,528 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2016-03-19 01:11:08,537 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2016-03-19 01:11:08,556 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2016-03-19 01:11:08,677 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2016-03-19 01:11:08,686 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2016-03-19 01:11:08,700 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2016-03-19 01:11:08,872 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2016-03-19 01:11:08,895 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2016-03-19 01:11:08,900 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2016-03-19 01:11:08,909 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2016-03-19 01:11:08,919 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2016-03-19 01:11:08,928 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2016-03-19 01:11:08,939 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2016-03-19 01:11:08,946 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2016-03-19 01:11:08,952 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2016-03-19 01:11:08,957 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-03-19 01:11:08,962 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2016-03-19 01:11:08,968 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:08,973 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2016-03-19 01:11:08,978 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:08,984 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2016-03-19 01:11:08,989 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:08,994 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2016-03-19 01:11:08,999 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:09,004 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2016-03-19 01:11:09,009 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:09,014 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-03-19 01:11:09,020 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:09,025 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-03-19 01:11:09,030 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:09,035 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2016-03-19 01:11:09,040 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:09,046 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-03-19 01:11:09,050 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:09,056 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2016-03-19 01:11:09,060 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:09,065 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2016-03-19 01:11:09,070 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:09,076 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2016-03-19 01:11:09,080 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2016-03-19 01:11:09,085 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2016-03-19 01:11:09,091 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2016-03-19 01:11:09,096 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,101 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2016-03-19 01:11:09,106 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,112 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,117 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,122 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,127 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,132 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,137 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,142 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,148 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,153 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,158 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,163 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,168 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,174 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,179 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,183 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,188 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,194 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,198 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,203 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,208 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,213 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,218 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,224 [WARNING] [root] section DTMF not found in configfile 2016-03-19 01:11:09,229 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2016-03-19 01:11:09,234 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,239 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2016-03-19 01:11:09,243 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,249 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,254 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,259 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,265 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,270 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,275 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,280 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,285 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,290 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,295 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,301 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,306 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,311 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,316 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,321 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,326 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,331 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,337 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-03-19 01:11:09,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2016-03-19 01:11:09,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0xb46e1878 2016-03-19 01:11:09,356 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-03-19 01:11:09,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2016-03-19 01:11:09,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0xb46e1878 2016-03-19 01:11:09,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0xb4700a50, "(null)", "(null)") 2016-03-19 01:11:09,386 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2016-03-19 01:11:09,391 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 1 2016-03-19 01:11:09,397 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2016-03-19 01:11:09,402 [INFO] [doorpi.sipphone.from_linphone] srtp init 2016-03-19 01:11:09,465 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2016-03-19 01:11:09,708 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2016-03-19 01:11:09,746 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC0D0c' failed (-2) 2016-03-19 01:11:09,758 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2016-03-19 01:11:09,804 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB PnP Sound Device' added 2016-03-19 01:11:09,809 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2016-03-19 01:11:09,815 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2016-03-19 01:11:09,820 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2016-03-19 01:11:09,826 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2016-03-19 01:11:09,832 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2016-03-19 01:11:09,837 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2016-03-19 01:11:09,842 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x17d9be8] registered on core [0x17e0b50] 2016-03-19 01:11:09,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x17d9be8, 1, "Starting up") 2016-03-19 01:11:09,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-03-19 01:11:09,860 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17d9be8] notifying [global_state_changed] 2016-03-19 01:11:09,866 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2016-03-19 01:11:09,870 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2016-03-19 01:11:09,876 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2016-03-19 01:11:09,881 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2016-03-19 01:11:09,887 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=0) added to default capabilities. 2016-03-19 01:11:09,892 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-03-19 01:11:09,897 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-03-19 01:11:09,903 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-03-19 01:11:09,908 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-03-19 01:11:09,914 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2016-03-19 01:11:09,919 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2016-03-19 01:11:09,924 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2016-03-19 01:11:09,930 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2016-03-19 01:11:09,936 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2016-03-19 01:11:09,941 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2016-03-19 01:11:09,946 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2016-03-19 01:11:09,951 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2016-03-19 01:11:09,957 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2016-03-19 01:11:09,962 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2016-03-19 01:11:09,968 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2016-03-19 01:11:09,973 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2016-03-19 01:11:09,978 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-03-19 01:11:09,984 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-03-19 01:11:09,989 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-03-19 01:11:09,994 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-03-19 01:11:10,000 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-03-19 01:11:10,005 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-03-19 01:11:10,010 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-03-19 01:11:10,016 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-03-19 01:11:10,021 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-03-19 01:11:10,026 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-03-19 01:11:10,032 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-03-19 01:11:10,038 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-03-19 01:11:10,043 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2016-03-19 01:11:10,048 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2016-03-19 01:11:10,054 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2016-03-19 01:11:10,059 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-03-19 01:11:10,065 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-03-19 01:11:10,070 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-03-19 01:11:10,075 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-03-19 01:11:10,081 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-03-19 01:11:10,086 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-03-19 01:11:10,092 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2016-03-19 01:11:10,097 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2016-03-19 01:11:10,102 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2016-03-19 01:11:10,107 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2016-03-19 01:11:10,113 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2016-03-19 01:11:10,118 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2016-03-19 01:11:10,124 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2016-03-19 01:11:10,129 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2016-03-19 01:11:10,134 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2016-03-19 01:11:10,140 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2016-03-19 01:11:10,145 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2016-03-19 01:11:10,150 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2016-03-19 01:11:10,156 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2016-03-19 01:11:10,161 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2016-03-19 01:11:10,166 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2016-03-19 01:11:10,172 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2016-03-19 01:11:10,177 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2016-03-19 01:11:10,182 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2016-03-19 01:11:10,188 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2016-03-19 01:11:10,193 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2016-03-19 01:11:10,198 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2016-03-19 01:11:10,204 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2016-03-19 01:11:10,209 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2016-03-19 01:11:10,215 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-03-19 01:11:10,220 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2016-03-19 01:11:10,225 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2016-03-19 01:11:10,231 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2016-03-19 01:11:10,236 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2016-03-19 01:11:10,242 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2016-03-19 01:11:10,247 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2016-03-19 01:11:10,253 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2016-03-19 01:11:10,258 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2016-03-19 01:11:10,264 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2016-03-19 01:11:10,269 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2016-03-19 01:11:10,274 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-03-19 01:11:10,280 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-03-19 01:11:10,285 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2016-03-19 01:11:10,290 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2016-03-19 01:11:10,295 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2016-03-19 01:11:10,300 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2016-03-19 01:11:10,306 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-03-19 01:11:10,312 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-03-19 01:11:10,317 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-03-19 01:11:10,323 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-03-19 01:11:10,328 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-03-19 01:11:10,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x17d9be8, 2, "(null)") 2016-03-19 01:11:10,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2016-03-19 01:11:10,346 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17d9be8] notifying [configuring_status] 2016-03-19 01:11:10,352 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2016-03-19 01:11:10,358 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2016-03-19 01:11:10,364 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2016-03-19 01:11:10,369 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2016-03-19 01:11:10,375 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2016-03-19 01:11:10,380 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-03-19 01:11:10,386 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-03-19 01:11:10,391 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2016-03-19 01:11:10,396 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2016-03-19 01:11:10,402 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2016-03-19 01:11:10,407 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2016-03-19 01:11:10,413 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2016-03-19 01:11:10,418 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2016-03-19 01:11:10,423 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2016-03-19 01:11:10,429 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2016-03-19 01:11:10,434 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-03-19 01:11:10,439 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-03-19 01:11:10,445 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2016-03-19 01:11:10,450 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2016-03-19 01:11:10,456 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2016-03-19 01:11:10,461 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-03-19 01:11:10,467 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-03-19 01:11:10,472 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-03-19 01:11:10,478 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17e0838] on [sip:0.0.0.0:5060;transport=UDP] 2016-03-19 01:11:10,484 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17d9230] on [sip:0.0.0.0:5060;transport=TCP] 2016-03-19 01:11:10,490 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17da778] on [sip:0.0.0.0:-1;transport=TLS] 2016-03-19 01:11:10,495 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 37841 2016-03-19 01:11:10,501 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-03-19 01:11:10,506 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-03-19 01:11:10,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x17d9be8, 2, "Ready") 2016-03-19 01:11:10,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-03-19 01:11:10,531 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17d9be8] notifying [global_state_changed] 2016-03-19 01:11:10,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0xb46e1878 2016-03-19 01:11:10,543 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns 621@192.168.1.1 2016-03-19 01:11:10,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0xb46e1878 [0x17d9be8], "621@192.168.1.1 ") 2016-03-19 01:11:10,555 [ERROR] [doorpi.sipphone.from_linphone] header_address parser error for [621@192.168.1.1 ] 2016-03-19 01:11:10,560 [ERROR] [doorpi.sipphone.from_linphone] Cannot create LinphoneAddress, bad uri [621@192.168.1.1 ] 2016-03-19 01:11:10,566 [ERROR] [doorpi.sipphone.from_linphone] Bad contact url: 621@192.168.1.1 2016-03-19 01:11:10,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2016-03-19 01:11:10,578 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2016-03-19 01:11:10,586 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2016-03-19 01:11:10,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0xb46e1878 [0x17d9be8], 2) 2016-03-19 01:11:10,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2016-03-19 01:11:10,594 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-03-19 01:11:10,612 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2016-03-19 01:11:10,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0xb46e1878 [0x17d9be8], 0x2e0614 [0]) 2016-03-19 01:11:10,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2016-03-19 01:11:10,630 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-03-19 01:11:10,635 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-03-19 01:11:10,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2016-03-19 01:11:10,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0xb46e1890 2016-03-19 01:11:10,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0xb46e1878 [0x17d9be8], 0xb46e1890 [0xb46e1898]) 2016-03-19 01:11:10,661 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x17e0838] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2016-03-19 01:11:10,666 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x17d9230] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2016-03-19 01:11:10,672 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x17da778] on [sip:0.0.0.0:37841;transport=TLS] destroyed 2016-03-19 01:11:10,677 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-03-19 01:11:10,683 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17ee488] on [sip:0.0.0.0:5060;transport=UDP] 2016-03-19 01:11:10,688 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17ee2a0] on [sip:0.0.0.0:5060;transport=TCP] 2016-03-19 01:11:10,694 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17e0970] on [sip:0.0.0.0:-1;transport=TLS] 2016-03-19 01:11:10,700 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 42001 2016-03-19 01:11:10,706 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-03-19 01:11:10,711 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-03-19 01:11:10,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2016-03-19 01:11:10,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0xb46e1890) 2016-03-19 01:11:10,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2016-03-19 01:11:10,735 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2016-03-19 01:11:10,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0xb46e1878 [0x17d9be8], 0x2e0614 [0]) 2016-03-19 01:11:10,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2016-03-19 01:11:10,753 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2016-03-19 01:11:10,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0xb46e1878 [0x17d9be8], "") 2016-03-19 01:11:10,765 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2016-03-19 01:11:10,770 [INFO] [doorpi.sipphone.from_linphone] 192.168.1.1 2016-03-19 01:11:10,778 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2016-03-19 01:11:10,783 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2016-03-19 01:11:10,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2016-03-19 01:11:10,796 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2016-03-19 01:11:10,801 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2016-03-19 01:11:10,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0xb46e1878 [0x17d9be8], 0) 2016-03-19 01:11:10,813 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-03-19 01:11:10,818 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-03-19 01:11:10,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2016-03-19 01:11:10,834 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2016-03-19 01:11:10,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0xb46e1878 [0x17d9be8], 120) 2016-03-19 01:11:10,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2016-03-19 01:11:10,853 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2016-03-19 01:11:10,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0xb46e1878 [0x17d9be8], 15) 2016-03-19 01:11:10,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2016-03-19 01:11:10,871 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2016-03-19 01:11:10,878 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2016-03-19 01:11:10,883 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-03-19 01:11:10,891 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2016-03-19 01:11:10,896 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-03-19 01:11:10,901 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2016-03-19 01:11:10,907 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2016-03-19 01:11:10,912 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-03-19 01:11:10,917 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2016-03-19 01:11:10,922 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-03-19 01:11:10,928 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2016-03-19 01:11:10,933 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2016-03-19 01:11:10,939 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2016-03-19 01:11:10,944 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2016-03-19 01:11:10,950 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2016-03-19 01:11:10,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0xb46e1878 [0x17d9be8], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2016-03-19 01:11:10,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2016-03-19 01:11:10,974 [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 2016-03-19 01:11:10,969 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-03-19 01:11:10,985 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-03-19 01:11:10,990 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-03-19 01:11:10,996 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2016-03-19 01:11:11,001 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2016-03-19 01:11:11,006 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2016-03-19 01:11:11,011 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2016-03-19 01:11:11,017 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-03-19 01:11:11,022 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2016-03-19 01:11:11,027 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2016-03-19 01:11:11,033 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2016-03-19 01:11:11,038 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2016-03-19 01:11:11,044 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2016-03-19 01:11:11,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:11,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0xb46339e0 2016-03-19 01:11:11,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:11,063 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-03-19 01:11:11,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0xb46ff800 2016-03-19 01:11:11,084 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Sound Device 2016-03-19 01:11:11,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0xb46e1878 [0x17d9be8], "ALSA: USB PnP Sound Device") 2016-03-19 01:11:11,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2016-03-19 01:11:11,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:11,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0xb46ff830 2016-03-19 01:11:11,115 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Sound Device 2016-03-19 01:11:11,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0xb46e1878 [0x17d9be8], "ALSA: USB PnP Sound Device") 2016-03-19 01:11:11,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2016-03-19 01:11:11,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:11,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0xb46338c8 2016-03-19 01:11:11,144 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2016-03-19 01:11:11,150 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2016-03-19 01:11:11,156 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-03-19 01:11:11,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:11,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0xb46338c8 2016-03-19 01:11:11,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0xb46e1878 [0x17d9be8], "ALSA: default device") 2016-03-19 01:11:11,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-03-19 01:11:11,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0xb46e1878 [0x17d9be8], "ALSA: default device") 2016-03-19 01:11:11,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-03-19 01:11:11,198 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2016-03-19 01:11:11,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0xb46e1878 [0x17d9be8], "ALSA: bcm2835 ALSA") 2016-03-19 01:11:11,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0614 2016-03-19 01:11:11,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0xb46e1878 [0x17d9be8], "ALSA: bcm2835 ALSA") 2016-03-19 01:11:11,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-03-19 01:11:11,226 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2016-03-19 01:11:11,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0xb46e1878 [0x17d9be8], "ALSA: USB PnP Sound Device") 2016-03-19 01:11:11,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-03-19 01:11:11,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0xb46e1878 [0x17d9be8], "ALSA: USB PnP Sound Device") 2016-03-19 01:11:11,249 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-03-19 01:11:11,255 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB PnP Sound Device 2016-03-19 01:11:11,260 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-03-19 01:11:11,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:11,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0xb46ff8f0 2016-03-19 01:11:11,276 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB PnP Sound Device 2016-03-19 01:11:11,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:11,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0xb46ff920 2016-03-19 01:11:11,293 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB PnP Sound Device 2016-03-19 01:11:11,299 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2016-03-19 01:11:11,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:11,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d8fc0) 2016-03-19 01:11:11,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c95410 2016-03-19 01:11:11,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c95410 2016-03-19 01:11:11,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c95410 2016-03-19 01:11:11,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d9030) 2016-03-19 01:11:11,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c95420 2016-03-19 01:11:11,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c95420 2016-03-19 01:11:11,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c95420 2016-03-19 01:11:11,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d88c0) 2016-03-19 01:11:11,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c95430 2016-03-19 01:11:11,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c95430 2016-03-19 01:11:11,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c95430 2016-03-19 01:11:11,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d8928) 2016-03-19 01:11:11,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c95440 2016-03-19 01:11:11,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c95440 2016-03-19 01:11:11,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c95440 2016-03-19 01:11:11,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d8980) 2016-03-19 01:11:11,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c95450 2016-03-19 01:11:11,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c95450 2016-03-19 01:11:11,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c95450 2016-03-19 01:11:11,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d89d8) 2016-03-19 01:11:11,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c95460 2016-03-19 01:11:11,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c95460 2016-03-19 01:11:11,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c95460 2016-03-19 01:11:11,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d8a30) 2016-03-19 01:11:11,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c95470 2016-03-19 01:11:11,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c95470 2016-03-19 01:11:11,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c95470 2016-03-19 01:11:11,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d9430) 2016-03-19 01:11:11,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c95480 2016-03-19 01:11:11,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c95480 2016-03-19 01:11:11,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c95480 2016-03-19 01:11:11,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d9498) 2016-03-19 01:11:11,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c95490 2016-03-19 01:11:11,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c95490 2016-03-19 01:11:11,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c95490 2016-03-19 01:11:11,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d94f0) 2016-03-19 01:11:11,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:11,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c954a0 2016-03-19 01:11:11,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:11,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c954a0 2016-03-19 01:11:11,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c954a0 2016-03-19 01:11:11,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0xb4633a08 2016-03-19 01:11:11,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95410 [0x17d8fc0]) 2016-03-19 01:11:11,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4632640 2016-03-19 01:11:11,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95410 [0x17d8fc0]) 2016-03-19 01:11:11,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4632640 2016-03-19 01:11:11,696 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2016-03-19 01:11:11,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c95410 [0x17d8fc0], 0x2e0614 [0]) 2016-03-19 01:11:11,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:11,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95420 [0x17d9030]) 2016-03-19 01:11:11,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46324a0 2016-03-19 01:11:11,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95420 [0x17d9030]) 2016-03-19 01:11:11,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46324a0 2016-03-19 01:11:11,738 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-03-19 01:11:11,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c95420 [0x17d9030], 0x2e0614 [0]) 2016-03-19 01:11:11,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:11,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95430 [0x17d88c0]) 2016-03-19 01:11:11,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4632640 2016-03-19 01:11:11,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95430 [0x17d88c0]) 2016-03-19 01:11:11,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4632640 2016-03-19 01:11:11,782 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-03-19 01:11:11,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c95430 [0x17d88c0], 0x2e0614 [0]) 2016-03-19 01:11:11,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:11,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95440 [0x17d8928]) 2016-03-19 01:11:11,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46324a0 2016-03-19 01:11:11,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95440 [0x17d8928]) 2016-03-19 01:11:11,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46324a0 2016-03-19 01:11:11,822 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2016-03-19 01:11:11,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c95440 [0x17d8928], 0x2e0620 [1]) 2016-03-19 01:11:11,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:11,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95450 [0x17d8980]) 2016-03-19 01:11:11,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4632640 2016-03-19 01:11:11,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95450 [0x17d8980]) 2016-03-19 01:11:11,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4632640 2016-03-19 01:11:11,864 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2016-03-19 01:11:11,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c95450 [0x17d8980], 0x2e0620 [1]) 2016-03-19 01:11:11,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:11,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95460 [0x17d89d8]) 2016-03-19 01:11:11,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46e1890 2016-03-19 01:11:11,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95460 [0x17d89d8]) 2016-03-19 01:11:11,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46e1890 2016-03-19 01:11:11,904 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2016-03-19 01:11:11,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c95460 [0x17d89d8], 0x2e0614 [0]) 2016-03-19 01:11:11,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:11,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95470 [0x17d8a30]) 2016-03-19 01:11:11,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4632640 2016-03-19 01:11:11,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95470 [0x17d8a30]) 2016-03-19 01:11:11,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb4632640 2016-03-19 01:11:11,944 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2016-03-19 01:11:11,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c95470 [0x17d8a30], 0x2e0614 [0]) 2016-03-19 01:11:11,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:11,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95480 [0x17d9430]) 2016-03-19 01:11:11,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46324a0 2016-03-19 01:11:11,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95480 [0x17d9430]) 2016-03-19 01:11:11,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46324a0 2016-03-19 01:11:11,987 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-03-19 01:11:11,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c95480 [0x17d9430], 0x2e0614 [0]) 2016-03-19 01:11:12,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:12,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95490 [0x17d9498]) 2016-03-19 01:11:12,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46e1890 2016-03-19 01:11:12,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c95490 [0x17d9498]) 2016-03-19 01:11:12,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46e1890 2016-03-19 01:11:12,030 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-03-19 01:11:12,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c95490 [0x17d9498], 0x2e0614 [0]) 2016-03-19 01:11:12,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:12,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c954a0 [0x17d94f0]) 2016-03-19 01:11:12,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46e1890 2016-03-19 01:11:12,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c954a0 [0x17d94f0]) 2016-03-19 01:11:12,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46e1890 2016-03-19 01:11:12,070 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-03-19 01:11:12,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c954a0 [0x17d94f0], 0x2e0614 [0]) 2016-03-19 01:11:12,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:12,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:12,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb46339e0 2016-03-19 01:11:12,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:12,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb46339e0 2016-03-19 01:11:12,112 [INFO] [doorpi.sipphone.from_linphone] found 1 possible videodevices: 2016-03-19 01:11:12,117 [DEBUG] [doorpi.sipphone.from_linphone] | name 2016-03-19 01:11:12,122 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-03-19 01:11:12,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:12,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb46339e0 2016-03-19 01:11:12,139 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2016-03-19 01:11:12,145 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-03-19 01:11:12,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:12,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb46339e0 2016-03-19 01:11:12,161 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: StaticImage: Static picture) returns StaticImage: Static picture 2016-03-19 01:11:12,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:12,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0xb46339e0 2016-03-19 01:11:12,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0xb46e1878 [0x17d9be8], 0x2e0620 [1]) 2016-03-19 01:11:12,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2016-03-19 01:11:12,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0xb46e1878 [0x17d9be8], "StaticImage: Static picture") 2016-03-19 01:11:12,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2016-03-19 01:11:12,204 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2016-03-19 01:11:12,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0xb46e1878 [0x17d9be8], "vga") 2016-03-19 01:11:12,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2016-03-19 01:11:12,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:12,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0xb46ffa10 2016-03-19 01:11:12,231 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2016-03-19 01:11:12,237 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2016-03-19 01:11:12,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:12,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d8f20) 2016-03-19 01:11:12,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-03-19 01:11:12,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0xb6c954b0 2016-03-19 01:11:12,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-03-19 01:11:12,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0xb6c954b0 2016-03-19 01:11:12,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0xb6c954b0 2016-03-19 01:11:12,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0xb4633aa8 2016-03-19 01:11:12,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c954b0 [0x17d8f20]) 2016-03-19 01:11:12,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46e1890 2016-03-19 01:11:12,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:12,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2e0620 2016-03-19 01:11:12,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0xb6c954b0 [0x17d8f20]) 2016-03-19 01:11:12,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0xb46e1890 2016-03-19 01:11:12,321 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2016-03-19 01:11:12,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0xb46e1878 [0x17d9be8], 0xb6c954b0 [0x17d8f20], 0x2e0620 [1]) 2016-03-19 01:11:12,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16488bc 2016-03-19 01:11:12,340 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.1.1 2016-03-19 01:11:12,345 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns 621 2016-03-19 01:11:12,350 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: 621) returns ******* 2016-03-19 01:11:12,355 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.1.1) returns 2016-03-19 01:11:12,360 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2016-03-19 01:11:12,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0xb46e1878 [0x17d9be8]) 2016-03-19 01:11:12,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x17f3230) 2016-03-19 01:11:12,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2016-03-19 01:11:12,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0xb6c954c0 2016-03-19 01:11:12,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2016-03-19 01:11:12,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0xb6c954c0 2016-03-19 01:11:12,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0xb6c954c0 2016-03-19 01:11:12,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0xb6c954c0 2016-03-19 01:11:12,413 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns 621@192.168.1.1 2016-03-19 01:11:12,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("621@192.168.1.1 ") 2016-03-19 01:11:12,425 [ERROR] [doorpi.sipphone.from_linphone] header_address parser error for [621@192.168.1.1 ] 2016-03-19 01:11:12,430 [ERROR] [doorpi.sipphone.from_linphone] Cannot create LinphoneAddress, bad uri [621@192.168.1.1 ] 2016-03-19 01:11:12,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr((nil)) 2016-03-19 01:11:12,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> None 2016-03-19 01:11:12,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x2d7824 2016-03-19 01:11:12,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0xb6c954c0 [0x17f3230], 0x2d7824 [(nil)]) 2016-03-19 01:11:12,461 [WARNING] [doorpi.sipphone.from_linphone] Invalid sip identity: NULL 2016-03-19 01:11:12,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2016-03-19 01:11:12,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0xb6c954c0 [0x17f3230], "sip:192.168.1.1") 2016-03-19 01:11:12,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2016-03-19 01:11:12,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0xb6c954c0 [0x17f3230], 0x2e0620 [1]) 2016-03-19 01:11:12,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2016-03-19 01:11:12,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0xb46e1878 [0x17d9be8], 0xb6c954c0 [0x17f3230]) 2016-03-19 01:11:12,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x16488c8 2016-03-19 01:11:12,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0xb46e1878 [0x17d9be8], 0xb6c954c0 [0x17f3230]) 2016-03-19 01:11:12,516 [WARNING] [doorpi.sipphone.from_linphone] Bad proxy address: it is not in the list ! 2016-03-19 01:11:12,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2016-03-19 01:11:12,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0xb46e1878 [0x17d9be8], "621", "(null)", "bandit1100", "(null)", "(null)", "") 2016-03-19 01:11:12,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x17ed400) 2016-03-19 01:11:12,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2016-03-19 01:11:12,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0xb6c954d0 2016-03-19 01:11:12,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2016-03-19 01:11:12,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0xb6c954d0 2016-03-19 01:11:12,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0xb6c954d0 2016-03-19 01:11:12,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0xb6c954d0 2016-03-19 01:11:12,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0xb46e1878 [0x17d9be8], 0xb6c954d0 [0x17ed400]) 2016-03-19 01:11:12,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2016-03-19 01:11:12,587 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2016-03-19 01:11:12,592 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup'] 2016-03-19 01:11:12,598 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2016-03-19 01:11:12,603 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2016-03-19 01:11:12,608 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2016-03-19 01:11:12,613 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2016-03-19 01:11:12,620 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2016-03-19 01:11:12,627 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2016-03-19 01:11:12,632 [TRACE] [doorpi.conf.config_object] get_string for key 11 in section onboardpins_InputPins (default: ) returns call:11 2016-03-19 01:11:12,640 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2016-03-19 01:11:12,645 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '11'} was added to new evententry OnKeyPressed_onboardpins.11 2016-03-19 01:11:12,651 [WARNING] [root] section DTMF not found in configfile 2016-03-19 01:11:12,657 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2016-03-19 01:11:12,662 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2016-03-19 01:11:12,667 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2016-03-19 01:11:12,676 [DEBUG] [doorpi.action.handler] [FANFXT] fire for event OnStartup this actions [] 2016-03-19 01:11:12,687 [TRACE] [doorpi.action.handler] [FANFXT] try to fire action SleepAction with args (1.0,) and kwargs {} 2016-03-19 01:11:12,692 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2016-03-19 01:11:12,683 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2016-03-19 01:11:13,700 [TRACE] [doorpi.action.handler] [FANFXT] finished fire_event for event_name OnStartup 2016-03-19 01:11:13,705 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2016-03-19 01:11:13,712 [INFO] [doorpi.doorpi] DoorPi started successfully 2016-03-19 01:11:13,722 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2016-03-19 01:11:13,717 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2016-03-19 01:11:13,732 [INFO] [doorpi.doorpi] Weburl is http://raspberrypi/ 2016-03-19 01:11:13,739 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.1.1 2016-03-19 01:11:13,745 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2016-03-19 01:11:13,751 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.1.40 2016-03-19 01:11:13,756 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2016-03-19 01:11:13,763 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2016-03-19 01:11:13,768 [INFO] [doorpi.sipphone.from_linphone] 192.168.1.1 2016-03-19 01:11:13,776 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2016-03-19 01:11:13,781 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2016-03-19 01:11:13,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x17d9be8, 0x1) 2016-03-19 01:11:13,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2016-03-19 01:11:13,850 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17d9be8] notifying [network_reachable] 2016-03-19 01:11:13,856 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.1.1 2016-03-19 01:11:13,862 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful.