@ -449,6 +449,7 @@
# define OSP_SIZE_UUID ((unsigned int)16) /* UUID size */
# define OSP_SIZE_UUIDSTR ((unsigned int)36) /* UUID string size */
# define OSP_SIZE_QOSSTR ((unsigned int)1024) /* QoS string buffer size */
# define OSP_SIZE_OUTSTR ((unsigned int)288) /* OSP out size for osp_convert_inout */
/* Call ID Type*/
# define OSP_CALLID_UNDEF ((unsigned int)0) /* Undefined */
@ -1089,8 +1090,8 @@ static int osp_validate_token(
int res ;
int tokenlen ;
unsigned char tokenstr [ OSP_SIZE_TOKSTR ] ;
char src [ OSP_SIZE_ NOR STR] ;
char dest [ OSP_SIZE_ NOR STR] ;
char src [ OSP_SIZE_ OUT STR] ;
char dest [ OSP_SIZE_ OUT STR] ;
unsigned int authorised ;
unsigned int dummy = 0 ;
int error ;
@ -1518,14 +1519,14 @@ static int osp_lookup(
char * tmp ;
unsigned int tokenlen ;
char token [ OSP_SIZE_TOKSTR ] ;
char src [ OSP_SIZE_ NOR STR] ;
char dev [ OSP_SIZE_ NOR STR] ;
char host [ OSP_SIZE_ NOR STR] ;
char src [ OSP_SIZE_ OUT STR] ;
char dev [ OSP_SIZE_ OUT STR] ;
char host [ OSP_SIZE_ OUT STR] ;
unsigned int i , type ;
struct osp_callid callid ;
unsigned int callidnum ;
OSPT_CALL_ID * callids [ OSP_CALLID_MAXNUM ] ;
char dest [ OSP_SIZE_ NOR STR] ;
char dest [ OSP_SIZE_ OUT STR] ;
const char * preferred [ 2 ] = { NULL } ;
unsigned int dummy = 0 ;
OSPEFAILREASON reason ;