docker/mod/bbb-fsesl-akka/application.conf
2020-04-11 10:43:25 +02:00

45 lines
834 B
Plaintext

akka {
actor {
debug {
receive = on
}
}
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = "DEBUG"
stdout-loglevel = "DEBUG"
redis-subscriber-worker-dispatcher {
mailbox-type = "akka.dispatch.SingleConsumerOnlyUnboundedMailbox"
# Throughput defines the maximum number of messages to be
# processed per actor before the thread jumps to the next actor.
# Set to 1 for as fair as possible.
throughput = 512
}
}
freeswitch {
esl {
host="10.7.7.1"
port=8021
password="ClueCon"
}
conf {
profile="cdquality"
}
}
redis {
host="10.7.7.5"
port=6379
password=""
# recording keys should expire in 14 days
keyExpiry=1209600
}
http {
interface = "127.0.0.1"
interface = ${?INTERFACE}
port = 8900
port = ${?PORT}
}