sip.conf
[general]
allowoverlap = no
tcpenable = no
context = zppx
type = friend
;udpbindaddr = 192.168.1.82:5060
bindport=5060
disallow = all
allow = alaw
allow = ulaw
srvlookup = no
nat = yes
directrtpsetup = yes
canreinvite = yes
dtmfmode = auto
insecure=no
t38pt_udptl = yes
;canreinvite = "update ; Yet a third option... use UPDATE for media path redirection",
;directrtpsetup = "yes ; Enable the new experimental direct RTP setup. This sets up"
;register => 824000:824000:824000@192.168.1.81
callerid=asterisk
useragent=asterisk
sdpsession=asterisk
udptl.conf
;
; UDPTL Configuration (UDPTL is one of the transports for T.38)
;
[general]
;
; UDPTL start and UDPTL end configure start and end addresses
;
udptlstart=4000
udptlend=4999
;
; Whether to enable or disable UDP checksums on UDPTL traffic
;
;udptlchecksums=no
;
; The error correction type to be sent
;
T38FaxUdpEC = t38UDPFEC
;T38FaxUdpEC = t38UDPRedundancy
;
; The maximum length of a UDPTL packet
;
T38FaxMaxDatagram = 400
;
; The number of error correction entries in a UDPTL packet
;
udptlfecentries = 3
;
; The span over which parity is calculated for FEC in a UDPTL packet
;
udptlfecspan = 3
本文详细介绍了Asterisk中的SIP配置文件设置,包括SIP全局参数的配置如允许重叠呼叫、TCP禁用、上下文设定等,以及T.38传真协议的相关配置,如UDPTL传输层配置、错误校验类型、最大数据报长度等。

274

被折叠的 条评论
为什么被折叠?



