Used only when receiving unsolicited NOTIFY requests. Application software can set this value to a valid SIP response code. If the applications wants to inform the sender that the NOTIFY was accepted, it should be set to 200. If an error response is desired, it should be set in the range of 400-699 depending on the specific SIP error response desired. Generally a 400 (Invalid Request) error response is acceptable.

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

Syntax

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

See Also