0% found this document useful (0 votes)
41 views

Sample of Debug MGCP Packets: Document ID: 42104

Debug Mgcp

Uploaded by

theajkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

Sample of Debug MGCP Packets: Document ID: 42104

Debug Mgcp

Uploaded by

theajkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 51

Sample of Debug MGCP Packets

Document ID: 42104


Contents
Introduction
Prerequisites
Requirements
Components Used
Conventions
Debug Sequence for When a Handset Goes OffHook and User Dials Digits
Debug Sequence for a Handset That Receives a Busy Tone
A Complete OnNet Voice Call That Shows Originating and Terminating Sides
Originating Side
Terminating Side
A Complete Call Waiting Sequence Between Three Parties
Related Information
Introduction
This document contains debug mgcp packets captures of various Media Gateway Control Protocol (MGCP)
call sequences. Each sequence is displayed chronologically in a table. The tables contain message (MSG) and
DECODE fields. The MSG fields contain the actual debug output, and the DECODE fields explain the
preceding debug message. Currently, there are debug sequences showing:
A handset goes offhook and user dials digits
A handset receives a busy tone
A complete onnet voice call that shows originating and terminating sides
A complete call waiting sequence between three parties
This document is Part 5 of a sixdocument set.
Configuring Cisco CallManager 3.x with IOS MGCP Gateways (Analog FXO, FXS Ports) 1.
Configuring the Cisco IOS MGCP Gateway 2.
Configure MGCP Gateway and FXO/FXS Ports on a Cisco CallManager Server 3.
Verify and Troubleshoot the Cisco IOS MGCP Gateway 4.
Sample of Debug MGCP Packets 5.
Monitor, Reset, and Delete MGCP Gateways for Cisco CallManager 6.
Prerequisites
Requirements
There are no specific requirements for this document.
Components Used
This configuration was tested with Cisco CallManager 3.0, 3.1, and 3.2 and various versions of Cisco IOS
Software Release 12.2 images. The screen shots and Cisco IOS configuration were captured using the
software, hardware, and other equipment listed below.
1 * Cisco VG200 / 2 X FXS / 2 X FXO / 1 FastEthernet 10/100 port; Cisco IOS Software Release
12.1(5)T

