feat: start mumble client
This commit is contained in:
@@ -5,6 +5,7 @@ from threading import Thread
|
||||
import socket
|
||||
import yaml
|
||||
import time
|
||||
import subprocess
|
||||
|
||||
from call_manager import CallManager, NO_CALL, INCOMING_CALL, OUTGOING_CALL, OP_CALL, OP_HANG, OP_PING, OP_OK, OP_ERROR
|
||||
|
||||
@@ -73,6 +74,8 @@ def check_status(station):
|
||||
s.close()
|
||||
time.sleep(CHECK_STATUS_INTERVAL)
|
||||
|
||||
# Start mumble client
|
||||
subprocess.run(['xvfb-run', 'mumble', 'mumble://uli@miki'])
|
||||
|
||||
# Start thread to wait for incoming hang petitions.
|
||||
thread_listen = Thread(target=listen, args=(callManager,))
|
||||
|
||||
Reference in New Issue
Block a user