Re: Using nist sip stack
"M. (Neo-Ranga) Ranganathan" <[email protected]> Tue, 2 Oct 2007 21:01:44 -0400
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
Looks pretty valid. Please open up an issue and attach a self contained test case. I'll look into it. Ranga On 9/26/07, Venkata Ramana Kunapuli <[email protected]> wrote: > Thanks Ranga for the info.. I had another issue I am trying to add display > name in "From" and "To" headers. I tried the following but not successful. I > mean "from" header being constructed, but I do not see display name being > added anywhere > > Address fromAddress = addressFactory.createAddress(sipURI); > fromAddress.setDisplayName("sipPhone"); > fromHeader = headerFactory.createFromHeader(fromAddress, "1234" > /*tag*/); > > Is this not correct usage to set display name? > > Thanks > Venkat > > On 9/21/07, M. (Neo-Ranga) Ranganathan <[email protected]> wrote: > > There is no explicit support for multipart mime. You have to construct > > the body by yourself and add it. > > > > Regards, > > > > Ranga. > > > > On 9/21/07, Venkata Ramana Kunapuli <[email protected]> wrote: > > > Hi > > > > > > I am trying to explore the nist implementation of jain-sip. I am trying > to > > > add multipart message body but could not find right methods to insert > > > multipart message body in a sip message (say INVITE). I appreciate your > > > help. > > > > > > Thanks > > > Venkat > > > > > > example: > > > > > > Content-Type:multipart/mixed;bounadry=separator > > > --separator > > > Content-Type:application/sdp > > > ..... > > > --separator > > > Content-Type:application/x-My-App > > > Content-Dispostion:signal;handling=required > > > ..... > > > --separator > > > > > > > > > > > > _______________________________________________ > > > nist-sip mailing list > > > [email protected] > > > http://www-x.antd.nist.gov/mailman/listinfo/nist-sip > > > > > > > > > > > > -- > > M. Ranganathan > > "There are two ways to write error-free programs; only the third one > > works." -- Alan Perlis > > > http://www.animenewsnetwork.com/encyclopedia/anime.php?id=1052 > > > > -- M. Ranganathan "There are two ways to write error-free programs; only the third one works." -- Alan Perlis http://www.animenewsnetwork.com/encyclopedia/anime.php?id=1052