64 lines
1.5 KiB
YAML
64 lines
1.5 KiB
YAML
# Backend URL
|
|
backend: BACKEND
|
|
|
|
# Phone / instance name
|
|
name: PHONE_NAME
|
|
|
|
# Task name used to answer calls. Required for answerers only.
|
|
task: TASK_NAME
|
|
|
|
# Exit from script after number of calls. Usually systemd restarts script after.
|
|
task_limit: 1
|
|
|
|
# Should we force first task in the list ? It will run immediately
|
|
force_task: no
|
|
|
|
# Use lite speech_detector instead of silence_eraser
|
|
speech_detector: yes
|
|
|
|
# Reboot the phone on start
|
|
reboot_on_start: no
|
|
|
|
# adb watchdog check interval
|
|
phone_watchdog_interval: 180
|
|
|
|
# RabbitMQ related settings
|
|
rabbitmq:
|
|
url:
|
|
exchange:
|
|
queue:
|
|
|
|
audio:
|
|
# Audio device used to play audio
|
|
play_device: "auto"
|
|
|
|
# Audio device used to record audio
|
|
record_device: "auto"
|
|
|
|
# Use native audio utilities from alsa-utils package instead of PyAudio based implementation
|
|
ALSA: yes
|
|
|
|
# Use samplerate
|
|
samplerate: 48000
|
|
|
|
# Silence prefix & suffix lengths (in seconds)
|
|
silence_prefix: 30
|
|
silence_suffix: 30
|
|
|
|
bluetooth: yes
|
|
bluetooth_mac: "MAC_ADDRESS"
|
|
|
|
# Relative pathes starts at agent_gsm root
|
|
backup_dir: backup
|
|
temp_dir: /dev/shm
|
|
|
|
log:
|
|
# Log file path (otherwise log will be sent to syslog)
|
|
path:
|
|
|
|
# Verbose logging
|
|
verbose: yes
|
|
|
|
# Log ADB output
|
|
adb: yes
|