statusCode property

int? statusCode
final

The SIP status code for rejection (defaults to 603 - Decline).

Common status codes:

  • 486: Busy Here
  • 603: Decline
  • 404: Not Found
  • 480: Temporarily Unavailable

Implementation

final int? statusCode;