mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-27 14:31:33 +01:00
20 lines
555 B
INI
20 lines
555 B
INI
[Dispatcher]
|
|
socket = /var/run/mediaproxy/proxydispatcher.sock
|
|
defaultproxy = /var/run/mediaproxy/mediaproxy.sock
|
|
|
|
[MediaProxy]
|
|
start = yes
|
|
socket = /var/run/mediaproxy/mediaproxy.sock
|
|
group = kamailio
|
|
listen = 0.0.0.0
|
|
allow = None
|
|
proxyIP = # This is where your Kamailio is installed
|
|
portRange = 9000:9049 # These values are set same in ATA's configs for RTP Port Range
|
|
idleTimeout = 60
|
|
holdTimeout = 180
|
|
forceClose = 0
|
|
|
|
[Accounting]
|
|
accounting = off
|
|
|