Skip to content

Commit afbcec8

Browse files
committed
RMS-80 Added configuration parameters for MGCP Endpoints and VAD plugin
1 parent 2b9074a commit afbcec8

File tree

1 file changed

+10
-6
lines changed
  • restcomm/configuration/config-scripts/as7-config-scripts/restcomm

1 file changed

+10
-6
lines changed

restcomm/configuration/config-scripts/as7-config-scripts/restcomm/media-extra.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@ mediaserver:
1111
mgcp:
1212
address: 127.0.0.1
1313
port: 2427
14+
endpoints:
15+
- name: "mobicents/bridge/"
16+
relay: splitter
17+
- name: "mobicents/ivr/"
18+
relay: mixer
19+
- name: "mobicents/cnf/"
20+
relay: mixer
1421

1522
media:
1623
timeout: 0
1724
halfOpenDuration: 300
1825
maxDuration: 14400
1926
lowPort: 34534
2027
highPort: 65534
21-
jitterBuffer:
22-
size: 50
2328
codecs:
2429
- pcmu
2530
- pcma
@@ -39,9 +44,6 @@ mediaserver:
3944
dbi: -35
4045
toneDuration: 100
4146
toneInterval: 20
42-
dtmfGenerator:
43-
toneVolume: -20
44-
toneDuration: 100
4547

4648
dtls:
4749
minVersion: 1.0
@@ -58,5 +60,7 @@ mediaserver:
5860
trustStore: null
5961
trustStorePassword: null
6062
trustStoreType: null
61-
debug: null
63+
64+
media-plugin-vad-noise-threshold:
65+
silenceLevel: 10
6266

0 commit comments

Comments
 (0)