pjsip_status_code class abstract
This enumeration lists standard SIP status codes according to RFC 3261. In addition, it also declares new status class 7xx for errors generated by the stack. This status class however should not get transmitted on the wire.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- PJSIP_AC_AMBIGUOUS → const int
- PJSIP_SC__force_32bit → const int
- This is not an actual status code, but rather a constant to force GCC to use 32bit to represent this enum, since we have a code in PJSUA-LIB that assigns an integer to this enum (see pjsua_acc_get_info() function).
- PJSIP_SC_ACCEPTED → const int
- PJSIP_SC_ADDRESS_INCOMPLETE → const int
- PJSIP_SC_ALTERNATIVE_SERVICE → const int
- PJSIP_SC_ANONIMITY_DISALLOWED → const int
- PJSIP_SC_BAD_EVENT → const int
- PJSIP_SC_BAD_EXTENSION → const int
- PJSIP_SC_BAD_GATEWAY → const int
- PJSIP_SC_BAD_IDENTITY_INFO → const int
- PJSIP_SC_BAD_INFO_PACKAGE → const int
- PJSIP_SC_BAD_LOCATION_INFORMATION → const int
- PJSIP_SC_BAD_REQUEST → const int
- PJSIP_SC_BUSY_EVERYWHERE → const int
- PJSIP_SC_BUSY_HERE → const int
- PJSIP_SC_CALL_BEING_FORWARDED → const int
- PJSIP_SC_CALL_TSX_DOES_NOT_EXIST → const int
- PJSIP_SC_CONDITIONAL_REQUEST_FAILED → const int
- PJSIP_SC_CONFLICT → const int
- PJSIP_SC_CONSENT_NEEDED → const int
- PJSIP_SC_DECLINE → const int
- PJSIP_SC_DOES_NOT_EXIST_ANYWHERE → const int
- PJSIP_SC_EARLY_DIALOG_TERMINATED → const int
- PJSIP_SC_EXTENSION_REQUIRED → const int
- PJSIP_SC_FIRST_HOP_LACKS_OUTBOUND_SUPPORT → const int
- PJSIP_SC_FLOW_FAILED → const int
- PJSIP_SC_FORBIDDEN → const int
- PJSIP_SC_GONE → const int
- PJSIP_SC_INTERNAL_SERVER_ERROR → const int
- PJSIP_SC_INTERVAL_TOO_BRIEF → const int
- PJSIP_SC_INVALID_IDENTITY_HEADER → const int
- PJSIP_SC_LENGTH_REQUIRED → const int
- PJSIP_SC_LOOP_DETECTED → const int
- PJSIP_SC_MAX_BREADTH_EXCEEDED → const int
- PJSIP_SC_MESSAGE_TOO_LARGE → const int
- PJSIP_SC_METHOD_NOT_ALLOWED → const int
- PJSIP_SC_MOVED_PERMANENTLY → const int
- PJSIP_SC_MOVED_TEMPORARILY → const int
- PJSIP_SC_MULTIPLE_CHOICES → const int
- PJSIP_SC_NO_NOTIFICATION → const int
- PJSIP_SC_NOT_ACCEPTABLE → const int
- PJSIP_SC_NOT_ACCEPTABLE_ANYWHERE → const int
- PJSIP_SC_NOT_ACCEPTABLE_HERE → const int
- PJSIP_SC_NOT_FOUND → const int
- PJSIP_SC_NOT_IMPLEMENTED → const int
- PJSIP_SC_NULL → const int
- PJSIP_SC_OK → const int
- PJSIP_SC_PAYMENT_REQUIRED → const int
- PJSIP_SC_PRECONDITION_FAILURE → const int
- PJSIP_SC_PROGRESS → const int
- PJSIP_SC_PROVIDE_REFERRER_HEADER → const int
- PJSIP_SC_PROXY_AUTHENTICATION_REQUIRED → const int
- PJSIP_SC_PUSH_NOTIFICATION_SERVICE_NOT_SUPPORTED → const int
- PJSIP_SC_QUEUED → const int
- PJSIP_SC_REJECTED → const int
- PJSIP_SC_REQUEST_ENTITY_TOO_LARGE → const int
- PJSIP_SC_REQUEST_PENDING → const int
- PJSIP_SC_REQUEST_TERMINATED → const int
- PJSIP_SC_REQUEST_TIMEOUT → const int
- PJSIP_SC_REQUEST_UPDATED → const int
- PJSIP_SC_REQUEST_URI_TOO_LONG → const int
- PJSIP_SC_RINGING → const int
- PJSIP_SC_SECURITY_AGREEMENT_NEEDED → const int
- PJSIP_SC_SERVER_TIMEOUT → const int
- PJSIP_SC_SERVICE_UNAVAILABLE → const int
- PJSIP_SC_SESSION_TIMER_TOO_SMALL → const int
- PJSIP_SC_TEMPORARILY_UNAVAILABLE → const int
- PJSIP_SC_TOO_MANY_HOPS → const int
- PJSIP_SC_TRYING → const int
- PJSIP_SC_TSX_TIMEOUT → const int
- PJSIP_SC_TSX_TRANSPORT_ERROR → const int
- PJSIP_SC_TSX_RESOLVE_ERROR = 702,
- PJSIP_SC_UNAUTHORIZED → const int
- PJSIP_SC_UNDECIPHERABLE → const int
- PJSIP_SC_UNKNOWN_RESOURCE_PRIORITY → const int
- PJSIP_SC_UNSUPPORTED_CERTIFICATE → const int
- PJSIP_SC_UNSUPPORTED_MEDIA_TYPE → const int
- PJSIP_SC_UNSUPPORTED_URI_SCHEME → const int
- PJSIP_SC_UNWANTED → const int
- PJSIP_SC_USE_IDENTITY_HEADER → const int
- PJSIP_SC_USE_PROXY → const int
- PJSIP_SC_VERSION_NOT_SUPPORTED → const int