aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-20 11:45:22 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-20 11:45:22 +0000
commit363b421075e8bd3758372cf02a0756bd5f36c9ae (patch)
treec9a17fb6eaa8d299736d6ea0a5fb73dc70086996 /configs
parent7b0d451eb65cf15647eb50ca14a500a1ceb9b28f (diff)
Explain properly how videosupport works.
Committ from Asterisk Video Task Force meeting in Paris! git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47845 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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 d0f8c3105..7f9649a38 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -115,7 +115,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