File:SIP session setup example.svg

Original file ‎(SVG file, nominally 394 × 561 pixels, file size: 10 KB)

Mi mensajes desde que me están jakiando porqué no me dejan en pas

Summary

Description
English: Diagram shows a typical example of a SIP message exchange between two users, Alice and Bob. In this example, Alice uses a SIP application on her PC (referred to as a softphone) to call Bob on his SIP phone over the Internet. Also shown are two SIP proxy servers that act on behalf of Alice and Bob to facilitate the session establishment. This typical arrangement is often referred to as the "SIP trapezoid". --RFC 3261: "SIP: Session Initiation Protocol" (2002)
Date
Source Own work
Author Amakuha

PlantUML code:

@startuml
participant "Alice's\nsoftphone" as Alice
participant "atlanta.com\nproxy" as Atlanta
participant "biloxi.com\nproxy" as Biloxi
participant "Bob's\nSIP phone" as Bob
Alice -> Atlanta : INVITE
Atlanta -> Biloxi : INVITE
Alice <-- Atlanta : 100 Trying
Biloxi -> Bob : INVITE
Atlanta <-- Biloxi : 100 Trying
Biloxi <-- Bob : 180 Ringing
Atlanta <-- Biloxi : 180 Ringing
Alice <-- Atlanta : 180 Ringing
Biloxi <-- Bob : 200 OK
Atlanta <-- Biloxi : 200 OK
Alice <-- Atlanta : 200 OK
Alice -> Bob : ACK 
Alice <-> Bob : Media session
Alice <- Bob : BYE 
Alice --> Bob : 200 OK
@enduml

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

creator

some value

author name string: Amakuha
Wikimedia username: Amakuha
URL: https://commons.wikimedia.org/wiki/User:Amakuha

copyright status

copyrighted

copyright license

Creative Commons Attribution-ShareAlike 4.0 International

source of file

original creation by uploader

inception

12 November 2022

MIME type

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:08, 12 November 2022394 × 561 (10 KB)AmakuhaUploaded own work with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

  • Usage on uk.wikipedia.org
    • Session Initiation Protocol

Metadata

Retrieved from "https://en.wikipedia.org/wiki/File:SIP_session_setup_example.svg"