SlideShare a Scribd company logo
iPhone IMS
Voice over LTE (VoLTE) Originating Call
Voice over LTE (VoLTE) is the standard for voice call setup in LTE networks. When VoLTE is deployed, phones will not need to fallback to 3G
for voice calls.
VoLTE uses IMS signaling to setup voice calls. The following VoLTE call flow describes the IMS call setup and release. An example of sending
an SMS over IMS is also included. Sample RTP and RTCP messages are also shown in the flow.
© EventHelix.com Inc, 2014.
Generated with EventStudio (http://www.eventhelix.com/eventstudio/) and VisualEther (http://www.eventhelix.com/visualether/)
Note: You can click on IMS, RTP and RTCP message titles in this flow to see complete field level details.
LTE attach and PDP context
activation
The iPhone is attached to the LTE network. The PDP context has also
been activated.
Learn more: http://www.eventhelix.com/lte/
Register with the IP Multimedia Subsystem (IMS) The iPhone has already registered with the IMS.
Learn more: http://www.eventhelix.com/ims/
Preconditions
Initiate Call The subscriber initiates a voice call.
Prepare a list of supported voice
codecs
INVITE tel:122 SIP/2.0
From: <tel:+88270006>;tag=XsO27IxvIu,
To: <tel:122>,
User-Agent: iOS/8.1 (12B411) iPhone,
o=tel:+88270006 1415985484 1415985484 IN IP6
fd00:183:1:1:1886:9040:8605:32b8,
c=IN IP6 fd00:183:1:1:1886:9040:8605:32b8,
m=audio 49120 RTP/AVP 104 110 102 108 105 100,
b=AS:49,
b=RS:0,
b=RR:0,
a=rtpmap:104 AMR-WB/16000,
a=fmtp:104 octet-align=0; max-red=0,
a=rtpmap:110 AMR-WB/16000,
a=fmtp:110 octet-align=1; max-red=0,
a=rtpmap:102 AMR/8000,
a=fmtp:102 octet-align=0; max-red=0,
a=rtpmap:108 AMR/8000,
a=fmtp:108 octet-align=1; max-red=0,
a=rtpmap:105 telephone-event/16000,
a=fmtp:105 0-15,
a=rtpmap:100 telephone-event/8000,
a=fmtp:100 0-15,
a=ptime:20,
a=maxptime:240,
a=sendrecv,
a=curr:q os local none,
a=curr:qos remote none,
a=des:qos mandatory local sendrecv,
a=des:qos optional remote sendrecv
The iPhone initiates that call with a SIP Invite message. The QoS
information signaled in the message is:
o=tel:+88270006 1415985484 1415985484 IN IP6
fd00:183:1:1:1886:9040:8605:32b8
Specifies that the caller is +88270006 with 1415985484 session id. The
caller uses the Internet (IN). The IPv6 address for the caller is also
included.
c=IN IP6 fd00:183:1:1:1886:9040:8605:32b8
The connection is being initiated from the specified address.
m=audio 49120 RTP/AVP 104 110 102 108 105 100
Specifies that port number 49120 is assigned for audio with a list of
supported media type formats (104, 110, 102, 108, 105, and 100).
b=AS:49
Specifies maximum Application Specific bandwidth as 49 Kbps.
a=rtpmap:104 AMR-WB/16000
Specifies a AMR-WB codec with 16000 bps. The media type of the
codec is 104.
a=fmtp:104 octet-align=0; max-red=0
Specifies additional parameters for format code 104.
a=sendrecv
Specifies that the session will be sending and receiving media.
a=ptime:20
Specifies that 20ms of media is being carried in each RTP packet.
a=curr:qos local none
a=curr:qos remote none
Specifies that the the QoS for the caller (local) and the called (remote)
ends are not currently met.
a=des:qos mandatory local sendrecv
a=des:qos optional remote sendrecv
Specifies that the caller (local) requires QoS for the session. QoS setup
is optional for the called (remote) subscriber.
Voice over LTE (VoLTE) Call Setup
iPhone IMS
SIP/2.0 100 Trying
From: <tel:+88270006>;tag=XsO27IxvIu,
To: <tel:122>
The IMS acknowledges that the SIP INVITE was received.
Establish a path to the
called subscriber
IMS call signaling established the call.
Learn more: http://www.eventhelix.com/ims/
Ring Ringing the called subscriber.
SIP/2.0 180 Ringing
From: <tel:+88270006>;tag=XsO27IxvIu,
To: <tel:122>;tag=206718171
Notify the iPhone that the called subscriber is being rung.
Answer The caller answers the call.
SIP/2.0 200 OK
From: <tel:+88270006>;tag=XsO27IxvIu,
To: <tel:122>;tag=206718171,
o=yate 1415985490 1415985490 IN IP6 fd01::183,
c=IN IP6 fd01::183,
m=audio 19956 RTP/AVP 102 100,
a=rtpmap:102 AMR/8000,
a=fmtp:102 octet-align=0,
a=rtpmap:100 telephone-event/8000
The SIP 200 OK signals that the call has been answered. The codec
selections for the remote subscriber are communicated in this
message. The SDP fields used here are similar to the SDP fields we
examined in the SIP INVITE.
RTP AMR
Sequence number: 21208,
Timestamp: 1271585226,
Synchronization Source identifier: 0x6399bbc1
(1671019457),
0111 .... = CMR: AMR 12,2 kbit/s (GSM-EFR) (7)
The speech path from the remote to the iPhone has been switched
through. RTP packets encoded with the selected encoder are being
transmitted.
RTP AMR
Sequence number: 21210,
Timestamp: 1271585866,
Synchronization Source identifier: 0x6399bbc1
(1671019457),
0111 .... = CMR: AMR 12,2 kbit/s (GSM-EFR) (7)
ACK sip:[fd01::183]:5060 SIP/2.0
From: <tel:+88270006>;tag=XsO27IxvIu,
To: <tel:122>;tag=206718171,
User-Agent: iOS/8.1 (12B411) iPhone
The iPhone acknowledges the SIP 200 OK message.
RTP AMR
Sequence number: 21211,
Timestamp: 1271586026,
Synchronization Source identifier: 0x6399bbc1
(1671019457),
0111 .... = CMR: AMR 12,2 kbit/s (GSM-EFR) (7)
RTP AMR
Sequence number: 21218,
Timestamp: 1271587146,
Synchronization Source identifier: 0x6399bbc1
(1671019457),
0111 .... = CMR: AMR 12,2 kbit/s (GSM-EFR) (7)
Conversation
iPhone IMS
RTP AMR
Sequence number: 0,
Timestamp: 160,
Synchronization Source identifier: 0xa2ff620f
(2734645775),
1111 .... = CMR: No mode request (15)
Now the iPhone starts sending RTP packets. The voice codec
information is not being sent.
RTCP Sender Report
...0 0001 = Reception report count: 1,
Packet type: Sender Report (200),
Sender SSRC: 0x6399bbc1 (1671019457),
RTP timestamp: 1271621386,
Sender's packet count: 225,
Sender's octet count: 7200,
Identifier: 0xa2ff620f (2734645775)
Periodic RTCP packets keep track of the session health.
RTCP Goodbye
...0 0001 = Source count: 1,
Packet type: Goodbye (203),
Identifier: 0x6399bbc1 (1671019457)
RTCP signals that the media path is being released.
BYE sip:[fd00:183:1:1:1886:9040:8605:32b8]:5060 SIP/2.0
From: <tel:122>;tag=206718171,
To: <tel:+88270006>;tag=XsO27IxvIu,
User-Agent: YATE/5.4.1
The remote end initiates the session release with a SIP BYE.
RTP AMR
Sequence number: 412,
Timestamp: 83680,
Synchronization Source identifier: 0xa2ff620f
(2734645775),
1111 .... = CMR: No mode request (15)
The iPhone is still sending RTP packets.
SIP/2.0 200 OK
From: <tel:122>;tag=206718171,
To: <tel:+88270006>;tag=XsO27IxvIu,
User-Agent: iOS/8.1 (12B411) iPhone
The iPhone acknowledges the SIP BYE. The session is being released.
RTP AMR
Sequence number: 414,
Timestamp: 84320,
Synchronization Source identifier: 0xa2ff620f
(2734645775),
1111 .... = CMR: No mode request (15)
The iPhone is still sending RTP packets with no codec data.
RTP AMR
Sequence number: 414,
Timestamp: 84320,
Synchronization Source identifier: 0xa2ff620f
(2734645775),
1111 .... = CMR: No mode request (15)
Residual RTP packet from the remote end. Notice that the packet has
no codec data.
Releasing VoLTE Call
iPhone IMS
MESSAGE tel:+7 SIP/2.0
From: <tel:+88270006>;tag=HKLjSxeVsP,
To: <tel:+7>,
User-Agent: iOS/8.1 (12B411) iPhone,
GSM A-I/F RP - RP-DATA (MS to Network),
.001 .... = Type of number: International Number
(0x01),
.... 0001 = Numbering plan identification:
ISDN/Telephony Numbering (ITU-T Rec. E.164 / ITU-T
Rec. E.163) (0x01),
GSM SMS TPDU (GSM 03.40) SMS-SUBMIT,
TP-DA Digits: 122
The iPhone sends an SMS at the end of the session.
SIP/2.0 202 Accepted
From: <tel:+88270006>;tag=HKLjSxeVsP,
To: <tel:+7>;tag=210896220,
GSM A-I/F RP - RP-ACK (Network to MS),
GSM SMS TPDU (GSM 03.40) SMS-SUBMIT REPORT
The IMS acknowledges the receipt of the SMS.
SMS over IMS
Generated with EventStudio (http://www.eventhelix.com/eventstudio/) and VisualEther (http://www.eventhelix.com/visualether/).
EXPLORE MORE
LTE http://www.eventhelix.com/lte/
IMS http://www.eventhelix.com/ims/

More Related Content

What's hot

Lte mac presentation
Lte mac presentationLte mac presentation
Lte mac presentation
Praveen Kumar
 
Layer 3 messages
Layer 3 messagesLayer 3 messages
Layer 3 messages
John Samir
 
Lte power control
Lte power controlLte power control
Lte power control
Pranay Akul
 
Radio Measurements in LTE
Radio Measurements in LTERadio Measurements in LTE
Radio Measurements in LTE
Sofian .
 
VoLTE flows - basics
VoLTE flows - basicsVoLTE flows - basics
VoLTE flows - basics
Karel Berkovec
 
LTE RACH Procedure
LTE RACH ProcedureLTE RACH Procedure
LTE RACH Procedure
Aalekh Jain
 
VoLTE Interfaces , Protocols & IMS Stack Explained
VoLTE Interfaces , Protocols & IMS Stack ExplainedVoLTE Interfaces , Protocols & IMS Stack Explained
VoLTE Interfaces , Protocols & IMS Stack Explained
Vikas Shokeen
 
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFBSRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
Vikas Shokeen
 
Connection management
Connection managementConnection management
Connection management
Muhammad Shehzad Ashraf
 
rrc-procedures-in-lte
rrc-procedures-in-lterrc-procedures-in-lte
rrc-procedures-in-lteMorg
 
RACH procedure in LTE
RACH procedure in LTERACH procedure in LTE
RACH procedure in LTE
debamoha
 
Wcdma ps service_optimization_guide
Wcdma ps service_optimization_guideWcdma ps service_optimization_guide
Wcdma ps service_optimization_guide
azee_shah
 
Volte troubleshooting
Volte troubleshootingVolte troubleshooting
Volte troubleshooting
Jamil Awan
 
Vo lte(eran8.1 03)
Vo lte(eran8.1 03)Vo lte(eran8.1 03)
Vo lte(eran8.1 03)
Musa Ahmed
 
LTE Radio Layer 2 And Rrc Aspects
LTE Radio Layer 2 And Rrc AspectsLTE Radio Layer 2 And Rrc Aspects
LTE Radio Layer 2 And Rrc Aspects
BP Tiwari
 
LTE RADIO PROTOCOLS
LTE RADIO PROTOCOLSLTE RADIO PROTOCOLS
LTE RADIO PROTOCOLS
brkavyashree
 
395317358-LTE-Resource-Usage-Optimization.pptx
395317358-LTE-Resource-Usage-Optimization.pptx395317358-LTE-Resource-Usage-Optimization.pptx
395317358-LTE-Resource-Usage-Optimization.pptx
SudheeraIndrajith
 
4.oeo000040 lte traffic fault diagnosis issue 1
4.oeo000040 lte traffic fault diagnosis issue 14.oeo000040 lte traffic fault diagnosis issue 1
4.oeo000040 lte traffic fault diagnosis issue 1
Klajdi Husi
 
VoLTE Voice over LTE Explained - Complete End to End VoLTE Overview - What is...
VoLTE Voice over LTE Explained - Complete End to End VoLTE Overview - What is...VoLTE Voice over LTE Explained - Complete End to End VoLTE Overview - What is...
VoLTE Voice over LTE Explained - Complete End to End VoLTE Overview - What is...
Vikas Shokeen
 
2 g training optimization
2 g training optimization2 g training optimization
2 g training optimization
Ahmed Gad
 

What's hot (20)

Lte mac presentation
Lte mac presentationLte mac presentation
Lte mac presentation
 
Layer 3 messages
Layer 3 messagesLayer 3 messages
Layer 3 messages
 
Lte power control
Lte power controlLte power control
Lte power control
 
Radio Measurements in LTE
Radio Measurements in LTERadio Measurements in LTE
Radio Measurements in LTE
 
VoLTE flows - basics
VoLTE flows - basicsVoLTE flows - basics
VoLTE flows - basics
 
LTE RACH Procedure
LTE RACH ProcedureLTE RACH Procedure
LTE RACH Procedure
 
VoLTE Interfaces , Protocols & IMS Stack Explained
VoLTE Interfaces , Protocols & IMS Stack ExplainedVoLTE Interfaces , Protocols & IMS Stack Explained
VoLTE Interfaces , Protocols & IMS Stack Explained
 
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFBSRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
 
Connection management
Connection managementConnection management
Connection management
 
rrc-procedures-in-lte
rrc-procedures-in-lterrc-procedures-in-lte
rrc-procedures-in-lte
 
RACH procedure in LTE
RACH procedure in LTERACH procedure in LTE
RACH procedure in LTE
 
Wcdma ps service_optimization_guide
Wcdma ps service_optimization_guideWcdma ps service_optimization_guide
Wcdma ps service_optimization_guide
 
Volte troubleshooting
Volte troubleshootingVolte troubleshooting
Volte troubleshooting
 
Vo lte(eran8.1 03)
Vo lte(eran8.1 03)Vo lte(eran8.1 03)
Vo lte(eran8.1 03)
 
LTE Radio Layer 2 And Rrc Aspects
LTE Radio Layer 2 And Rrc AspectsLTE Radio Layer 2 And Rrc Aspects
LTE Radio Layer 2 And Rrc Aspects
 
LTE RADIO PROTOCOLS
LTE RADIO PROTOCOLSLTE RADIO PROTOCOLS
LTE RADIO PROTOCOLS
 
395317358-LTE-Resource-Usage-Optimization.pptx
395317358-LTE-Resource-Usage-Optimization.pptx395317358-LTE-Resource-Usage-Optimization.pptx
395317358-LTE-Resource-Usage-Optimization.pptx
 
4.oeo000040 lte traffic fault diagnosis issue 1
4.oeo000040 lte traffic fault diagnosis issue 14.oeo000040 lte traffic fault diagnosis issue 1
4.oeo000040 lte traffic fault diagnosis issue 1
 
VoLTE Voice over LTE Explained - Complete End to End VoLTE Overview - What is...
VoLTE Voice over LTE Explained - Complete End to End VoLTE Overview - What is...VoLTE Voice over LTE Explained - Complete End to End VoLTE Overview - What is...
VoLTE Voice over LTE Explained - Complete End to End VoLTE Overview - What is...
 
2 g training optimization
2 g training optimization2 g training optimization
2 g training optimization
 

Viewers also liked

Reliance jio 4G & Volte
Reliance jio 4G & VolteReliance jio 4G & Volte
Reliance jio 4G & Volte
Marlabs
 
8 the path to voice over lte - vo lte
8 the path to voice over lte - vo lte8 the path to voice over lte - vo lte
8 the path to voice over lte - vo lteCPqD
 
VoLTE Service Monitoring - VoLTE Voice Call
VoLTE Service Monitoring - VoLTE Voice CallVoLTE Service Monitoring - VoLTE Voice Call
VoLTE Service Monitoring - VoLTE Voice Call
Jose Gonzalez
 
Voice over lte
Voice over lteVoice over lte
Voice over lte
Rupesh Satti
 
VoLte overview
VoLte overviewVoLte overview
VoLte overview
Prashant Panigrahi
 
Gsm Originating Call Flow
Gsm Originating Call FlowGsm Originating Call Flow
Gsm Originating Call FlowDeepak Sharma
 
Ims call flow
Ims call flowIms call flow
Ims call flowMorg
 
Gsm call routing
Gsm call routingGsm call routing
Gsm call routing
Ramakrishna Pulikonda
 

Viewers also liked (11)

Reliance jio 4G & Volte
Reliance jio 4G & VolteReliance jio 4G & Volte
Reliance jio 4G & Volte
 
8 the path to voice over lte - vo lte
8 the path to voice over lte - vo lte8 the path to voice over lte - vo lte
8 the path to voice over lte - vo lte
 
VoLTE Service Monitoring - VoLTE Voice Call
VoLTE Service Monitoring - VoLTE Voice CallVoLTE Service Monitoring - VoLTE Voice Call
VoLTE Service Monitoring - VoLTE Voice Call
 
Voice over lte
Voice over lteVoice over lte
Voice over lte
 
VoLte overview
VoLte overviewVoLte overview
VoLte overview
 
Gsm Originating Call Flow
Gsm Originating Call FlowGsm Originating Call Flow
Gsm Originating Call Flow
 
3 g call flow
3 g call flow3 g call flow
3 g call flow
 
Gsm signaling
Gsm signalingGsm signaling
Gsm signaling
 
Ims call flow
Ims call flowIms call flow
Ims call flow
 
Call flows
Call flowsCall flows
Call flows
 
Gsm call routing
Gsm call routingGsm call routing
Gsm call routing
 

Similar to Volte originating-call

VoIP on LTE -packet Filter
VoIP on LTE -packet FilterVoIP on LTE -packet Filter
VoIP on LTE -packet Filter
raj_naveen
 
End to End volte ims sip call flow Guide - Mobile originating and Mobile term...
End to End volte ims sip call flow Guide - Mobile originating and Mobile term...End to End volte ims sip call flow Guide - Mobile originating and Mobile term...
End to End volte ims sip call flow Guide - Mobile originating and Mobile term...
Vikas Shokeen
 
D04.VoLTE SIP Call Flow – Mobile Originating (MO) & Terminating (MT).pdf
D04.VoLTE SIP Call Flow – Mobile Originating (MO) & Terminating (MT).pdfD04.VoLTE SIP Call Flow – Mobile Originating (MO) & Terminating (MT).pdf
D04.VoLTE SIP Call Flow – Mobile Originating (MO) & Terminating (MT).pdf
ElyDaliman
 
RTSP Protocol - Explanation to develop API of RTSP Protocol
RTSP Protocol - Explanation to develop API of RTSP ProtocolRTSP Protocol - Explanation to develop API of RTSP Protocol
RTSP Protocol - Explanation to develop API of RTSP Protocol
FranZEast
 
3CX Basic Notes
3CX Basic Notes3CX Basic Notes
3CX Basic Notes
kriz5
 
VoIP - Cisco CME &amp; IP Communicator
VoIP - Cisco CME &amp; IP CommunicatorVoIP - Cisco CME &amp; IP Communicator
VoIP - Cisco CME &amp; IP Communicatorchinmaypadhye1985
 
Introduction To SIP
Introduction  To  SIPIntroduction  To  SIP
Introduction To SIP
Chris McAndrew
 
Setup VoIP System and Interconnection with LTE network
Setup VoIP System and Interconnection with LTE networkSetup VoIP System and Interconnection with LTE network
Setup VoIP System and Interconnection with LTE network
Nazmul Hossain Rakib
 
VOIP Switch Monitoring and Traffic Management-Final.ppt
VOIP Switch Monitoring and Traffic Management-Final.pptVOIP Switch Monitoring and Traffic Management-Final.ppt
VOIP Switch Monitoring and Traffic Management-Final.ppt
JackTheMan1
 
Matrix Telecom Solutions: SETU VGFX - Fixed VoIP to GSM/3G-FXO-FXS Voice Gat...
Matrix Telecom Solutions: SETU VGFX  - Fixed VoIP to GSM/3G-FXO-FXS Voice Gat...Matrix Telecom Solutions: SETU VGFX  - Fixed VoIP to GSM/3G-FXO-FXS Voice Gat...
Matrix Telecom Solutions: SETU VGFX - Fixed VoIP to GSM/3G-FXO-FXS Voice Gat...
Matrix Comsec
 
Yeastar Certified Technician S-Series Handouts
Yeastar Certified Technician S-Series HandoutsYeastar Certified Technician S-Series Handouts
Yeastar Certified Technician S-Series Handouts
Demeu Ltd.
 
Matrix Telecom Solutions: SIMADO GFX44 - Fixed GSM/3G to Analog Voice Gateway
Matrix Telecom Solutions: SIMADO GFX44 - Fixed GSM/3G to Analog Voice GatewayMatrix Telecom Solutions: SIMADO GFX44 - Fixed GSM/3G to Analog Voice Gateway
Matrix Telecom Solutions: SIMADO GFX44 - Fixed GSM/3G to Analog Voice Gateway
Matrix Comsec
 
ZTE VoLTE Solutions
ZTE VoLTE SolutionsZTE VoLTE Solutions
ZTE VoLTE Solutions
TELCON UNI
 
Yeastar Technical Training Course
Yeastar Technical Training CourseYeastar Technical Training Course
Yeastar Technical Training Course
Hossein Yavari
 
Matrix Telecom Solutions: SETU VFX - Fixed VoIP to FXO-FXS Gateways
Matrix Telecom Solutions: SETU VFX - Fixed VoIP to FXO-FXS GatewaysMatrix Telecom Solutions: SETU VFX - Fixed VoIP to FXO-FXS Gateways
Matrix Telecom Solutions: SETU VFX - Fixed VoIP to FXO-FXS Gateways
Matrix Comsec
 
Sip technology overview
Sip technology overviewSip technology overview
Sip technology overviewOded Ben-Dori
 

Similar to Volte originating-call (20)

VoIP on LTE -packet Filter
VoIP on LTE -packet FilterVoIP on LTE -packet Filter
VoIP on LTE -packet Filter
 
End to End volte ims sip call flow Guide - Mobile originating and Mobile term...
End to End volte ims sip call flow Guide - Mobile originating and Mobile term...End to End volte ims sip call flow Guide - Mobile originating and Mobile term...
End to End volte ims sip call flow Guide - Mobile originating and Mobile term...
 
D04.VoLTE SIP Call Flow – Mobile Originating (MO) & Terminating (MT).pdf
D04.VoLTE SIP Call Flow – Mobile Originating (MO) & Terminating (MT).pdfD04.VoLTE SIP Call Flow – Mobile Originating (MO) & Terminating (MT).pdf
D04.VoLTE SIP Call Flow – Mobile Originating (MO) & Terminating (MT).pdf
 
SETU VTEP March 2014
SETU VTEP March 2014SETU VTEP March 2014
SETU VTEP March 2014
 
RTSP Protocol - Explanation to develop API of RTSP Protocol
RTSP Protocol - Explanation to develop API of RTSP ProtocolRTSP Protocol - Explanation to develop API of RTSP Protocol
RTSP Protocol - Explanation to develop API of RTSP Protocol
 
3CX Basic Notes
3CX Basic Notes3CX Basic Notes
3CX Basic Notes
 
VoIP - Cisco CME &amp; IP Communicator
VoIP - Cisco CME &amp; IP CommunicatorVoIP - Cisco CME &amp; IP Communicator
VoIP - Cisco CME &amp; IP Communicator
 
Introduction To SIP
Introduction  To  SIPIntroduction  To  SIP
Introduction To SIP
 
Setup VoIP System and Interconnection with LTE network
Setup VoIP System and Interconnection with LTE networkSetup VoIP System and Interconnection with LTE network
Setup VoIP System and Interconnection with LTE network
 
VOIP Switch Monitoring and Traffic Management-Final.ppt
VOIP Switch Monitoring and Traffic Management-Final.pptVOIP Switch Monitoring and Traffic Management-Final.ppt
VOIP Switch Monitoring and Traffic Management-Final.ppt
 
Matrix Telecom Solutions: SETU VGFX - Fixed VoIP to GSM/3G-FXO-FXS Voice Gat...
Matrix Telecom Solutions: SETU VGFX  - Fixed VoIP to GSM/3G-FXO-FXS Voice Gat...Matrix Telecom Solutions: SETU VGFX  - Fixed VoIP to GSM/3G-FXO-FXS Voice Gat...
Matrix Telecom Solutions: SETU VGFX - Fixed VoIP to GSM/3G-FXO-FXS Voice Gat...
 
Asterisk Voip
Asterisk VoipAsterisk Voip
Asterisk Voip
 
Yeastar Certified Technician S-Series Handouts
Yeastar Certified Technician S-Series HandoutsYeastar Certified Technician S-Series Handouts
Yeastar Certified Technician S-Series Handouts
 
Matrix Telecom Solutions: SIMADO GFX44 - Fixed GSM/3G to Analog Voice Gateway
Matrix Telecom Solutions: SIMADO GFX44 - Fixed GSM/3G to Analog Voice GatewayMatrix Telecom Solutions: SIMADO GFX44 - Fixed GSM/3G to Analog Voice Gateway
Matrix Telecom Solutions: SIMADO GFX44 - Fixed GSM/3G to Analog Voice Gateway
 
ZTE VoLTE Solutions
ZTE VoLTE SolutionsZTE VoLTE Solutions
ZTE VoLTE Solutions
 
SETU VFXTH March 2014
SETU VFXTH March 2014SETU VFXTH March 2014
SETU VFXTH March 2014
 
Yeastar Technical Training Course
Yeastar Technical Training CourseYeastar Technical Training Course
Yeastar Technical Training Course
 
Matrix Telecom Solutions: SETU VFX - Fixed VoIP to FXO-FXS Gateways
Matrix Telecom Solutions: SETU VFX - Fixed VoIP to FXO-FXS GatewaysMatrix Telecom Solutions: SETU VFX - Fixed VoIP to FXO-FXS Gateways
Matrix Telecom Solutions: SETU VFX - Fixed VoIP to FXO-FXS Gateways
 
Sip technology overview
Sip technology overviewSip technology overview
Sip technology overview
 
Vo ip
Vo ipVo ip
Vo ip
 

Recently uploaded

Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Linda486226
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
ewymefz
 
一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单
enxupq
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
slg6lamcq
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
yhkoc
 
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
pchutichetpong
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
ahzuo
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
ahzuo
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
AbhimanyuSinha9
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
vcaxypu
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
mbawufebxi
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
ukgaet
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
axoqas
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
ArpitMalhotra16
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Subhajit Sahu
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
MaleehaSheikh2
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Boston Institute of Analytics
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
ewymefz
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 

Recently uploaded (20)

Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
 
一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
 
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 

Volte originating-call

  • 1. iPhone IMS Voice over LTE (VoLTE) Originating Call Voice over LTE (VoLTE) is the standard for voice call setup in LTE networks. When VoLTE is deployed, phones will not need to fallback to 3G for voice calls. VoLTE uses IMS signaling to setup voice calls. The following VoLTE call flow describes the IMS call setup and release. An example of sending an SMS over IMS is also included. Sample RTP and RTCP messages are also shown in the flow. © EventHelix.com Inc, 2014. Generated with EventStudio (http://www.eventhelix.com/eventstudio/) and VisualEther (http://www.eventhelix.com/visualether/) Note: You can click on IMS, RTP and RTCP message titles in this flow to see complete field level details. LTE attach and PDP context activation The iPhone is attached to the LTE network. The PDP context has also been activated. Learn more: http://www.eventhelix.com/lte/ Register with the IP Multimedia Subsystem (IMS) The iPhone has already registered with the IMS. Learn more: http://www.eventhelix.com/ims/ Preconditions Initiate Call The subscriber initiates a voice call. Prepare a list of supported voice codecs INVITE tel:122 SIP/2.0 From: <tel:+88270006>;tag=XsO27IxvIu, To: <tel:122>, User-Agent: iOS/8.1 (12B411) iPhone, o=tel:+88270006 1415985484 1415985484 IN IP6 fd00:183:1:1:1886:9040:8605:32b8, c=IN IP6 fd00:183:1:1:1886:9040:8605:32b8, m=audio 49120 RTP/AVP 104 110 102 108 105 100, b=AS:49, b=RS:0, b=RR:0, a=rtpmap:104 AMR-WB/16000, a=fmtp:104 octet-align=0; max-red=0, a=rtpmap:110 AMR-WB/16000, a=fmtp:110 octet-align=1; max-red=0, a=rtpmap:102 AMR/8000, a=fmtp:102 octet-align=0; max-red=0, a=rtpmap:108 AMR/8000, a=fmtp:108 octet-align=1; max-red=0, a=rtpmap:105 telephone-event/16000, a=fmtp:105 0-15, a=rtpmap:100 telephone-event/8000, a=fmtp:100 0-15, a=ptime:20, a=maxptime:240, a=sendrecv, a=curr:q os local none, a=curr:qos remote none, a=des:qos mandatory local sendrecv, a=des:qos optional remote sendrecv The iPhone initiates that call with a SIP Invite message. The QoS information signaled in the message is: o=tel:+88270006 1415985484 1415985484 IN IP6 fd00:183:1:1:1886:9040:8605:32b8 Specifies that the caller is +88270006 with 1415985484 session id. The caller uses the Internet (IN). The IPv6 address for the caller is also included. c=IN IP6 fd00:183:1:1:1886:9040:8605:32b8 The connection is being initiated from the specified address. m=audio 49120 RTP/AVP 104 110 102 108 105 100 Specifies that port number 49120 is assigned for audio with a list of supported media type formats (104, 110, 102, 108, 105, and 100). b=AS:49 Specifies maximum Application Specific bandwidth as 49 Kbps. a=rtpmap:104 AMR-WB/16000 Specifies a AMR-WB codec with 16000 bps. The media type of the codec is 104. a=fmtp:104 octet-align=0; max-red=0 Specifies additional parameters for format code 104. a=sendrecv Specifies that the session will be sending and receiving media. a=ptime:20 Specifies that 20ms of media is being carried in each RTP packet. a=curr:qos local none a=curr:qos remote none Specifies that the the QoS for the caller (local) and the called (remote) ends are not currently met. a=des:qos mandatory local sendrecv a=des:qos optional remote sendrecv Specifies that the caller (local) requires QoS for the session. QoS setup is optional for the called (remote) subscriber. Voice over LTE (VoLTE) Call Setup
  • 2. iPhone IMS SIP/2.0 100 Trying From: <tel:+88270006>;tag=XsO27IxvIu, To: <tel:122> The IMS acknowledges that the SIP INVITE was received. Establish a path to the called subscriber IMS call signaling established the call. Learn more: http://www.eventhelix.com/ims/ Ring Ringing the called subscriber. SIP/2.0 180 Ringing From: <tel:+88270006>;tag=XsO27IxvIu, To: <tel:122>;tag=206718171 Notify the iPhone that the called subscriber is being rung. Answer The caller answers the call. SIP/2.0 200 OK From: <tel:+88270006>;tag=XsO27IxvIu, To: <tel:122>;tag=206718171, o=yate 1415985490 1415985490 IN IP6 fd01::183, c=IN IP6 fd01::183, m=audio 19956 RTP/AVP 102 100, a=rtpmap:102 AMR/8000, a=fmtp:102 octet-align=0, a=rtpmap:100 telephone-event/8000 The SIP 200 OK signals that the call has been answered. The codec selections for the remote subscriber are communicated in this message. The SDP fields used here are similar to the SDP fields we examined in the SIP INVITE. RTP AMR Sequence number: 21208, Timestamp: 1271585226, Synchronization Source identifier: 0x6399bbc1 (1671019457), 0111 .... = CMR: AMR 12,2 kbit/s (GSM-EFR) (7) The speech path from the remote to the iPhone has been switched through. RTP packets encoded with the selected encoder are being transmitted. RTP AMR Sequence number: 21210, Timestamp: 1271585866, Synchronization Source identifier: 0x6399bbc1 (1671019457), 0111 .... = CMR: AMR 12,2 kbit/s (GSM-EFR) (7) ACK sip:[fd01::183]:5060 SIP/2.0 From: <tel:+88270006>;tag=XsO27IxvIu, To: <tel:122>;tag=206718171, User-Agent: iOS/8.1 (12B411) iPhone The iPhone acknowledges the SIP 200 OK message. RTP AMR Sequence number: 21211, Timestamp: 1271586026, Synchronization Source identifier: 0x6399bbc1 (1671019457), 0111 .... = CMR: AMR 12,2 kbit/s (GSM-EFR) (7) RTP AMR Sequence number: 21218, Timestamp: 1271587146, Synchronization Source identifier: 0x6399bbc1 (1671019457), 0111 .... = CMR: AMR 12,2 kbit/s (GSM-EFR) (7) Conversation
  • 3. iPhone IMS RTP AMR Sequence number: 0, Timestamp: 160, Synchronization Source identifier: 0xa2ff620f (2734645775), 1111 .... = CMR: No mode request (15) Now the iPhone starts sending RTP packets. The voice codec information is not being sent. RTCP Sender Report ...0 0001 = Reception report count: 1, Packet type: Sender Report (200), Sender SSRC: 0x6399bbc1 (1671019457), RTP timestamp: 1271621386, Sender's packet count: 225, Sender's octet count: 7200, Identifier: 0xa2ff620f (2734645775) Periodic RTCP packets keep track of the session health. RTCP Goodbye ...0 0001 = Source count: 1, Packet type: Goodbye (203), Identifier: 0x6399bbc1 (1671019457) RTCP signals that the media path is being released. BYE sip:[fd00:183:1:1:1886:9040:8605:32b8]:5060 SIP/2.0 From: <tel:122>;tag=206718171, To: <tel:+88270006>;tag=XsO27IxvIu, User-Agent: YATE/5.4.1 The remote end initiates the session release with a SIP BYE. RTP AMR Sequence number: 412, Timestamp: 83680, Synchronization Source identifier: 0xa2ff620f (2734645775), 1111 .... = CMR: No mode request (15) The iPhone is still sending RTP packets. SIP/2.0 200 OK From: <tel:122>;tag=206718171, To: <tel:+88270006>;tag=XsO27IxvIu, User-Agent: iOS/8.1 (12B411) iPhone The iPhone acknowledges the SIP BYE. The session is being released. RTP AMR Sequence number: 414, Timestamp: 84320, Synchronization Source identifier: 0xa2ff620f (2734645775), 1111 .... = CMR: No mode request (15) The iPhone is still sending RTP packets with no codec data. RTP AMR Sequence number: 414, Timestamp: 84320, Synchronization Source identifier: 0xa2ff620f (2734645775), 1111 .... = CMR: No mode request (15) Residual RTP packet from the remote end. Notice that the packet has no codec data. Releasing VoLTE Call
  • 4. iPhone IMS MESSAGE tel:+7 SIP/2.0 From: <tel:+88270006>;tag=HKLjSxeVsP, To: <tel:+7>, User-Agent: iOS/8.1 (12B411) iPhone, GSM A-I/F RP - RP-DATA (MS to Network), .001 .... = Type of number: International Number (0x01), .... 0001 = Numbering plan identification: ISDN/Telephony Numbering (ITU-T Rec. E.164 / ITU-T Rec. E.163) (0x01), GSM SMS TPDU (GSM 03.40) SMS-SUBMIT, TP-DA Digits: 122 The iPhone sends an SMS at the end of the session. SIP/2.0 202 Accepted From: <tel:+88270006>;tag=HKLjSxeVsP, To: <tel:+7>;tag=210896220, GSM A-I/F RP - RP-ACK (Network to MS), GSM SMS TPDU (GSM 03.40) SMS-SUBMIT REPORT The IMS acknowledges the receipt of the SMS. SMS over IMS Generated with EventStudio (http://www.eventhelix.com/eventstudio/) and VisualEther (http://www.eventhelix.com/visualether/). EXPLORE MORE LTE http://www.eventhelix.com/lte/ IMS http://www.eventhelix.com/ims/