i run client socket program for send SIP request to kamailio server kamailio registration is done successfully with 200OK
and i want to store 200OK in client.c program in structure
like
struct  reg_db
{
char *to
char *from
char .....
.......


}
please help me
how to store ?