From 791f8cf865f82147b96f7d9f48d0fdd0209983fc Mon Sep 17 00:00:00 2001 From: Richard Alam Date: Mon, 2 Nov 2009 20:59:35 +0000 Subject: [PATCH] - add some comment on properties file git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2787 af16638f-c34d-0410-8cfa-b39d5352b314 --- .../main/webapp/WEB-INF/bigbluebutton-sip.properties | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bbb-voice/src/main/webapp/WEB-INF/bigbluebutton-sip.properties b/bbb-voice/src/main/webapp/WEB-INF/bigbluebutton-sip.properties index e6a6419fb3..66a2a3f24b 100644 --- a/bbb-voice/src/main/webapp/WEB-INF/bigbluebutton-sip.properties +++ b/bbb-voice/src/main/webapp/WEB-INF/bigbluebutton-sip.properties @@ -1,9 +1,17 @@ -# +# The address of your asterisk server sip.server.host=127.0.0.1 + +# The start/stop SIP ports that the application is going +# to use to connect to the asterisk server startSIPPort=5070 stopSIPPort=5099 + +# The start/stop RTP port the application is going to use +# for the media stream. startRTPPort=3000 stopRTPPort=3099 - +# An extension pattern, in case your asterisk extensions.conf +# uses a naming convetion for your meeting rooms +# e.g. conf-85115 instead of just 85115 callExtensionPattern={0} \ No newline at end of file