Slashdot Mirror


SIP: Creating Next-Generation Telecom Applications

An anonymous reader writes "In this article, you'll discover how the Session Initiation Protocol (SIP) operates and, building on that knowledge, you will learn how to use the Java SIP Servlet API to build new applications that can run on telecommunications networks. The SIP tour concludes with code examples that demonstrate SIP application development in action."

2 of 18 comments (clear)

  1. Re:how does SIP compare to Jabber? by Anonymous Coward · · Score: 1, Informative

    Here's some more info about SIP.

  2. Re:how does SIP compare to Jabber? by Anonymous Coward · · Score: 1, Informative

    Isn't Jabber using the H.323 protocol for session initiation? Jabber as a whole is much biger protocol than SIP so there's no point to compare them.
    It's common misunderstanding. SIP is only for session initiation. For content exchange You have SDP protocol for example, which very often comes together with SIP.