This is the SIP response code you want your application to return to the far end of the incoming call. Used only when terminating the call. Any one of

SIP Return CodeDescription
400Invalid Request
402Payment Required
403Forbidden
404Not Found
405Method Not Allowed
406Not Acceptable
409Conflict
410Gone
420Bad Extension
480Temporarily Unavailable
481Transaction Does Not Exist
485Ambiguous
486Busy Here
488Not Acceptable Here
493Undecipherable

Note:
If you specify any other 4xx value that is not described above, the VOIP Media Engine will ignore your value and return 480 to the far end of the call.

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

Syntax

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

See Also