|
@@ -1192,6 +1192,7 @@ char* parse_first_line(char* buffer, unsigned int len, struct msg_start * fl)
|
|
|
else IFISMETHOD( CANCEL, 'C')
|
|
else IFISMETHOD( CANCEL, 'C')
|
|
|
else IFISMETHOD( ACK, 'A' )
|
|
else IFISMETHOD( ACK, 'A' )
|
|
|
else IFISMETHOD( BYE, 'B' )
|
|
else IFISMETHOD( BYE, 'B' )
|
|
|
|
|
+ else IFISMETHOD( INFO, 'I' )
|
|
|
/* if you want to add another method XXX, include METHOD_XXX in
|
|
/* if you want to add another method XXX, include METHOD_XXX in
|
|
|
H-file (this is the value which you will take later in
|
|
H-file (this is the value which you will take later in
|
|
|
processing and define XXX_LEN as length of method name;
|
|
processing and define XXX_LEN as length of method name;
|