Re: SIPResponse.createRequest issue
"M. Rangnathan" <[email protected]>
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
Lebing, Looks right. I will fix the source code. Ranga Lebing Xie wrote: >Hallo, > >I use Dialog.createACK(csq) and Dialog.createRequest(method) to create >subsequent Request this dialog. For ACK and BYE, my >client(sip-communicator pre 1.0) always throw error (null header). >According to ethereal, there are Contentlength Header in new Request but >without Content(my ACK and BYE have no content). > >I check th source, Dialog use Line683-SIPResponse.createRequest(SipUri >requestURI, Via via, CSeq cseq, From from, To to) and Line-599 >createRequest(SipUri requestURI, Via via, CSeq cseq) to create new >Request. > >At line704 and 620, following headers will not be copied, >ViaList,CSeq,ContentType and RecordRouteList. Should we add >ContentLength here? > >urs Lebing > > >_______________________________________________ >nist-sip mailing list >[email protected] >http://www-x.antd.nist.gov/mailman/listinfo/nist-sip > >