History of SIP

Complete timeline of the Session Initiation Protocol from 1996 to 2026

Timeline

1996

SIP concept proposed

Mark Handley, Henning Schulzrinne, Eve Schooler, and Jonathan Rosenberg began work on SIP at Columbia University.

1999

RFC 2543 published

First version of SIP standardized by IETF. Defined basic session initiation, INVITE, BYE, REGISTER methods.

2000

3GPP adopts SIP

3GPP selects SIP for IP Multimedia Subsystem (IMS), making it the standard for next-gen mobile networks.

2002

RFC 3261 published

Major revision replacing RFC 2543. Added detailed transaction handling, improved security, and clarified ambiguities. Still the current base standard.

2003

SIP becomes widely deployed

Major VoIP services like Vonage and Skype begin large-scale deployments using SIP or SIP-derived protocols.

2005

SIP Extensions for Presence

RFC 3856, 3903 — Added presence and instant messaging capabilities to SIP.

2007

SIP Outbound (RFC 5626)

Specified how user agents maintain persistent connections to handle NAT traversal.

2010

WebRTC emerges

Introduces browser-based real-time communication, often using SIP over WebSocket for signaling.

2013

SIP on WebRTC

RFC 7118 — SIP over WebSockets for browser-based voice/video.

2015

LTE VoLTE deployment

Voice over LTE using SIP/IMS becomes widely deployed in mobile networks worldwide.

2018

STIR/SHAKEN

RFC 8224 — Framework to authenticate caller ID and prevent robocalling/spoofing.

2020+

5G VoNR

Voice over New Radio (5G) continues to use SIP/IMS for voice services.

2026

AI-powered SIP

Integration of AI for call analytics, transcription, translation, and automated fraud detection in SIP calls.

SIP Creators

Mark Handley

Co-creator of SIP

Network researcher who co-invented SIP while at USC/ISI. Now a professor at UCL, London.

Henning Schulzrinne

Co-creator of SIP

Professor at Columbia University. Also co-created RTP (Real-time Transport Protocol) and RTSP.

Jonathan Rosenberg

Primary author of RFC 3261

Former CTO at Cisco's Collaboration unit. One of the most prolific IETF authors in the VoIP space.

Eve Schooler

Early SIP contributor

Researcher at Intel and Imperial College. Co-author of the first SIP RFC.

SIP vs H.323

FeatureSIPH.323
ComplexityText-based, simpleBinary ASN.1, complex
ExtensibilityEasy to extendRigid
Firewall/NATChallenging, needs SBC/STUNSimilar challenges
Call SetupFaster (fewer RTTs)Slower
AdoptionDominant (IMS, VoLTE, 5G)Legacy video conferencing
CodecsNegotiated via SDPNegotiated via H.245

Key RFCs

  • RFC 2543 (1999) — Original SIP specification
  • RFC 3261 (2002) — SIP v2, current base standard
  • RFC 3262 — Reliability of Provisional Responses
  • RFC 3263 — Locating SIP Servers
  • RFC 3264 — SDP Offer/Answer Model
  • RFC 3311 — UPDATE Method
  • RFC 3515 — REFER Method (call transfer)
  • RFC 3856 — Presence Event Package
  • RFC 4028 — Session Timers
  • RFC 5626 — SIP Outbound (NAT traversal)
  • RFC 7118 — SIP over WebSockets
  • RFC 8224 — STIR/SHAKEN caller ID auth