00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00056 #ifndef S_CSCF_SIP_MESSAGES_H_
00057 #define S_CSCF_SIP_MESSAGES_H_
00058
00059
00060 #define MSG_200_SAR_OK "OK - SAR succesful and registrar saved"
00061
00062 #define MSG_401_CHALLENGE "Unauthorized - Challenging the UE"
00063
00064 #define MSG_403_NO_PRIVATE "Forbidden - Private identity not found (Authorization: username)"
00065 #define MSG_403_NO_PUBLIC "Forbidden - Public identity not found (To:)"
00066 #define MSG_403_NO_NONCE "Forbidden - Nonce not found (Authorization: nonce)"
00067 #define MSG_403_UNKOWN_RC "Forbidden - HSS responded with unknown Result Code"
00068 #define MSG_403_UNKOWN_EXPERIMENTAL_RC "Forbidden - HSS responded with unknown Experimental Result Code"
00069 #define MSG_403_USER_UNKNOWN "Forbidden - HSS User Unknown"
00070 #define MSG_403_IDENTITIES_DONT_MATCH "Forbidden - HSS Identities don't match"
00071 #define MSG_403_AUTH_SCHEME_UNSOPPORTED "Forbidden - HSS Authentication Scheme Unsupported"
00072 #define MSG_403_UNABLE_TO_COMPLY "Forbidden - HSS Unable to comply"
00073 #define MSG_403_NO_AUTH_DATA "Forbidden - HSS returned no authentication vectors"
00074
00075 #define MSG_423_INTERVAL_TOO_BRIEF "Interval too brief"
00076
00077 #define MSG_480_HSS_ERROR "Temporarily unavailable - error retrieving av"
00078 #define MSG_480_DIAMETER_ERROR "Temporarily Unavailable - Diameter Cx interface failed"
00079 #define MSG_480_DIAMETER_TIMEOUT "Temporarily unavailable - TimeOut in MAR/A HSS"
00080 #define MSG_480_DIAMETER_TIMEOUT_SAR "Temporarily unavailable - TimeOut in SAR/A HSS"
00081 #define MSG_480_DIAMETER_MISSING_AVP "Temporarily unavailable - Missing AVP in UAA from HSS"
00082
00083 #define MSG_500_PACK_AV "Server Internal Error - while packing auth vectors"
00084 #define MSG_500_SAR_FAILED "Server Internal Error - Server Assignment failed"
00085 #define MSG_500_UPDATE_CONTACTS_FAILED "Server Internal Error - Update Contacts failed"
00086 #define MSG_514_HSS_AUTH_FAILURE "HSS unauthenticated - did not provide the right H(A1) in MAA"
00087
00088 #endif //S_CSCF_SIP_MESSAGES_H_