From 0a08f39ab71daea5fc8aa7b7c0633a7b1abeb68c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 4 Sep 2013 20:30:38 +0000 Subject: [PATCH] Remove the hard coded conference profile name. --- resources/install/scripts/app/conference_center/index.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/install/scripts/app/conference_center/index.lua b/resources/install/scripts/app/conference_center/index.lua index 054e68f3c4..2da5e89a24 100644 --- a/resources/install/scripts/app/conference_center/index.lua +++ b/resources/install/scripts/app/conference_center/index.lua @@ -622,7 +622,6 @@ dbh:release(); --send the call to the conference - profile = "default"; cmd = meeting_uuid.."-"..domain_name.."@"..profile.."+flags{".. flags .."}"; session:execute("conference", cmd); end