-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdefault.yaml
More file actions
30 lines (30 loc) · 895 Bytes
/
default.yaml
File metadata and controls
30 lines (30 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
daemonize: false
appPrefix: eqivo
pidFile: /tmp/eqivo.pid
cores:
- eslHost: '127.0.0.1'
eslPort: 8021
eslPassword: 'ClueCon'
defaultHttpMethod: POST
defaultAnswerUrl: 'http://127.0.0.1:5000/answered/'
defaultHangupUrl: 'http://127.0.0.1:5000/hangup/'
extraChannelVars: []
verifyPeer: true
verifyPeerName: true
restServerBindIp: 0.0.0.0
restServerBindPort: 8088
restServerMaxHandlers: 1024
restServerMaxRequestSize: 16384
restServerLogLevel: 'debug'
restAllowedIps:
- '127.0.0.1'
restAuthId: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
restAuthToken: YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
recordUrl: 'http://127.0.0.1:5000/recordcomplete/'
outboundServerBindIp: 127.0.0.1
outboundServerAdvertisedIp: 127.0.0.1
outboundServerBindPort: 8084
outboundServerAdvertisedPort: 8084
outboundServerLogLevel: 'debug'
inboundServerLogLevel: 'debug'
callHeartbeatUrl: 'http://127.0.0.1:5000/heartbeat/'