diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index ae98358b01..9b5b16949e 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example @@ -38,4 +38,4 @@ ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=gr ; * This is the configuration for the freeswitch server in grid mode [FreeswitchService] - +LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 7ee81c0f6b..bac7983960 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example @@ -31,3 +31,4 @@ [FreeswitchService] ;; Configuration for the freeswitch service goes here + LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"