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
the following values can be specified:
SIP Return Code | Description |
---|
400 | Invalid Request |
402 | Payment Required |
403 | Forbidden |
404 | Not Found |
405 | Method Not Allowed |
406 | Not Acceptable |
409 | Conflict |
410 | Gone |
420 | Bad Extension |
480 | Temporarily Unavailable |
481 | Transaction Does Not Exist |
485 | Ambiguous |
486 | Busy Here |
488 | Not Acceptable Here |
493 | Undecipherable |
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