summaryrefslogtreecommitdiff
path: root/configs/pjsip.conf.sample
blob: dd4ff151c39dbf926a8289fc7dcc0a1bc6b495e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; This is an in-flux configuration file for the res_pjsip module, it will change as things progress

;;; Transports
;[local]
;type=transport
;protocol=udp ; Supported protocols are udp, tcp, and tls
;bind=0.0.0.0 ; This supports both IPv4 and IPv6, port is optional

;;; Endpoints
[endpoint]
type=endpoint
context=default
disallow=all
allow=ulaw
dtmfmode=rfc4733          ; Supported DTMF modes are rfc4733, inband, info, and none
;transport=local          ; Name of a specific transport to use when placing calls
;100rel=yes               ; Enable or disable 100rel support - valid options are: yes, no, required
;timers=yes               ; Enable or disable session timers support - valid options are: yes, no, required, always
;timers_min_se=90         ; Minimum session timers expiration period, in seconds
;timers_sess_expires=1800 ; Session timers expiration period, in seconds
;mohsuggest=example	      ; What musiconhold class to suggest that the peer channel use when this endpoint places them on hold
;rtp_ipv6=yes             ; Force IPv6 for RTP transport
;rtp_symmetric=yes        ; Enable symmetric RTP support
;use_ptime=yes            ; Whether to use the ptime value received from the endpoint or not
;media_encryption=no      ; Options for media encryption are no, and sdes
;use_avpf=no              ; Whether to force usage of AVPF transport for this endpoint