[svn-commits] oej: branch 1.4 r47845 - /branches/1.4/configs/sip.conf.sample

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Nov 20 04:45:22 MST 2006


Author: oej
Date: Mon Nov 20 05:45:22 2006
New Revision: 47845

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47845
Log:
Explain properly how videosupport works. 

Committ from Asterisk Video Task Force meeting in Paris!

Modified:
    branches/1.4/configs/sip.conf.sample

Modified: branches/1.4/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/sip.conf.sample?view=diff&rev=47845&r1=47844&r2=47845
==============================================================================
--- branches/1.4/configs/sip.conf.sample (original)
+++ branches/1.4/configs/sip.conf.sample Mon Nov 20 05:45:22 2006
@@ -115,7 +115,11 @@
 
 ;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



More information about the svn-commits mailing list