|
|
@ -56,7 +56,7 @@ class PhoneInterface(object): |
|
|
|
self.__event_cbs = [] |
|
|
|
self.__event_cbs = [] |
|
|
|
|
|
|
|
|
|
|
|
self.__config = config |
|
|
|
self.__config = config |
|
|
|
self.__core = LinphoneCommunicationSocket("/tmp/lpdaemon") |
|
|
|
self.__core = LinphoneCommunicationSocket("/var/tmp/debian-sid/tmp/linphone") |
|
|
|
|
|
|
|
|
|
|
|
# Create and add all proxy configs |
|
|
|
# Create and add all proxy configs |
|
|
|
for p in config.proxies: |
|
|
|
for p in config.proxies: |
|
|
|