1 * Cisco CallManager 3.0(5a) running on an MCS7835
2 * Analog handsets
2 * Cisco 7960 IP Phones
The information in this document was created from the devices in a specific lab environment. All of the
devices used in this document started with a cleared (default) configuration. If your network is live, make sure
that you understand the potential impact of any command.
For recommended compatibility software versions between Cisco CallManager and the Cisco IOS gateway,
refer to the Cisco CallManager Software Version Comparison.
Note: Cisco IOS Software Release 12.2(11)T or later is recommended based on the ccmmanager command
enhancements. The ccmmanager command requires Cisco IOS Software Release 12.1(5)XM or later on all
routers (Cisco 2600 and 3600) and the Cisco Voice Gateway 200 (VG200).
Cisco 2600 and 3600 routers support MGCP if they are running Cisco IOS Software Release 12.1(3)T or later.
The release and version that you require are based on the features that you need to enable. The Cisco
CallManager server must be running version 3.0(5)a or later. The router configuration is the same for all types
of routers. The Cisco CallManager configuration is also the same for all types of routers.
The VG200 is supported by Cisco IOS Software Release 12.1(5)XM1 and later releases. The release and
version that you require are based on the features that you need to enable. Although the VG200 is supported in
earlier releases of Cisco CallManager, version 3.0(5)a or later is recommended.
Conventions
For more information on document conventions, refer to the Cisco Technical Tips Conventions.
Debug Sequence for When a Handset Goes OffHook and
User Dials Digits
The MSG fields in the table shown below are captures of the debug mgcp packets command output when a
telephone goes offhook and the user dials digits. The DECODE fields provide an interpretation of the
MGCP messages produced by the debug command.
MSG
21:50:26: send_mgcp_msg, MGCP Packet sent >
NTFY 41 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
O: L/hd
DECODE
NTFY 41
! This is the notify (NTFY) message sent to the call agent to report
! an observed event. The number 41 is the notify sequence number.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination
! User Datagram Protocol (UDP) port number.
X: 50
! The request ID is 50.
O: L/hd
! The observed event (O) offhook (hd) is detected
! with use of line package (L).
MSG 21:50:26: MGCP Packet received <
200 41 OK
DECODE
200 41 OK
! This receive acknowledgement states that NTFY sequence
! 41 was executed normally.
MSG
21:50:26: MGCP Packet received <
RQNT 1825 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N),D/[09!*T](D)
S: L/dls
DECODE
RQNT 1825
! This is the notification request (RQNT) message sent to the call
! agent to report the observed event. The sequence number is 1825.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination UDP port number.
X: 50
! The request ID is 50.
R: L/hu(N),
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
D/[09!*T](D)
! Additionally, the call agent requests that this
! residential gateway collect digits 09 plus and * until
! the interdigit timeout (T) expires.
S: L/dl
! The call agent sends a signaling request (S) to have this
! gateway use the line (L) package
! and play dial tone (dl) for 16 seconds.
MSG 21:50:26: send_mgcp_msg, MGCP Packet sent >
200 1825 OK
DECODE
200 1825 OK
! This sent acknowledgement states that RQNT sequence
! 1825 was executed normally.
MSG
21:50:41: send_mgcp_msg, MGCP Packet sent >
NTFY 42 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
O: D/16783201735
DECODE
NTFY 42
! The notify message is sent to the call agent to report the observed
! event. The notify sequence number is 42.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! Request ID is 50.
O: D/16783201735
! This residential gateway sends an observed event message
! that states that it collected the digits (16783201735) which conformed
! to the digit map.
MSG 21:50:41: MGCP Packet received <
200 42 OK
DECODE
200 42 OK
! This receive acknowledgement states that NTFY sequence
! 42 was executed normally.
MSG
21:50:41: MGCP Packet received <
RQNT 1828 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N)
DECODE
RQNT 1828
! This is the notification request message sent to the call agent
! to report the observed event. The sequence number is 1828.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! Request ID is 50.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
MSG
21:50:41: MGCP Packet received <
RQNT 1828 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N)
DECODE
RQNT 1828
! The notification request message is sent to the call agent
! to report the observed event. The sequence number is 1828.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
MSG
21:50:41: MGCP Packet received <
RQNT 1828 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N)
DECODE
RQNT 1828
! The notification request message is sent to the call agent to report
! the observed event. The sequence number is 1828.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
MSG
21:50:41: MGCP Packet received <
RQNT 1828 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N)
DECODE
RQNT 1828
! The notification request message is sent to the call agent to report
! the observed event. The sequence number is 1828.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
MSG 21:50:41: send_mgcp_msg, MGCP Packet sent >
200 1828 OK
DECODE
200 1828 OK
! This sent acknowledgement states that RQNT sequence
! 1828 was executed normally.
Debug Sequence for a Handset That Receives a Busy Tone
The MSG fields in the table shown below are captures of the debug mgcp packets command output when a
telephone goes offhook, dials digits, and then receives a busy tone. The DECODE fields provide an
interpretation of the MGCP messages produced by the debug command.
MSG
21:55:40: send_mgcp_msg, MGCP Packet sent >
NTFY 98 aaln/S1/SU0/0@c26002.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 53
O: D/16783201733
DECODE
NTFY 98
! This is the notify message sent to the call agent to report
! the observed event. The notify sequence number is 98.
aaln/S1/SU0/1@c26002.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination User Datagram Protocol (UDP)
! port number.
X: 53
! Request ID is 53.
O: D/16783201733
! This residential gateway sends an observed event (O) message
! that states that it collected the digits (16783201733) which conformed to the
! digit map.
MSG 21:55:40: MGCP Packet received
200 98 OK
DECODE
200 98 OK
! This received acknowledgement states that NTFY sequence
! 98 was executed normally.
MSG
21:55:40: MGCP Packet received
RQNT 1845 aaln/S1/SU0/0@c26002.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 53
R: L/hu(N)
DECODE
RQNT 1845
! This is the notification request message received from
! the call agent to report the observed event. The sequence number is 1845.
aaln/S1/SU0/1@c26002.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination UDP port number.
X: 53
! The request ID is 53.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
MSG 21:55:40: send_mgcp_msg, MGCP Packet sent >
200 1845 OK
DECODE
200 1845 OK
! This sent acknowledgement states that RQNT sequence
! 1845 was executed normally.
MSG
21:55:40: MGCP Packet received
RQNT 1846 aaln/S1/SU0/0@c26002.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 53
R: L/hu(N)
S: L/bz
DECODE
RQNT 1846
! This is the notification request message received from the call agent to
! report the observed event. The sequence number is 1846.
aaln/S1/SU0/1@c26002.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 53
! The request ID is 53.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
S: L/bz
! The call agent sends a signaling request (S) to have this gateway
! use the line (L) package and play busy tone (bz) for 30 seconds.
MSG 21:55:40: send_mgcp_msg, MGCP Packet sent >
200 1846 OK
DECODE
200 1846 OK
! This sent acknowledgement states that RQNT sequence
! 1846 was executed normally.
A Complete OnNet Voice Call That Shows Originating and
Terminating Sides
The MSG fields in the two tables shown below are captures of the debug mgcp packets command output
when a complete telephone call is made and torn down. The first table shows a call from the perspective of the
originating side, while the second table depicts the perspective of the terminating side. The DECODE fields
provide an interpretation of the MGCP messages produced by the debug command.
Originating Side
MSG
1d00h: send_mgcp_msg, MGCP Packet sent >
NTFY 166 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
O: L/hd
DECODE
NTFY 166
! The notify message is sent to the call agent to report the
! observed event. The notify sequence number is 166.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
O: L/hd
! The observed event (O) offhook (hd) is detected with use of line (L)
! package.
MSG 1d00h: MGCP Packet received
200 166 OK
DECODE
200 166 OK
! This received acknowledgement states that NTFY sequence
! 166 was executed normally.
MSG
1d00h: MGCP Packet received
RQNT 2877 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N),D/[09!*T](D)
S: L/dl
DECODE
RQNT 2877
! This is the notification request message received from the call agent to
! report the observed event. The sequence number 2877.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID (X) is 50.
R: L/hu(N),
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
D/[09!*T](D)
! Additionally, the call agent requests that this
! residential gateway collect digits 09 plus and * until the
! interdigit timeout (T) expires.
S: L/dl
! The call agent sends a signaling request (S) to have
! this gateway use the line (L) package and play
! dial tone (dl) for 16 seconds.
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2877 OK
DECODE
200 2877 OK
! This sent acknowledgement states that RQNT sequence
! 2877 was executed normally.
MSG
1d00h: send_mgcp_msg, MGCP Packet sent >
NTFY 167 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
O: D/6783201737
DECODE
NTFY 167
! This is the notify message sent to the call agent to report
! the observed event. The notify sequence number is 167.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
O: D/16783201737
! This residential gateway sends an observed event (O) message
! that states that it collected the digits (16783201737) which conformed to the
! digit map.
MSG 1d00h: MGCP Packet received
200 167 OK
DECODE
200 167 OK
! This received acknowledgement states that NTFY sequence
! 167 was executed normally.
MSG
1d00h: MGCP Packet received
RQNT 2878 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N)
DECODE
RQNT 2878
! This notification request message is sent from the call agent
! to report the observed event. The sequence number is 2878.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID (X) is 50.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2878 OK
DECODE
200 2878 OK
! This sent acknowledgement states that RQNT sequence
! 2878 was executed normally.
MSG
1d00h: MGCP Packet received
CRCX 2879 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
C: 64
L: p:20, a:PCMU;PCMA;G72632, e:on, s:on, t:00
M: recvonly
DECODE
CRCX 2879
! This is the create connection (CRCX) message received from the call agent.
! The sequence number is 2879.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
C: 64
! The call identification number (C) is 64.
! Note: This is NOT the callerid.
L: p:20
! This local connection option (L) specifies that the packetization
! period (p) is 20 milliseconds.
a:PCMU;PCMA;G72632
! The compression algorithm (a) options are: ulaw pulse code modulation (PCM),
! alaw PCM, or 32 kbps G.726.
e:on, s:on
! The call agent has set both echo cancellation (e) and silence
! suppression (s), also known as voice activity detection (VAD), to enable.
t:00
! The type of service (t) for this call is 0.
M: recvonly
! The connection mode (M) is received only at this point, which allows
! only ringback tone.
MSG
1d00h: send_mgcp_msg, MGCP Packet sent >
200 2879
I: 18
v=0
c=IN IP4 192.168.25.2
m=audio 16386 RTP/AVP 0 8
DECODE
200 2879
! This sent acknowledgement states that CRCX sequence
! 2879 was executed normally.
I: 18
! The connection identification number is 18.
v=0
! The session description protocol (SDP) version is 0.
c=IN IP4 192.168.25.2
! The connection data (c) field specifies an Internet (IN) IP
! version 4 address of 192.168.25.2.
m=audio 16386 RTP/AVP 0 8
! The SDP media description (m) specifies a media type of audio,
! destination User Datagram Protocol (UDP) port 16386 for voicebearer traffic,
! and RealTime Transport Protocol (RTP) encapsulation using
! audio video profile (AVP) with RTP payload type of 0 or 8.
MSG
1d00h: MGCP Packet received
MDCX 2881 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
I: 18
C: 64
M: recvonly
v=0
c=IN IP4 192.168.25.6
t=0 0
m=audio 16388 RTP/AVP 0
DECODE
MDCX 2881
! This is the modify connection (MDCX) message received from the call agent.
! The sequence number is 2881.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 18
! The connection identification number is 18.
C: 64
! The call identification number (C) is 64.
! Note: This is NOT the callerid.
M: recvonly
! The connection mode (M) is received only at this point, which allows
! only ringback tone.
v=0
! The SDP version is 0.
c=IN IP4 192.168.25.6
! The connection data (c) field specifies an Internet (IN) IP
! version 4 address of 192.168.25.6.
m=audio 16386 RTP/AVP 0
! The SDP media description (m) specifies a media type of audio,
! destination UDP port 16386 for voicebearer traffic, and RTP
! encapsulation using AVP with RTP payload type of 0.
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2881 OK
DECODE
200 2881 OK
! This sent acknowledgement states that MDCX sequence
! 2881 was executed normally.
MSG
1d00h: MGCP Packet received
RQNT 2883 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N)
S: G/rt
DECODE
RQNT 2883
! The notification request message is sent from the call agent
! to report the observed event. The sequence number is 2883.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID (X) is 50.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
S: G/rt
! The call agent sends a signaling request (S) to have this gateway
! use the generic (G) package and play the ringback tone (rt).
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2883 OK
DECODE
200 2883 OK
! This sent acknowledgement states that RQNT sequence
! 2883 was executed normally.
MSG
1d00h: MGCP Packet received
MDCX 2885 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
I: 18
C: 64
M: sendrecv
DECODE
MDCX 2885
! This is the modify connection (MDCX) message received from the call agent.
! The sequence number is 2885.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 18
! The connection identification number is 18.
C: 64
! The call identification number (C) is 64.
! Note: This is NOT the callerid.
M: sendrecv
! The connection mode (M) is a twoway send and receive at this point,
! which allows full conversation.
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2885 OK
DECODE
200 2885 OK
! This sent acknowledgement states that MDCX sequence
! 2885 was executed normally.
MSG
1d00h: MGCP Packet received
RQNT 2886 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N),L/hf(N)
S:
DECODE
RQNT 2886
! The notification request message is sent from the call agent
! to report the observed event. The sequence number is 2886.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID (X) is 50.
R: L/hu(N),L/hf(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) or hook flash (hf) condition exists.
S:
! The call agent sends a signaling request (S) to have this gateway
! signal nothing, which stops the playout of the ringback
! tone (rt).
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2886 OK
DECODE
200 2886 OK
! This sent acknowledgement states that RQNT sequence
! 2886 was executed normally.
MSG
1d00h: send_mgcp_msg, MGCP Packet sent >
NTFY 168 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
O: L/hu
DECODE
NTFY 168
! The notify (NTFY) message is sent to the call agent to report
! the observed event. The notify sequence number is 168.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
O: L/hu
! This residential gateway sends an observed event (O) that the
! user went onhook or hung up (hu).
MSG 1d00h: MGCP Packet received
200 168 OK
DECODE
200 168 OK
! This receive acknowledgement states that NTFY sequence
! 168 was executed normally.
MSG
1d00h: MGCP Packet received
RQNT 2888 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hd(N)
DECODE
RQNT 2888
! The notification request message is sent from the call agent
! to report the observed event. The sequence number is 2888.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
R: L/hd(N)
! The call agent requests (R) to be notified (N) immediately
! that an offhook (hd) condition exists.
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2888 OK
DECODE
200 2888 OK
! This sent acknowledgement states that RQNT sequence
! 2888 was executed normally.
MSG
1d00h: MGCP Packet received
DLCX 2890 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
I: 18
C: 64
DECODE
DLCX 2890
! The deleted connection (DLCX) message is received from the call agent.
! The sequence number is 2890.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
I: 18
! The connection identification number is 18.
C: 64
! The call identification number (C) is 64.
! Note: This is NOT the callerid.
MSG
1d00h: send_mgcp_msg, MGCP Packet sent >
250 2890
P: PS=305, OS=47685, PR=501, OR=79722, PL=4, JI=288, LA=3
DECODE
250 2890
! This sent acknowledgement states that the connection was deleted.
! The DLCX sequence number is 2890.
P: PS=305,
! The connection parameters (P) give call statistics.
! The number of packets sent (PS) is 305.
OS=47685,
! The number of octets sent (OS) is 47685.
PR=501,
! The number of packets received (PR) is 501.
OR=79722,
! The number of octets received (OR) is 79722.
PL=4,
! The number of packets lost (PL) is 4.
JI=288,
! The jitter (JI) is 288 milliseconds.
LA=3
! The latency (LA) is 3 milliseconds.
Terminating Side
MSG
1d00h: MGCP Packet received
CRCX 2899 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
C: 65
L: p:20, a:PCMU;PCMA, e:on, s:on, t:00, nt:IN
M: sendrecv
v=0
c=IN IP4 192.168.25.6
t=0 0
m=audio 16384 RTP/AVP 0 8
DECODE
CRCX 2899
! The create connection (CRCX) message is received from the call agent.
! The sequence number is 2899.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
C: 65
! The call identification number (C) is 65.
! Note: This is NOT the callerid.
L: p:20
! This local connection option (L) specifies that the packetization
! period (p) is 20 milliseconds.
a:PCMU;PCMA
! The compression algorithm (a) options are: ulaw pulse code modulation (PCM)
! or alaw PCM.
e:on, s:on
! The call agent has set both echo cancellation (e) and silence
! suppression (s), also known as VAD, to enabled.
t:00
! The type of service (t) for this call is 0.
nt:IN
! The type of network (nt) is Internet (IN).
M: sendrecv
! The connection mode (M) is a twoway send and receive at this point,
! which allows full conversation.
v=0
! The SDP version is 0.
c=IN IP4 192.168.25.6
! The connection data (c) field specifies an Internet (IN) IP version
! 4 address of 192.168.25.6.
t=0 0
! The (t) represents the start (0) and stop (0) times for this call
! instance. When both start and stop are 0, the call is considered permanent.
m=audio 16384 RTP/AVP 0 8
! The SDP media description (m) specifies a media type of audio,
! destination User Datagram Protocol (UDP) port 16384 for voicebearer traffic,
! and RealTime Transport Protocol (RTP) encapsulation using
! audio video profile (AVP) with RTP payload type of 0 or 8.
MSG
1d00h: send_mgcp_msg, MGCP Packet sent >
200 2899
I: 19
v=0
c=IN IP4 192.168.25.2
m=audio 16386 RTP/AVP 0
DECODE
200 2899
! This sent acknowledgement states that CRCX sequence
! 2899 was executed normally.
I: 19
! The connection identification number is 19.
v=0
! The session description protocol (SDP) version is 0.
c=IN IP4 192.168.25.2
! The connection data (c) field specifies an Internet (IN) IP
! version 4 address of 192.168.25.2.
m=audio 16386 RTP/AVP 0
! The SDP media description (m) specifies a media type of audio,
! destination UDP port 16386 for voicebearer traffic, and RTP
! encapsulation using AVP with RTP payload type of 0.
MSG
1d00h: MGCP Packet received
RQNT 2901 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hd(N)
S: L/rg
DECODE
RQNT 2901
! This is the notification request message sent from the call agent to report
! the observed event. The sequence number is 2901.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
R: L/hd(N)
! The call agent requests (R) to be notified (N) immediately
! that an offhook (hd) condition exists.
S: L/rg
! The call agent sends a signaling request (S) to have this gateway
! use the generic (L) package and generate a ringing tone (rg).
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2901 OK
DECODE
200 2901 OK
! This sent acknowledgement states that RQNT sequence
! 2901 was executed normally.
MSG
1d00h: send_mgcp_msg, MGCP Packet sent >
NTFY 169 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
O: L/hd
DECODE
NTFY 169
! This is the notify message sent to the call agent to report
! the observed event. The notify sequence number is 169.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
O: L/hd
! Observed event (O) offhook (hd) is detected with use of
! line (L) package.
MSG 1d00h: MGCP Packet received
200 169 OK
DECODE
200 169 OK
! This received acknowledgement states that NTFY sequence
! 169 was executed normally.
MSG
1d00h: MGCP Packet received
RQNT 2903 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hu(N),L/hf(N)
DECODE
RQNT 2903
! This is the notification request message sent from the call agent to report
! the observed event. The sequence number is 2886.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID (X) is 50.
R: L/hu(N),L/hf(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) or hook flash (hf) condition exists.
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2903 OK
DECODE
200 2903 OK
! This sent acknowledgement states that RQNT sequence
! 2903 was executed normally.
MSG
1d00h: send_mgcp_msg, MGCP Packet sent >
NTFY 170 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
O: L/hu
DECODE
NTFY 170
! The notify message is sent to the call agent to report the observed
! event. The notify sequence number is 170.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
O: L/hu
! This residential gateway sends an observed event (O) that the
! user went onhook or hung up (hu).
MSG 1d00h: MGCP Packet received
200 170 OK
DECODE
200 170 OK
! This received acknowledgement states that NTFY sequence
! 170 was executed normally.
MSG
1d00h: MGCP Packet received
RQNT 2906 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
N: mgcp.aSCT1CA.atl0.cisco.com:2427
X: 50
R: L/hd(N)
DECODE
RQNT 2906
! The notification request message is sent from the call agent to
! report the observed event. The sequence number is 2906.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.aSCT1CA.atl0.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 50
! The request ID is 50.
R: L/hd(N)
! The call agent requests (R) to be notified (N)
! immediately that an offhook (hd) condition exists.
MSG 1d00h: send_mgcp_msg, MGCP Packet sent >
200 2906 OK
DECODE
200 2906 OK
! This sent acknowledgement states that RQNT sequence
! 2906 was executed normally.
MSG
1d00h: MGCP Packet received
DLCX 2907 aaln/S1/SU0/1@c26001.atl0.cisco.com MGCP 0.1
I: 19
C: 65
DECODE
DLCX 2907
! The delete connection (DLCX) message is received from the call agent.
! The sequence number is 2907.
aaln/S1/SU0/1@c26001.atl0.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
I: 19
! The connection identification number is 19.
C: 65
! The call identification number (C) is 65.
! Note: This is NOT the callerid.
MSG
1d00h: send_mgcp_msg, MGCP Packet sent >
250 2907
P: PS=334, OS=52843, PR=293, OR=46601, PL=0, JI=512, LA=3
DECODE
250 2907
! This sent acknowledgement states that the connection was deleted.
! The DLCX sequence number is 2907.
P: PS=334,
! The connection parameters (P) provide call statistics.
! The packets sent (PS) is 334.
OS=52843,
! The octets sent (OS) is 52843.
PR=293,
! The packets received (PR) is 293.
OR=46601,
! The octets received (OR) is 46601.
PL=0,
! The packets lost (PL) is 0.
JI=512,
! The jitter (JI) is 512 milliseconds.
LA=3
! The latency (LA) is 3 milliseconds.
A Complete Call Waiting Sequence Between Three Parties
The MSG fields in the two tables shown below are captures of the debug mgcp packets command output
when call waiting is signaled to one gateway endpoint by a call agent. The first table shows endpoint
aaln/S1/SU0/0@opt026111.ss.cisco.com make a phone call to 4720002, which terminates on
the same residential gateway, and receive a call waiting indication during the call. The second table shows
endpoint aaln/S1/SU0/1@opt026112.ss.cisco.com, located on another residential gateway,
placing the call that initiates the call waiting indication to
aaln/S1/SU0/0@opt026111.ss.cisco.com. The DECODE fields provide an interpretation of
the MGCP messages produced by the debug command.
MSG
send_mgcp_msg, MGCP Packet sent >
NTFY 171 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
O: L/hd
DECODE
NTFY 171
! This is the notify message sent to the call agent to report the observed event.
! The notify sequence number is 171.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID is 5.
O: L/hd
! The observed event (O) offhook (hd) is detected with use of
! line (L) package.
MSG MGCP Packet received
200 171 OK
DECODE
200 171 OK
! The received acknowledgement states that NTFY sequence
! 171 was executed normally.
MSG
MGCP Packet received
RQNT 23 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
R: L/hu(N),D/[09!*T](D)
S: L/dl
DECODE
RQNT 23
! The notification request message is sent from the call agent to
! report the observed event. The sequence number is 23.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID is 5.
R: L/hu(N),D/[09!*T](D)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exits and evaluates the digits received
! with use of the digit map ((D)) and the dual tone multifrequency (DTMF) (D/)
! package.
S: L/dl
! The call agent sends a signaling request (S) to have this
! gateway use the line (L) package and play dial tone (dl)
! for 16 seconds to endpoint aaln/S1/SU0/0@opt026111.ss.cisco.com.
MSG send_mgcp_msg, MGCP Packet sent >
200 23 OK
DECODE
200 2906 OK
! This sent acknowledgement states that RQNT sequence
! 2906 was executed normally.
MSG
send_mgcp_msg, MGCP Packet sent >
NTFY 172 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
O: D/4720002
DECODE
NTFY 172
! This is the notify message sent to the call agent to report
! the observed event. The notify sequence number is 172.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID is 5.
O: D/4720002
! The observed event (O) dialed digits (4720002) is detected
! with use of the DTMF (D) package.
MSG MGCP Packet received
200 172 OK
DECODE
200 172 OK
! This received acknowledgement states that NTFY sequence
! 172 was executed normally.
MSG
MGCP Packet received
RQNT 24 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
R: L/hu(N)
DECODE
RQNT 24
! This is the notification request message sent from the call agent to
! report the observed event. The sequence number is 24.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID is 5.
R: L/hu(N)
! The call agent requests (R) to be notified (N)
! immediately that an onhook (hu) event occurs.
MSG send_mgcp_msg, MGCP Packet sent >
200 24 OK
DECODE
200 24 OK
! This sent acknowledgement states that RQNT sequence
! 24 was executed normally.
MSG
MGCP Packet received
CRCX 25 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
C: 2
L: p:1020, a:PCMU;PCMA;G72632, e:off, s:off, t:a0
M: recvonly
DECODE
CRCX 25
! This is the create connection (CRCX) message received from the call agent.
! The sequence number is 25.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the calling party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
C: 2
! The call identification number (C) is 2.
! Note: This is NOT the callerid.
L: p:1020
! This local connection option (L) requests a packetization
! period (p) of 10 or 20 milliseconds.
a:PCMU;PCMA;G72632,
! The compression algorithm (a) options are: ulaw pulse code modulation (PCM),
! alaw PCM, or 32 kbps G.726.
e:off, s:off,
! The call agent has set both echo cancellation (e) and
! silence suppression (s), also known as voice activity detection (VAD),
! to disabled.
t:a0
! The IP header type of service (t) byte for this call is
! hexadecimal a0, which indicates IP precedence of 5 and minimized delay.
M: recvonly
! The connection mode (M) is a oneway receive at this
! point until the called party answers.
MSG
send_mgcp_msg, MGCP Packet sent >
200 25
I: 1D
v=0
o= 2 0 IN IP4 13.200.2.6
s=Cisco SDP 0
c=IN IP4 13.200.2.6
t=0 0
m=audio 16386 RTP/AVP 0 8
DECODE
200 25
! This sent acknowledgement states that CRCX sequence
! 25 was executed normally.
I: 1D
! The connection identification number is 1D.
! Note: This is for the calling leg.
v=0
! The SDP version is 0.
o= 2 0 IN IP4 13.200.2.6
! The origin (o) field indicates that no user IDs are used via ().
! The session ID is 2 and the version of this announcement is 0.
! An Internet (IN) IP version 4 source address of 13.200.2.6
! is also specified.
s=Cisco SDP 0
! The session name (s) is "Cisco SDP 0".
c=IN IP4 13.200.2.6
! The connection data (c) field specifies an Internet (IN) IP
! version 4 source address of 13.200.2.6.
t=0 0
! The (t) represents the start (0) and stop (0) times
! for this call instance.
! When both start and stop are 0, the call is considered permanent.
m=audio 16386 RTP/AVP 0 8
! This SDP media description (m) specifies a media type of audio,
! destination User Datagram Protocol (UDP) port 16386 for voicebearer traffic,
! and RealTime Transport Protocol (RTP) encapsulation using
! audio video profile (AVP) with RTP payload type of 0 or 8.
MSG
MGCP Packet received
CRCX 26 aaln/S1/SU0/1@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
C: 2
L: p:1020, a:PCMU;PCMA, e:off, s:off, t:a0, nt:IN
M: sendrecv
v=0
o= 2 0 IN IP4 13.200.2.6
s=Cisco SDP 0
c=IN IP4 13.200.2.6
t=0 0
m=audio 16386 RTP/AVP 0 8
DECODE
CRCX 26
! The create connection (CRCX) message is received from the call agent.
! The sequence number is 26.
aaln/S1/SU0/1@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the called party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
C: 2
! The call identification number (C) is 2.
! Note: This is NOT the callerid.
L: p:1020
! This local connection option (L) requests a packetization
! period (p) of 10 or 20 milliseconds.
a:PCMU;PCMA,
! The compression algorithm (a) options are: ulaw PCM or alaw PCM.
e:off, s:off,
! The call agent has set both echo cancellation (e) and
! silence suppression (s), also known as VAD, to disabled.
t:a0
! The IP header type of service (t) byte for this call
! is hexadecimal a0, which indicates IP precedence
! of 5 and minimized delay.
M: sendrecv
! The connection mode (M) is a twoway send and receive at
! this point, which allows full conversation.
v=0
! The SDP version is 0.
o= 2 0 IN IP4 13.200.2.6
! The origin (o) field indicates that no user IDs are used via ().
! The session ID is 2 and the version of this announcement is 0.
! The Internet (IN) IP version 4 source address of 13.200.2.6
! is also specified.
s=Cisco SDP 0
! The session name (s) is "Cisco SDP 0".
c=IN IP4 13.200.2.6
! The connection data (c) field specifies an Internet (IN)
! IP version 4 source address of 13.200.2.6.
t=0 0
! The (t) represents the start (0) and stop (0) times
! for this call instance. When both start and stop are 0,
! the call is considered permanent.
m=audio 16386 RTP/AVP 0 8
! The SDP media description (m) specifies a media type
! of audio, destination UDP port 16386 for voicebearer
! traffic, and RTP encapsulation using AVP with
! RTP payload type of 0 or 8.
MSG
send_mgcp_msg, MGCP Packet sent >
200 26
I: 1E
v=0
o= 2 0 IN IP4 13.200.2.6
s=Cisco SDP 0
c=IN IP4 13.200.2.6
t=0 0
m=audio 16388 RTP/AVP 0
DECODE
200 26
! This sent acknowledgement states that CRCX sequence
! 26 was executed normally.
I: 1E
! The connection identification number is 1E.
! Note: This is for the called leg.
v=0
! The SDP version is 0.
o= 2 0 IN IP4 13.200.2.6
! The origin (o) field indicates that no user IDs are used via ().
! The session ID is 2 and the version of this announcement is 0.
! An Internet (IN) IP version 4 source address of 13.200.2.6
! is also specified.
s=Cisco SDP 0
! The session name (s) is "Cisco SDP 0".
c=IN IP4 13.200.2.6
! The connection data (c) field specifies an Internet (IN) IP version
! 4 source address of 13.200.2.6.
t=0 0
! The (t) represents the start (0) and stop (0) times for
! this call instance. When both start and stop are 0,
! the call is considered permanent.
m=audio 16388 RTP/AVP 0 8
! The SDP media description (m) specifies a media
! type of audio, destination UDP port 16388 for
! voicebearer traffic, and RTP encapsulation using
! AVP with RTP payload type of 0 or 8.
MSG
MGCP Packet received
MDCX 27 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
I: 1D
C: 2
M: recvonly
v=0
o= 2 0 IN IP4 13.200.2.6
s=Cisco SDP 0
c=IN IP4 13.200.2.6
t=0 0
m=audio 16388 RTP/AVP 0
DECODE
MDCX 27
! This is the modify connection (MDCX) message received from the call agent.
! The sequence number is 27.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the called party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 1D
! The connection identification number is 1D.
! Note: This is for the calling leg.
C: 2
! The call identification number (C) is 2.
! Note: This is NOT the callerid.
M: recvonly
! The connection mode (M) is a oneway receive at this point until
! the called party answers.
v=0
! The SDP version is 0.
o= 2 0 IN IP4 13.200.2.6
! The origin (o) field indicates that no user IDs are used via ().
! The session ID is 2 and the version of this announcement is 0.
! An Internet (IN) IP version 4 destination address of 13.200.2.6
! is also specified.
s=Cisco SDP 0
! The session name (s) is "Cisco SDP 0".
c=IN IP4 13.200.2.6
! The connection data (c) field specifies an Internet (IN) IP
! version 4 destination address of 13.200.2.6.
t=0 0
! The (t) represents the start (0) and stop (0) times for
! this call instance. When both start and stop are 0,
! the call is considered permanent.
m=audio 16388 RTP/AVP 0
! The SDP media description (m) specifies a media type of audio,
! destination UDP port 16388 for voicebearer traffic, and
! RTP encapsulation using AVP with RTP payload type of 0.
MSG send_mgcp_msg, MGCP Packet sent >
200 27 OK
DECODE
200 27 OK
! This sent acknowledgement states that MDCX sequence
! 27 was executed normally.
MSG
MGCP Packet received
RQNT 28 aaln/S1/SU0/1@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 6
R: L/hd(N)
S: L/rg
DECODE
RQNT 28
! This is the notification request message sent from
! the call agent to report the observed event.
! The sequence number is 28.
aaln/S1/SU0/1@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 6
! The request ID is 6.
R: L/hd(N)
! The call agent requests (R) to be notified (N)
! immediately that an offhook (hd) condition exists.
S: L/rg
! The call agent sends a signaling request (S) to have this
! gateway use the line (L) package and generate a ringing tone (rg).
MSG send_mgcp_msg, MGCP Packet sent >
200 28 OK
DECODE
200 28 OK
! This sent acknowledgement states that RQNT sequence
! 28 was executed normally.
MSG
MGCP Packet received
RQNT 29 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
R: L/hu(N)
S: G/rt
DECODE
RQNT 29
! This is the notification request message sent from the call agent to
! report the observed event. The sequence number is 29.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID is 5.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) condition exists.
S: G/rt
! The call agent sends a signaling request (S) to have
! this gateway use the generic (G) package and generate a
! ringback tone.
MSG send_mgcp_msg, MGCP Packet sent >
200 29 OK
DECODE
200 29 OK
! This sent acknowledgement states that RQNT sequence
! 29 was executed normally.
MSG
send_mgcp_msg, MGCP Packet sent >
NTFY 173 aaln/S1/SU0/1@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 6
O: L/hd
DECODE
NTFY 173
! This is the notify message sent to the call agent to report
! the observed event. The notify sequence number is 173.
aaln/S1/SU0/1@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 6
! The request ID is 6.
O: L/hd
! The observed (O) event offhook (hd) is detected with use of
! line (L) package.
MSG MGCP Packet received
200 173 OK
DECODE
200 173 OK
! This received acknowledgement states that NTFY sequence
! 173 was executed normally.
MSG
MGCP Packet received
MDCX 31 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
I: 1D
C: 2
M: sendrecv
DECODE
MDCX 27
! This is the modify connection (MDCX) message received from the call agent.
! The sequence number is 27.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the calling party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 1D
! The connection identification number is 1D.
! Note: This is for the calling leg.
C: 2
! The call identification number (C) is 2.
! Note: This is NOT the callerid.
M: sendrecv
! The connection mode (M) is a twoway send and receive at this point,
! which allows full conversation.
MSG send_mgcp_msg, MGCP Packet sent >
200 31 OK
DECODE
200 31 OK
! This sent acknowledgement states that MDCX sequence
! 31 was executed normally.
MSG
MGCP Packet received
RQNT 32 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
R: L/hu(N),L/hf(N)
S:
DECODE
RQNT 32
! This is the notification request message sent from the call agent to
! report the observed event. The sequence number is 32.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID (X) is 5.
R: L/hu(N),L/hf(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) or hook flash (hf) condition exists.
S:
! The call agent sends a signaling request (S) to have this
! gateway signal nothing, thereby stopping the
! playout of the ringback tone (rt).
MSG send_mgcp_msg, MGCP Packet sent >
200 32 OK
DECODE
200 32 OK
! This sent acknowledgement states that RQNT sequence
! 32 was executed normally.
MSG
MGCP Packet received
CRCX 36 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
C: 3
L: p:1020, a:PCMU;PCMA, e:off, s:off, t:a0, nt:IN
M: inactive
v=0
o= 3 0 IN IP4 13.200.2.7
s=Cisco SDP 0
c=IN IP4 13.200.2.7
t=0 0
m=audio 16388 RTP/AVP 0 8
DECODE
CRCX 36
! The create connection (CRCX) message is received from the call agent.
! The sequence number is 26.
! This is a new call coming from another endpoint.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the called party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
C: 3
! The call identification number (C) is 3.
! Note: This is NOT the callerid.
! This is a new incoming call.
L: p:1020
! This local connection option (L) requests a packetization
! period (p) of 10 or 20 milliseconds.
a:PCMU;PCMA,
! The compression algorithm (a) options are: ulaw PCM or alaw PCM.
e:off, s:off,
! The call agent has set both echo cancellation (e) and
! silence suppression (s), also known as VAD, to disabled.
t:a0
! The IP header type of service (t) byte for this call is
! hexadecimal a0, which indicates IP precedence of 5 and
! minimized delay.
M: inactive
! The connection mode (M) is inactive, which tells the gateway to
! neither send nor receive packets on this connection.
v=0
! The SDP version is 0.
o= 3 0 IN IP4 13.200.2.7
! The origin (o) field indicates that no user ids are used via ().
! The session ID is 3 and the version of this announcement is 0.
! An Internet (IN) IP version 4 destination address
! of 13.200.2.7 is also specified.
s=Cisco SDP 0
! The session name (s) is "Cisco SDP 0".
c=IN IP4 13.200.2.7
! The connection data (c) field specifies an Internet (IN)
! IP version 4 destination address of 13.200.2.7.
t=0 0
! The (t) represents the start (0) and stop (0) times for this
! call instance. When both start and stop are 0, the call
! is considered permanent.
m=audio 16388 RTP/AVP 0 8
! The SDP media description (m) specifies a media type of audio,
! destination UDP port 16388 for voicebearer traffic,
! and RTP encapsulation using AVP
! with RTP payload type of 0 or 8.
MSG
send_mgcp_msg, MGCP Packet sent >
200 36
I: 1F
v=0
o= 2 0 IN IP4 13.200.2.6
s=Cisco SDP 0
c=IN IP4 13.200.2.6
t=0 0
m=audio 16390 RTP/AVP 0
DECODE
200 36
! This sent acknowledgement states that CRCX sequence
! 36 was executed normally.
I: 1F
! The connection identification number is 1F.
! Note: This is for the called leg of the second call.
v=0
! The SDP version is 0.
o= 2 0 IN IP4 13.200.2.6
! The origin (o) field indicates that no user IDs are used via ().
! The session ID is 2 and the version of this announcement is 0.
! An Internet (IN) IP version 4 source address of 13.200.2.6
! is also specified.
s=Cisco SDP 0
! The session name (s) is "Cisco SDP 0".
c=IN IP4 13.200.2.6
! The connection data (c) field specifies an Internet (IN)
! IP version 4 source address of 13.200.2.6.
t=0 0
! The (t) represents the start (0) and stop (0) times for this
! call instance. When both start and stop are 0, the
! call is considered permanent.
m=audio 16390 RTP/AVP 0
! The SDP media description (m) specifies a media type of audio,
! destination UDP port 16390 for voicebearer traffic, and RTP
! encapsulation using AVP with RTP payload type of 0.
MSG
MGCP Packet received
RQNT 38 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
R: L/hu(N),L/hf(N)
S: L/wt
DECODE
RQNT 38
! The notification request message is sent from the call agent
! to report the observed event. The sequence number is 38.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID (X) is 5.
R: L/hu(N),L/hf(N)
! The call agent requests (R) to be notified (N)
! immediately that an onhook (hu) or hook flash (hf)
! condition exists.
S: L/wt
! The call agent sends a signaling request (S) to have this
! gateway use the line (L) package and play the call
! waiting tone (wt).
MSG send_mgcp_msg, MGCP Packet sent >
200 38 OK
DECODE
200 38 OK
! This sent acknowledgement states that RQNT sequence
! 38 was executed normally.
MSG
send_mgcp_msg, MGCP Packet sent >
NTFY 174 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
O: L/hf
DECODE
NTFY 174
! This is the notify message sent to the call agent to report
! the observed event. The notify sequence number is 174.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID is 5.
O: L/hf
! The observed (O) event hook flash (hf) is detected with use of line (L)
! package.
MSG MGCP Packet received
200 174 OK
DECODE
200 174 OK
! The received acknowledgement states that NTFY sequence
! 174 was executed normally.
MSG
MGCP Packet received
RQNT 40 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
R: L/hu(N),L/hf(N)
S:
DECODE
RQNT 40
! This is the notification request message sent from the call agent
! to report the observed event. The sequence number is 40.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID (X) is 5.
R: L/hu(N),L/hf(N)
! The call agent requests (R) to be notified (N)
! immediately that an onhook (hu) or hook flash (hf)
! condition exists.
S:
! The call agent sends a signaling request (S) to have this
! gateway signal nothing, which stops the playout of
! the call waiting tone (wt).
MSG send_mgcp_msg, MGCP Packet sent >
200 40 OK
DECODE
200 40 OK
! This sent acknowledgement states that RQNT sequence
! 40 was executed normally.
MSG
MGCP Packet received
MDCX 41 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
I: 1D
C: 2
M: inactive
DECODE
MDCX 41
! This is the modify connection (MDCX) message received
! from the call agent. The sequence number is 41.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the calling party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 1D
! The connection identification number is 1D.
! Note: This is for the calling leg of the first call.
C: 2
! The call identification number (C) is 2.
! Note: This is NOT the callerid.
M: inactive
! The connection mode (M) is inactive, which tells the gateway
! to neither send nor receive packets on this connection.
MSG send_mgcp_msg, MGCP Packet sent >
200 41 OK
DECODE
200 41 OK
! This received acknowledgement states that MDCX sequence
! 41 was executed normally.
MSG
MGCP Packet received
MDCX 42 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
I: 1F
C: 3
M: sendrecv
DECODE
MDCX 42
! The modify connection (MDCX) message is received from the call agent.
! The sequence number is 42.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the second called party.
MGCP 0.1
! The MGCP version is 0.1.
.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 1F
! The connection identification number is 1F.
! Note: This is for the called leg of the second call.
C: 3
! The call identification number (C) is 3.
! Note: This is NOT the callerid.
M: sendrecv
! The connection mode (M) is a twoway send and receive at this point,
! which allows full conversation.
MSG send_mgcp_msg, MGCP Packet sent >
200 42 OK
DECODE
200 42 OK
! This received acknowledgement states that MDCX sequence
! 42 was executed normally.
MSG
send_mgcp_msg, MGCP Packet sent >
NTFY 175 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
O: L/hf
DECODE
NTFY 175
! The notify message is sent to the call agent to report
! the observed event. The notify sequence number is 175.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID is 5.
O: L/hf
! The observed event (O) hook flash (hf) is detected with use of line (L)
! package.
MSG MGCP Packet received
200 175 OK
DECODE
200 175 OK
! This received acknowledgement states that NTFY sequence
! 175 was executed normally.
MSG
MGCP Packet received
RQNT 45 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 5
R: L/hu(N),L/hf(N)
S:
DECODE
RQNT 45
! The notification request message is sent from the call agent to
! report the observed event. The sequence number is 45.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 5
! The request ID (X) is 5.
R: L/hu(N),L/hf(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) or hook flash (hf) condition exists.
S:
! The call agent sends a signaling request (S) to have this
! gateway signal nothing to the endpoint.
MSG send_mgcp_msg, MGCP Packet sent >
200 45 OK
DECODE
200 45 OK
! This sent acknowledgement states that RQNT sequence
! 45 was executed normally.
MSG
MGCP Packet received
MDCX 46 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
I: 1F
C: 3
M: inactive
DECODE
MDCX 46
! The modify connection (MDCX) message is received from the call agent.
! The sequence number is 46.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the called party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 1F
! The connection identification number is 1F.
! Note: This is for the called leg of the second call.
C: 3
! The call identification number (C) is 3.
! Note: This is NOT the callerid.
M: inactive
! The connection mode (M) is inactive, which tells the gateway to neither
! send nor receive packets on this connection.
MSG send_mgcp_msg, MGCP Packet sent >
200 46 OK
DECODE
200 46 OK
! This received acknowledgement states that MDCX sequence
! 46 was executed normally.
MSG
MGCP Packet received
MDCX 47 aaln/S1/SU0/0@opt026111.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
I: 1D
C: 2
M: sendrecv
DECODE
MDCX 47
! The modify connection (MDCX) message is received from the call agent.
! The sequence number is 47.
aaln/S1/SU0/0@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the first calling party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 1D
! The connection identification number is 1D.
! Note: This is for the calling leg of the first call.
C: 2
! The call identification number (C) is 2.
! Note: This is NOT the callerid.
M: sendrecv
! The connection mode (M) is a twoway send and receive at this
! point, which allows full conversation.
MSG send_mgcp_msg, MGCP Packet sent >
200 47 OK
DECODE
200 47 OK
! The received acknowledgement states that MDCX sequence
! 47 was executed normally.
MSG
send_mgcp_msg, MGCP Packet sent >
NTFY 86 aaln/S1/SU0/1@opt026112.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 8
O: D/4720001
DECODE
NTFY 86
! This is the notify message sent to the call agent to report
! the observed event. The notify sequence number is 86.
aaln/S1/SU0/1@opt026112.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 8
! The request ID is 8.
O: D/4720001
! The observed event (O) dialed digits (4720001) is detected with use of
! the DTMF (D) package.
MSG MGCP Packet received
200 86 OK
DECODE
200 86 OK
! This received acknowledgement states that NTFY sequence
! 86 was executed normally.
MSG
MGCP Packet received
RQNT 34 aaln/S1/SU0/1@opt026112.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 8
R: L/hu(N)
DECODE
RQNT 34
! This is the notification request message sent from the call agent
! to report the observed event. The sequence number is 34.
aaln/S1/SU0/1@opt026112.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 8
! The request ID is 8.
R: L/hu(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) event occurs.
MSG send_mgcp_msg, MGCP Packet sent >
200 34 OK
DECODE
200 34 OK
! This sent acknowledgement states that RQNT sequence
! 34 was executed normally.
MSG
MGCP Packet received
CRCX 35 aaln/S1/SU0/1@opt026112.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
C: 3
L: p:1020, a:PCMU;PCMA;G72632, e:off, s:off, t:a0
M: recvonly
DECODE
CRCX 35
! The create connection (CRCX) message is received from the call agent.
! The sequence number is 35.
aaln/S1/SU0/1@opt026112.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the calling party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
C: 3
! The call identification number (C) is 3.
! Note: This is NOT the callerid.
L: p:1020
!
! This local connection option (L) requests a packetization
! period (p) of 10 or 20 milliseconds.
a:PCMU;PCMA;G72632,
! The compression algorithm (a) options are: ulaw pulse code modulation (PCM),
! alaw,PCM, or 32 kbps G.726.
e:off, s:off,
! The call agent has set both echo cancellation (e) and silence
! suppression (s), also known as VAD, to disabled.
t:a0
! The IP header type of service (t) byte for this call is
! hexadecimal a0, which indicates IP precedence of 5 and
! minimized delay.
M: recvonly
! The connection mode (M) is a oneway receive at this point, until
! the called party answers.
MSG
send_mgcp_msg, MGCP Packet sent >
200 35
I: 11
v=0
o= 3 0 IN IP4 13.200.2.7
s=Cisco SDP 0
c=IN IP4 13.200.2.7
t=0 0
m=audio 16388 RTP/AVP 0 8
DECODE
200 35
! This sent acknowledgement states that CRCX sequence
! 36 was executed normally.
I: 11
! The connection identification number is 11.
v=0
! The session description protocol (SDP) version is 0.
o= 3 0 IN IP4 13.200.2.7
! The origin (o) field indicates that no user IDs are used via ().
! The session ID is 3 and the version of this announcement is 0.
! An Internet (IN) IP version 4 source address of
! 13.200.2.7 is also specified.
s=Cisco SDP 0
! The session name (s) is "Cisco SDP 0".
c=IN IP4 13.200.2.7
! The connection data (c) field specifies an Internet (IN)
! IP version 4 source address of 13.200.2.7.
t=0 0
! The (t) represents the start (0) and stop (0) times for this
! call instance. When both start and stop are 0, the call
! is considered permanent.
m=audio 16388 RTP/AVP 0 8
! The SDP media description (m) specifies a media type of audio,
! destination User Datagram Protocol (UDP) port 16388 for voicebearer traffic,
! and RealTime Transport Protocol (RTP) encapsulation using
! audio video profile (AVP) with RTP payload type of 0 or 8.
MSG
MGCP Packet received
MDCX 37 aaln/S1/SU0/1@opt026112.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
I: 11
C: 3
M: recvonly
v=0
o= 2 0 IN IP4 13.200.2.6
s=Cisco SDP 0
c=IN IP4 13.200.2.6
t=0 0
m=audio 16390 RTP/AVP 0
DECODE
MDCX 37
! This modify connection (MDCX) message is received from the call agent.
! The sequence number is 37.
aaln/S1/SU0/1@opt026112.ss.cisco.com
! This is the MGCP endpoint ID.
! Note: This is the calling party.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 11
! The connection identification number is 11.
! Note: This is for the calling leg.
C: 3
! The call identification number (C) is 3.
! Note: This is the calling party.
M: recvonly
! The connection mode (M) is a oneway receive at this point,
! until the called party answers.
v=0
! The SDP version is 0.
o= 2 0 IN IP4 13.200.2.6
! The origin (o) field indicates that no user IDs are used via ().
! The session ID is 2 and the version of this announcement is 0.
! An Internet (IN) IP version 4 destination address of
! 13.200.2.6 is also specified.
s=Cisco SDP 0
! The session name (s) is "Cisco SDP 0".
c=IN IP4 13.200.2.6
! The connection data (c) field specifies an Internet (IN)
! IP version 4 destination address of 13.200.2.6.
t=0 0
! The (t) represents the start (0) and stop (0) times for
! this call instance. When both start and stop are 0,
! the call is considered permanent.
m=audio 16390 RTP/AVP 0
! The SDP media description (m) specifies a media type of audio,
! destination UDP port 16390 for voicebearer traffic, and
! RTP encapsulation using AVP with RTP payload type of 0.
MSG send_mgcp_msg, MGCP Packet sent >
200 37 OK
DECODE
200 37 OK
! This received acknowledgement states that MDCX sequence
! 37 was executed normally.
MSG
MGCP Packet received
RQNT 39 aaln/S1/SU0/1@opt026112.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 8
R: L/hu(N)
S: G/rt
DECODE
RQNT 39
! This is the notification request message sent from the call agent
! to report the observed event. The sequence number is 39.
aaln/S1/SU0/1@opt026112.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 8
! The request ID is 8.
R: L/hu(N)
! The call agent requests (R) to be notified (N)
! immediately that an onhook (hu) condition exists.
S: G/rt
! The call agent sends a signaling request (S) to have this
! gateway use the generic (G) package and generate a ringback tone.
MSG send_mgcp_msg, MGCP Packet sent >
200 39 OK
DECODE
200 39 OK
! This sent acknowledgement states that RQNT sequence
! 39 was executed normally.
MSG
MGCP Packet received
MDCX 43 aaln/S1/SU0/1@opt026112.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
I: 11
C: 3
M: sendrecv
DECODE
MDCX 43
! This modify connection (MDCX) message is received from
! the call agent. The sequence number is 43.
aaln/S1/SU0/1@opt026112.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
I: 11
! The connection identification number is 11.
C: 3
! The call identification number (C) is 3.
! Note: This is NOT the callerid.
M: sendrecv
! The connection mode (M) is a twoway send and receive at this point,
! which allows full conversation.
MSG send_mgcp_msg, MGCP Packet sent >
200 43 OK
DECODE
200 43 OK
! This received acknowledgement states that MDCX sequence
! 43 was executed normally.
MSG
MGCP Packet received
RQNT 44 aaln/S1/SU0/1@opt026112.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 8
R: L/hu(N),L/hf(N)
S:
DECODE
RQNT 44
! This is the notification request message sent from the call agent to
! report the observed event. The sequence number is 44.
aaln/S1/SU0/1@opt026112.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 8
! This request ID (X) is 8.
R: L/hu(N),L/hf(N)
! The call agent requests (R) to be notified (N) immediately
! that an onhook (hu) or hook flash (hf) condition exists.
S:
! The call agent sends a signaling request (S) to have this
! gateway signal nothing, which stops the playout of
! the ringback tone (rt).
MSG send_mgcp_msg, MGCP Packet sent >
200 44 OK
DECODE
200 44 OK
! This sent acknowledgement states that RQNT sequence
! 44 was executed normally.
MSG
send_mgcp_msg, MGCP Packet sent >
NTFY 87 aaln/S1/SU0/1@opt026112.ss.cisco.com MGCP 0.1
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
X: 8
O: L/hu
DECODE
NTFY 87
! This is the notify message sent to the call agent to report
! the observed event. The notify sequence number is 87.
aaln/S1/SU0/1@opt026111.ss.cisco.com
! This is the MGCP endpoint ID.
MGCP 0.1
! The MGCP version is 0.1.
N: mgcp.ssrtpopt0CA.ss.cisco.com:2427
! This is the notified entity ID with destination port number.
X: 8
! The request ID is 8.
O: L/hd
! The observed event (O) offhook (hd) is detected with use of
! line (L) package.
MSG MGCP Packet received
200 87 OK
DECODE
200 87 OK
! This received acknowledgement states that NTFY sequence
! 87 was executed normally.
Related Information
How to Configure MGCP with Digital PRI and Cisco CallManager
Voice Technology Support
Voice and Unified Communications Product Support
Troubleshooting Cisco IP Telephony
Technical Support & Documentation Cisco Systems
Contacts & Feedback | Help | Site Map
2009 2010 Cisco Systems, Inc. All rights reserved. Terms & Conditions | Privacy Statement | Cookie Policy | Trademarks of
Cisco Systems, Inc.
Updated: Apr 22, 2008 Document ID: 42104

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy