Browse Source

Use linphone socket in sid chroot

pylinphone
klonfish 3 years ago
parent
commit
4f88ff760f
  1. 2
      phoneinterface.py

2
phoneinterface.py

@ -56,7 +56,7 @@ class PhoneInterface(object): @@ -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:

Loading…
Cancel
Save