From edc494ff97a927da6c5dc7465c8d8a968f1e625e Mon Sep 17 00:00:00 2001 From: Richard Alam Date: Sat, 3 Mar 2012 10:34:30 -0800 Subject: [PATCH] connect to 127.0.0.1 to freeswitch --- bbb-voice/src/main/webapp/WEB-INF/bigbluebutton-sip.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 91a6c56b38..bcafa524e4 100755 --- a/bbb-voice/src/main/webapp/WEB-INF/bigbluebutton-sip.properties +++ b/bbb-voice/src/main/webapp/WEB-INF/bigbluebutton-sip.properties @@ -1,5 +1,5 @@ # The address of your FreeSWITCH/asterisk server -sip.server.host=192.168.0.166 +sip.server.host=127.0.0.1 sip.server.port=5070 sip.server.username=bbbuser sip.server.password=secret