Use fixed port range to allow for better fw rules
Some checks failed
/ build (push) Successful in 45s
/ Ansible Lint (push) Failing after 2m38s

This commit is contained in:
Stefan Bethke 2026-08-02 17:25:30 +02:00
commit f749ed436c
5 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,4 @@
; https://github.com/eventphone/yate/blob/master/conf.d/rmanager.conf.sample
[general]
; password: string: Password required to authenticate as admin, default empty!
;password=

View file

@ -0,0 +1,4 @@
; https://github.com/eventphone/yate/blob/master/conf.d/yrtpchan.conf.sample
[general]
minport=42000
maxport=42999

View file

@ -0,0 +1,6 @@
; Setting for all SIP channels
; https://github.com/eventphone/yate/blob/master/conf.d/ysipchan.conf.sample
[general]
; try to avoid `Transport(general) received likely truncated packet with length 1500, try to increase maxpkt`
maxpkt=8192