Use linphone socket in sid chroot
This commit is contained in:
parent
987359d1ad
commit
4f88ff760f
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue