This value allows application software to specify the maximum number of SIP messages that the media engine will hold in its receive fifo queue. If the media engine receive fifo is filled, application software will sent the global notification event NewSipSessionReceiveOverrun. In this case, the fifo depth should be increased or the media engine application should be hosted on a faster server machine.

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

Syntax

C#
public int MaxSipMessageReceiveFifoLength
Visual Basic (Declaration)
Public MaxSipMessageReceiveFifoLength As Integer
Visual C++
public:
int MaxSipMessageReceiveFifoLength
J#
public int MaxSipMessageReceiveFifoLength

See Also