Use linphone socket in sid chroot

This commit is contained in:
klonfish 2020-12-28 19:55:34 +00:00
parent 987359d1ad
commit 4f88ff760f
1 changed files with 1 additions and 1 deletions

View File

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