From 83d9331261fdb0a04bf577c1b822842d9b68d743 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Mon, 27 Mar 2006 03:35:49 +0000 Subject: Issue #5427 - Enable videosupport per device - Implement maxcallbitrate setting for video calls Patch by John Martin, thanks! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15148 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configs/sip.conf.sample') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 1788f42ad..3a1208ead 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -70,7 +70,6 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ;vmexten=voicemail ; dialplan extension to reach mailbox sets the ; Message-Account in the MWI notify message ; defaults to "asterisk" -;videosupport=yes ; Turn on support for SIP video ;recordhistory=yes ; Record SIP history by default ; (see sip history / sip no history) @@ -112,6 +111,11 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; Useful to limit subscriptions to local extensions ; Settable per peer/user also ;notifyringing = yes ; Notify subscriptions on RINGING state +; +;videosupport=yes ; Turn on support for SIP video +;maxcallbitrate=384 ; Maximum bitrate for video calls (default 384 kb/s) + ; Videosupport and maxcallbitrate is settable + ; for peers and users as well ;callevents=no ; generate manager events when sip ua performs events (e.g. hold) ; @@ -315,6 +319,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; allowoverlap allowoverlap ; allowsubscribe allowsubscribe ; subscribecontext subscribecontext +; videosupport videosupport +; maxcallbitrate maxcallbitrate ; mailbox ; username ; template -- cgit v1.2.3