ast: add missing rtp.conf

This commit is contained in:
mpmc 2023-07-03 23:42:59 +01:00
parent bc8bd1d426
commit 9bf60de8a8
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,8 @@
;
; /etc/asterisk/rtp.conf
;
; Inspired by/Stolen from https://www.sacredheartsc.com/blog/building-a-personal-voip-system/
;
[general]
rtpstart=15010
rtpend=16000

View File

@ -0,0 +1,26 @@
;
; /etc/asterisk/pjsip.conf
;
; Inspired by/Stolen from https://www.sacredheartsc.com/blog/building-a-personal-voip-system/
;
[global]
; A type is always required (say the docs).
type = global
; KYE (Know your endpoint ;) ) ordering.
endpoint_identifier_order = ip,username,anonymous
; Basic UDP Transport.
[ipv4-udp]
type = transport
bind = 0.0.0.0:65535
protocol = udp
local_net = 172.16.0.0/12
local_net = 192.168.0.0/16
local_net = 127.0.0.0/8
local_net = 10.0.0.0/8
;
; Load trunk identify block.
#tryinclude pjsip_identify_trunk_one.conf

View File

@ -0,0 +1,8 @@
;
; /etc/asterisk/rtp.conf
;
; Inspired by/Stolen from https://www.sacredheartsc.com/blog/building-a-personal-voip-system/
;
[general]
rtpstart=62535
rtpend=65535