agent_gsm/config/agent.in.yaml

40 lines
939 B
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
# RabbitMQ related settings
rabbitmq:
url:
exchange:
queue:
cache_dir: cache
audio:
# Silence prefix & suffix lengths (in seconds)
silence_prefix: 10
silence_suffix: 10
bluetooth_mac: "MAC_ADDRESS"
log:
# Log file path (otherwise log will be sent to syslog)
path:
# Verbose logging
verbose: yes