Changeset 342:adffe87cfb6d in freeDiameter
- Timestamp:
- Jun 29, 2010, 12:23:50 PM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/dict_sip/dict_sip.c
r334 r342 3 3 * Author: Alexandre Westfahl <awestfahl@freediameter.net> * 4 4 * * 5 * Copyright (c) 2010, Teraoka Laboratory, Keio University*5 * Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project. * * 6 6 * All rights reserved. * 7 7 * * … … 37 37 38 38 39 // New Result-Code for SIP (RFC4740: Section 10.*)40 #define DIAMETER_FIRST_REGISTRATION 200341 #define DIAMETER_SUBSEQUENT_REGISTRATION 200442 #define DIAMETER_UNREGISTERED_SERVICE 200543 #define DIAMETER_SUCCESS_SERVER_NAME_NOT_STORED 200644 #define DIAMETER_SERVER_SELECTION 200745 #define DIAMETER_SUCCESS_AUTH_SENT_SERVER_NOT_STORED 200846 #define DIAMETER_USER_NAME_REQUIRED 401347 #define DIAMETER_ERROR_USER_UNKNOWN 503248 #define DIAMETER_ERROR_IDENTITIES_DONT_MATCH 503349 #define DIAMETER_ERROR_IDENTITY_NOT_REGISTERED 503450 #define DIAMETER_ERROR_ROAMING_NOT_ALLOWED 503551 #define DIAMETER_ERROR_IDENTITY_ALREADY_REGISTERED 503652 #define DIAMETER_ERROR_AUTH_SCHEME_NOT_SUPPORTED 503753 #define DIAMETER_ERROR_IN_ASSIGNMENT_TYPE 503854 #define DIAMETER_ERROR_TOO_MUCH_DATA 503955 #define DIAMETER_ERROR_NOT SUPPORTED_USER_DATA 504056 57 39 58 40 /* The content of this file follows the same structure as dict_base_proto.c */ … … 558 540 AVP_TYPE_OCTETSTRING /* base type of data */ 559 541 }; 560 CHECK_dict_new( DICT_AVP, &data , NULL, NULL);542 CHECK_dict_new( DICT_AVP, &data , UTF8String_type, NULL); 561 543 } 562 544
Note: See TracChangeset
for help on using the changeset viewer.