Specifies the default SIP message length supported by the media engine. To change the max default SIP message length the media engine can process see the MaxSipMesageLength member of the VoipMediaEngine..::.START_SIP_TELEPHONY_PARAMS class object.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public static int DEFAULT_SIP_MESSAGE_LENGTH
Visual Basic (Declaration)
Public Shared DEFAULT_SIP_MESSAGE_LENGTH As Integer
Visual C++
public:
static int DEFAULT_SIP_MESSAGE_LENGTH
J#
public static int DEFAULT_SIP_MESSAGE_LENGTH

See Also