Re: [Sofia-sip-devel] Problem while adding parser for new header.

2012-03-04 Thread kiran kumar
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

[Sofia-sip-devel] Problem while adding parser for new header.

2012-03-03 Thread kiran kumar
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