< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] Parsing a custom header


Check out ExtensionHeader:

http://wiki.resiprocate.org/wiki/index.php?title=Use_Overview#Extension_Header

 

There is also a sample use in test/SipTortureTests.cxx

 


From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Faramarz Saberi
Sent: Tuesday, January 03, 2006 3:06 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] Parsing a custom header

 

Dear All,
My application - which obviously uses reSIProcate for SIP handling - needs to parse and use SIP INVITE messages which contain Remote-Party-ID. I am using reSIProcate 0.9.0-5019 and the messages I receive in my App does not contain that header (simply dump the message on stdout and it does not contain Remote-Party-ID header). I guess it means reSIProcate does not support this header [maybe I'm wrong on this]. Can anybody help me finding out what I should do for this: Is this a compile-time issue and so I should update the library code or I can add new custom header in my code (in run-time)? I really appreciate if anybody can help me or give me the hint on where I should search for the answer.

Thanks in advance,

Faramarz