[reSIProcate] failed assertion in ExtensionHeader.cxx
Jason Fischl
jason at sipedge.com
Sat Sep 17 17:40:27 CDT 2005
On 9/17/05, Lorenzo <webmaster at frascati1.org> wrote:
> Hello,
> I need to define a new header and I want to use the extensionheader
> feature of resiprocate, but when I wrote:
>
> static const resip::ExtensionHeader h_Path("Path");
>
> (like you propose in the wiki at :
> http://warsaw.sjc.purplecomm.com/wiki/index.php?title=Use_Overview#Extension_Header)
>
> I've got a failed assertion at ExtensionHeader.cxx:25 (
> assert(Headers::getType(mName.data(), mName.size()) == Headers::UNKNOWN); )
>
That's because there already is a Path header defined. You don't need
to define an extension header for it.
More information about the resiprocate-devel
mailing list