
Go to the source code of this file.
Typedefs | |
| typedef enum rerr | rerr_t |
Enumerations | |
| enum | rerr { R_FINE = 0, R_UL_DEL_R, R_UL_GET_R, R_UL_NEW_R, R_INV_CSEQ, R_UL_INS_C, R_UL_INS_R, R_UL_DEL_C, R_UL_UPD_C, R_TO_USER, R_AOR_LEN, R_AOR_PARSE, R_INV_EXP, R_INV_Q, R_PARSE, R_TO_MISS, R_CID_MISS, R_CS_MISS, R_PARSE_EXP, R_PARSE_CONT, R_STAR_EXP, R_STAR_CONT, R_OOO, R_RETRANS, R_UNESCAPE, R_TOO_MANY, R_CONTACT_LEN, R_CALLID_LEN, R_PARSE_PATH, R_PATH_UNSUP } |
Variables | |
| rerr_t | rerrno |
Definition in file rerrno.h.
| enum rerr |
| R_FINE | Everything went OK |
| R_UL_DEL_R | Usrloc record delete failed |
| R_UL_GET_R | Usrloc record get failed |
| R_UL_NEW_R | Usrloc new record failed |
| R_INV_CSEQ | Invalid CSeq value |
| R_UL_INS_C | Usrloc insert contact failed |
| R_UL_INS_R | Usrloc insert record failed |
| R_UL_DEL_C | Usrloc contact delete failed |
| R_UL_UPD_C | Usrloc contact update failed |
| R_TO_USER | No username part in To URI |
| R_AOR_LEN | Address Of Record too long |
| R_AOR_PARSE | Error while parsing Address Of Record |
| R_INV_EXP | Invalid expires parameter in contact |
| R_INV_Q | Invalid q parameter in contact |
| R_PARSE | Error while parsing message |
| R_TO_MISS | Missing To header field |
| R_CID_MISS | Missing Call-ID header field |
| R_CS_MISS | Missing CSeq header field |
| R_PARSE_EXP | Error while parsing Expires |
| R_PARSE_CONT | Error while parsing Contact |
| R_STAR_EXP | star and expires != 0 |
| R_STAR_CONT | star and more contacts |
| R_OOO | Out-Of-Order request |
| R_RETRANS | Request is retransmission |
| R_UNESCAPE | Error while unescaping username |
| R_TOO_MANY | Too many contacts |
| R_CONTACT_LEN | Contact URI or RECEIVED too long |
| R_CALLID_LEN | Callid too long |
| R_PARSE_PATH | Error while parsing Path |
| R_PATH_UNSUP | Path not supported by UAC |
Definition at line 34 of file rerrno.c.
Referenced by add_contacts(), calc_contact_q(), check_contacts(), extract_aor(), insert_contacts(), no_contacts(), pack_ci(), parse_message(), save(), send_reply(), star(), test_max_contacts(), and update_contacts().
1.5.6