summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-11-20 11:46:45 +0000
committerOlle Johansson <oej@edvina.net>2006-11-20 11:46:45 +0000
commit4e47ce525bd47bb19103b8c3283e31810335d69d (patch)
treeef93d4cd7e3015d4a35d3ad8a3a9bc1d5af46eb6
parent230376c7c0ec5240e947fab7caee2b73b16405cf (diff)
Update docs for videosupport
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--configs/sip.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 68b66b7dd..c84d0a329 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -119,7 +119,11 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;compactheaders = yes ; send compact sip headers.
;
-;videosupport=yes ; Turn on support for SIP video
+;videosupport=yes ; Turn on support for SIP video. You need to turn this on
+ ; in the this section to get any video support at all.
+ ; You can turn it off on a per peer basis if the general
+ ; video support is enabled, but you can't enable it for
+ ; one peer only without enabling in the general section.
;maxcallbitrate=384 ; Maximum bitrate for video calls (default 384 kb/s)
; Videosupport and maxcallbitrate is settable
; for peers and users as well