Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions conf/janus.plugin.sip.jcfg.sample
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ general: {
#dscp_audio_rtp = 46
#dscp_video_rtp = 26

# If you want to allow the plugin to also negotiate Real-Time Text (RTT)
# via T.140 and datachannels on the WebRTC side, you need to set the
# 'allow_t140' property to true: by default, the property is disabled,
# meaning that attempts to negotiate RTT on either side will be rejected.
#allow_t140 = true

# In case you want to use SIPS for some sessions, Sofia may need to
# have access to a certificate to use: this is especially true for
# Sofia >= 1.13, which will fail to create the agent if no certificate
Expand Down
Loading