Files
asterisk/configs/pjsip.conf.sample
Kinsey Moore f6c7e6355e Fix remnants of the pjsip renaming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395851 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-07-31 13:31:55 +00:00

27 lines
1.3 KiB
Plaintext

; 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