Enumerations

modules_k/registrar/rerrno.h File Reference

SIP registrar module - registrar errno. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations


Detailed Description

Definition in file modules_k/registrar/rerrno.h.


Enumeration Type Documentation

enum rerr
Enumerator:
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 36 of file modules_k/registrar/rerrno.h.