Hi All,
The below error is because I forgot to add the header structure declaration
in sip_extra.h.in file.
After adding this code got compiled successfully.
But when I am compiling my sip application it is resulted in a compilation
error.
*`sip_history_info_t' was not declared in this scope*
whe
Hi All,
I am using Sofia-sip stact 1.12.11 for a B2BUA.
There is a requirement for me to parse new headers like History-Info where
Sofia stack is not supporting currently.
I added the typedef struct and the structure body in "sofia-sip/sip_extra.h"
and also documented the same in "sip_extra_headers