|
HOME
SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port
FAQ
Documentation
Licensing
Download
Development (Trac)
Projects using pjsip
Mailing List
Open Source Links
About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono <bennylp pjsip.org>
|
|
Home --> Documentations --> PJNATH Reference
NAT Helper Library Error Codes
Detailed Description
Define Documentation
| #define PJ_STATUS_FROM_STUN_CODE |
( |
code |
|
) |
(PJNATH_ERRNO_START+code) |
Map STUN error code (300-699) into pj_status_t error space.
| #define PJNATH_EICEFAILED |
All ICE checklists failed
| #define PJNATH_EICEINCANDID |
| #define PJNATH_EICEINCANDSDP |
Invalid SDP "candidate" attribute
| #define PJNATH_EICEINCOMPID |
| #define PJNATH_EICEINPROGRESS |
| #define PJNATH_EICEINSRCADDR |
Source address mismatch. This error occurs if the source address of the response for ICE connectivity check is different than the destination address of the request.
| #define PJNATH_EICEMISMATCH |
Default destination does not match any ICE candidates
| #define PJNATH_EICEMISSINGSDP |
Missing ICE SDP attribute
| #define PJNATH_EICENOHOSTCAND |
No host candidate associated with srflx. This error occurs when a server reflexive candidate is added without the matching host candidate.
| #define PJNATH_EINSTUNMSG |
| #define PJNATH_EINSTUNMSGLEN |
Invalid STUN message length.
| #define PJNATH_EINSTUNMSGTYPE |
Invalid or unexpected STUN message type
ICE session not available
| #define PJNATH_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*4) |
Start of error code relative to PJ_ERRNO_START_USER. This value is 370000.
| #define PJNATH_ESTUNDESTROYED |
STUN object has been destoyed.
| #define PJNATH_ESTUNDUPATTR |
Found duplicate STUN attribute.
| #define PJNATH_ESTUNFINGERPOS |
Invalid STUN attribute after FINGERPRINT.
| #define PJNATH_ESTUNFINGERPRINT |
STUN FINGERPRINT verification failed
| #define PJNATH_ESTUNINATTRLEN |
Invalid STUN attribute length.
| #define PJNATH_ESTUNINSERVER |
Invalid STUN server or server not configured.
| #define PJNATH_ESTUNIPV6NOTSUPP |
STUN IPv6 attribute not supported
| #define PJNATH_ESTUNMSGINTPOS |
Invalid STUN attribute after MESSAGE-INTEGRITY.
| #define PJNATH_ESTUNNOMAPPEDADDR |
STUN (XOR-)MAPPED-ADDRESS attribute not found
| #define PJNATH_ESTUNTIMEDOUT |
STUN transaction has timed out
| #define PJNATH_ESTUNTOOMANYATTR |
Too many STUN attributes.
Invalid or unsupported TURN transport.
PJNATH - Open Source NAT traversal helper library supporting STUN, TURN, and ICE
(C)2001-2008 Benny Prijono
|
|