< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Hi All,Did any body add any new header except "77" allready implemented headers in HeaderTypes.hxx?Actually i am adding header with type "NameAddr" header in resiprocate stackI have been changed files according to the steps given by wiki pageCode is compiling properly & i have run the test code of testParserCategories.cxx, this is also working properly.and tried to encode & decode through test code also, its working fine.BUT... I am getting assertion error very early when I am trying to send INVITE message from test tool with addred header.ERROR is :INFO | 20050719-031432.233 | RHEL4 | repro | REPRO:APP | 9243 | 3075247024 | Proxy.cxx:57 | Proxy::thread start
repro: os/Tuple.cxx:237: void resip::Tuple::setPort(int): Assertion `0' failed.
AbortedI Have figureout that, this stack is not allowing addition or deletion of any headers, like this is fixed with 77 header only. I have tried with 76 headers( comented 1 header in required 6 files), still same error is comming.but I deleted 1 header & added my new header, then code is working fine means total headers should have only 77, not more or less than this number of headersdo I need to change any thing except following files?HeaderHash.gperfHeaders.cxxHeaders.hxxHeaderTypes.hxxSipMessage.cxxSipMessage.hxxPlease guide me, That will be great help from your side.Regards,vid