Re: top level api
"M. (Neo-Ranga) Ranganathan" <[email protected]> Fri, 16 Mar 2007 11:24:05 -0400
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
1. You dont need to create headers one at a time. You can use a String and generate the header from it. In fact, you can use a String and make an enitre Request or Response from it. Look at the Message and Header Factory API and you will see the methods. 2. It is an explicit goal of JSIP to be low level so it can serve as a portable basis for a higher level API such as SIP Servlets. It cannot be low and high level at the same time although the Transaction and Dialog classes are high level. I dont know where you can grab a free SIP Servlet implementation. Google around and maybe something shows up. 3. Take a look at the JIPLET implementation from cafesip.org. It is built on JSIP. It is a higher level API. On 3/16/07, Janos Haber <[email protected]> wrote: > Hi! > > Somebody know top level SIP API based on JAIN_SIP? The Nist API is cool but > too low level. > I want to simply set the local port, the host port and address, the > authentication details (username/details) and the sdp description. I not > want to write the low level answers (example refresh or handling the > transaction terminated event by hand). I tried to write a sip app with Nist > which communicate with Voipbuster server (I connected), but it's it's send 3 > transaction terminated event and disconnected after 1 min. > > The sip-communicator and the sip-applet examples is too compilcated. I only > want to call 2 SIP address and connect the RTP ports (no RTP parsing etc). > But it's too complicated with Nist API (Creating many headers, handling the > errors, transactions etc...) > > Cow > > _______________________________________________ > 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