diff --git a/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs b/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs index a0e8d0c9ee..1116db0a97 100644 --- a/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs +++ b/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs @@ -95,7 +95,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Freeswitch Object[] args = new Object[] { m_Config, MainServer.Instance }; - ServerUtils.LoadPlugin("OpenSim.Server.Handlers.dll:FreeswitchServiceConnector", args); + ServerUtils.LoadPlugin("OpenSim.Server.Handlers.dll:FreeswitchServerConnector", args); } } diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 9b5b16949e..f0c0de97e3 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example @@ -6,7 +6,7 @@ ; * read this config file and load the needed OUT and database connectors ; * [Startup] -ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServiceConnector" +ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector" ; * This is common for all services, it's the network setup for the entire ; * server instance