FPCSipSettings Object

The FPCSipSettings object represents the SIP settings.

This FPCSipSettings object is accessed through the SipSettings property of an FPCArrayPolicy object.

Click here to see the Forefront TMG object hierarchy.

Inheritance

This object inherits from the FPCPersist object, which contains methods and properties related to the persistent storage of an object's data. They include methods for exporting the object's data to and importing it from an XML document.

Methods

The FPCSipSettings object does not define any methods.

Properties

The FPCSipSettings object defines the following properties.

Property Description

ExternalRegistrationBasePort

Gets or sets the base port for SIP external registration after the default port.

ExternalRegistrationEnabled

Gets or sets whether internal SIP clients may register externaly.

ExternalRegistrationIPAddress

Gets or sets the external registration IP address.

ExternalRegistrationPort

Gets or sets the default external registration port for SIP.

MaxAllowedRegistrationExpiration

Gets or sets the max allowed registration expiration.

MaxCallsPerIP

Gets or sets the max number of calls for specific IP address.

MaxGlobalCalls

Gets or sets the max number of calls on the filter.

MaxGlobalRegistrations

Gets or sets the max number of registrations on the filter.

MaxRegistrationsPerIP

Gets or sets the max number of registrations for specific IP address.

MinAllowedMediaPortInSDP

Gets or sets the min allowed media stream port in SDP.

NumExternalRegistrationPorts

Gets or sets the number of registration ports for SIP in addition to default port.

Methods Inherited from FPCPersist

Name Description
CancelWaitForChanges Cancels the registration established by the WaitForChanges method - for C/C++ only (does not work with DCOM).
CanImport Checks if object properties can be imported from a given xml document.
Export Exports object properties to an xml document.
ExportToFile Exports object properties to an xml file.
GetServiceRestartMask Get a bitmask of the services that need to be restarted so that currently unsaved changes will take effect.
Import Imports object properties from an xml document.
ImportFromFile Imports object properties from an xml file.
LoadDocProperties Retrieves the XML document's OptionalData and Comment properties.
Refresh Reads all the items from persistent storage.
Save Saves all configuration changes to persistent storage.
WaitForChanges Registers to wait for an event indicating that the contents of the FPCVendorParametersSet object have changed - for C/C++ only (does not work with DCOM).

Properties Inherited from FPCPersist

Name Description
PersistentName Retrieves the persistent name of the object.
VendorParametersSets Gets a reference to an object that stores vendor-specific data.

Interfaces for C++ Programming

This object implements the IFPCSipSettings interface.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

See Also

COM Objects


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.