OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule Class Reference
Inheritance diagram for OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule:
Collaboration graph
[legend]

Public Member Functions

void Initialise (IConfigSource config)
 This is called to initialize the region module. For shared modules, this is called exactly once, after creating the single (shared) instance. For non-shared modules, this is called once on each instance, after the instace for the region has been created. More...
 
void PostInitialise ()
 This is called exactly once after all the shared region-modules have been instanciated and IRegionModuleBase.Initialised. More...
 
void AddRegion (Scene scene)
 This is called whenever a Scene is added. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, after Initialise has been called. More...
 
void RemoveRegion (Scene scene)
 This is called whenever a Scene is removed. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, if the scene this instance is associated with is removed. More...
 
void RegionLoaded (Scene scene)
 This will be called once for every scene loaded. In a shared module this will be multiple times in one instance, while a nonshared module instance will only be called once. This method is called after AddRegion has been called in all modules for that scene, providing an opportunity to request another module's interface, or hook an event from another module. More...
 
void Close ()
 This is the inverse to Initialise. After a Close(), this instance won't be usable anymore. More...
 
void setLandSIPAddress (string SIPAddress, UUID GlobalID)
 Set the SIP url to be used by a parcel, this will allow manual setting of a SIP address for a particular piece of land, allowing region owners to use preconfigured SIP conference channels. This is used by osSetParcelSIPAddress More...
 
void OnRegisterCaps (Scene scene, UUID agentID, Caps caps)
 
string ProvisionVoiceAccountRequest (Scene scene, string request, string path, string param, UUID agentID, Caps caps)
 Callback for a client request for Voice Account Details More...
 
string ParcelVoiceInfoRequest (Scene scene, string request, string path, string param, UUID agentID, Caps caps)
 Callback for a client request for ParcelVoiceInfo More...
 
string ChatSessionRequest (Scene scene, string request, string path, string param, UUID agentID, Caps caps)
 Callback for a client request for ChatSessionRequest More...
 
Hashtable ForwardProxyRequest (Hashtable request)
 
Hashtable FreeSwitchSLVoiceGetPreloginHTTPHandler (Hashtable request)
 
Hashtable FreeSwitchSLVoiceBuddyHTTPHandler (Hashtable request)
 
Hashtable FreeSwitchSLVoiceWatcherHTTPHandler (Hashtable request)
 
Hashtable FreeSwitchSLVoiceSigninHTTPHandler (Hashtable request)
 
Hashtable ParseRequestBody (string body)
 
Hashtable FreeSwitchConfigHTTPHandler (Hashtable request)
 

Properties

string Name [get]
 
Type ReplaceableInterface [get]
 
- Properties inherited from OpenSim.Region.Framework.Interfaces.IRegionModuleBase
string Name [get]
 
Type ReplaceableInterface [get]
 If this returns non-null, it is the type of an interface that this module intends to register. This will cause the loader to defer loading of this module until all other modules have been loaded. If no other module has registered the interface by then, this module will be activated, else it will remain inactive, letting the other module take over. This should return non-null ONLY in modules that are intended to be easily replaceable, e.g. stub implementations that the developer expects to be replaced by third party provided modules. More...
 

Detailed Description

Definition at line 61 of file FreeSwitchVoiceModule.cs.

Member Function Documentation

void OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.AddRegion ( Scene  scene)
inline

This is called whenever a Scene is added. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, after Initialise has been called.

Parameters
sceneA Scene

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 214 of file FreeSwitchVoiceModule.cs.

string OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.ChatSessionRequest ( Scene  scene,
string  request,
string  path,
string  param,
UUID  agentID,
Caps  caps 
)
inline

Callback for a client request for ChatSessionRequest

Parameters
scenecurrent scene object of the client
request
path
param
agentID
caps
Returns

Definition at line 507 of file FreeSwitchVoiceModule.cs.

void OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.Close ( )
inline

This is the inverse to Initialise. After a Close(), this instance won't be usable anymore.

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 249 of file FreeSwitchVoiceModule.cs.

Hashtable OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.ForwardProxyRequest ( Hashtable  request)
inline

Definition at line 519 of file FreeSwitchVoiceModule.cs.

Hashtable OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.FreeSwitchConfigHTTPHandler ( Hashtable  request)
inline

Definition at line 854 of file FreeSwitchVoiceModule.cs.

Hashtable OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.FreeSwitchSLVoiceBuddyHTTPHandler ( Hashtable  request)
inline

Definition at line 610 of file FreeSwitchVoiceModule.cs.

Hashtable OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.FreeSwitchSLVoiceGetPreloginHTTPHandler ( Hashtable  request)
inline

Definition at line 576 of file FreeSwitchVoiceModule.cs.

Hashtable OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.FreeSwitchSLVoiceSigninHTTPHandler ( Hashtable  request)
inline

Definition at line 727 of file FreeSwitchVoiceModule.cs.

Hashtable OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.FreeSwitchSLVoiceWatcherHTTPHandler ( Hashtable  request)
inline

Definition at line 687 of file FreeSwitchVoiceModule.cs.

void OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.Initialise ( IConfigSource  source)
inline

This is called to initialize the region module. For shared modules, this is called exactly once, after creating the single (shared) instance. For non-shared modules, this is called once on each instance, after the instace for the region has been created.

Parameters
sourceA IConfigSource

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 104 of file FreeSwitchVoiceModule.cs.

void OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.OnRegisterCaps ( Scene  scene,
UUID  agentID,
Caps  caps 
)
inline

Definition at line 302 of file FreeSwitchVoiceModule.cs.

string OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.ParcelVoiceInfoRequest ( Scene  scene,
string  request,
string  path,
string  param,
UUID  agentID,
Caps  caps 
)
inline

Callback for a client request for ParcelVoiceInfo

Parameters
scenecurrent scene object of the client
request
path
param
agentID
caps
Returns

Definition at line 422 of file FreeSwitchVoiceModule.cs.

Hashtable OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.ParseRequestBody ( string  body)
inline

Definition at line 781 of file FreeSwitchVoiceModule.cs.

void OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.PostInitialise ( )
inline

This is called exactly once after all the shared region-modules have been instanciated and IRegionModuleBase.Initialised.

Implements OpenSim.Region.Framework.Interfaces.ISharedRegionModule.

Definition at line 210 of file FreeSwitchVoiceModule.cs.

string OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.ProvisionVoiceAccountRequest ( Scene  scene,
string  request,
string  path,
string  param,
UUID  agentID,
Caps  caps 
)
inline

Callback for a client request for Voice Account Details

Parameters
scenecurrent scene object of the client
request
path
param
agentID
caps
Returns

Definition at line 350 of file FreeSwitchVoiceModule.cs.

void OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.RegionLoaded ( Scene  scene)
inline

This will be called once for every scene loaded. In a shared module this will be multiple times in one instance, while a nonshared module instance will only be called once. This method is called after AddRegion has been called in all modules for that scene, providing an opportunity to request another module's interface, or hook an event from another module.

Parameters
sceneA Scene

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 238 of file FreeSwitchVoiceModule.cs.

void OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.RemoveRegion ( Scene  scene)
inline

This is called whenever a Scene is removed. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, if the scene this instance is associated with is removed.

Parameters
sceneA Scene

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 234 of file FreeSwitchVoiceModule.cs.

void OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.setLandSIPAddress ( string  SIPAddress,
UUID  GlobalID 
)
inline

Set the SIP url to be used by a parcel, this will allow manual setting of a SIP address for a particular piece of land, allowing region owners to use preconfigured SIP conference channels. This is used by osSetParcelSIPAddress

Implements OpenSim.Region.Framework.Interfaces.IVoiceModule.

Definition at line 266 of file FreeSwitchVoiceModule.cs.

Property Documentation

string OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.Name
get

Definition at line 254 of file FreeSwitchVoiceModule.cs.

Type OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule.ReplaceableInterface
get

Definition at line 259 of file FreeSwitchVoiceModule.cs.


The documentation for this class was generated from the following file: