Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

This document uses an example trace to document the full processing of an outbound telephone call from call set-up to call termination.

...

Info

In the interests of readability, the trace has been shortened to a few relevant sections. Traces usually contain some components that have to be skipped as they are not relevant to the analysis.



Scenario:

  • A LANCOM VoIP router is connected to a Deutsche Telekom line with a SIP trunk.
  • Connected to the LANCOM router is an ISDN telephone that has been assigned the MSN 123412. The # character is a wildcard for any number of digits, which is why the user 1234# is used when dialing MSN 123412.

...

1) The ISDN telephone initiates the outbound call and sends a  SETUP to the LANCOM router. The SETUP indicates the establishment of the ISDN connection.

...

Info

You can identify this packet precisely by searching the trace for SETUP. The SETUP packet is a part of the D-channel-dump trace.

The following important parameters are included in the SETUP:

  • NT-1: The packet was received or sent on the interface ISDN-1. This interface works in NT mode.
  • RX: This is an inbound packet.
  • Call reference value: That number represents a unique identifier for the call flow on the ISDN. You can find the ISDN call flow in the trace by searching for the complete string (Call reference value: 1).
  • Calling party number: This is the number of the calling phone (in this example the 123412). 

...

Info

The target number (called party number) is usually not included in the SETUP of outbound calls, instead being transmitted by a number of INFO packets.

2) The LANCOM router sends a confirmation of the call setup (SETUP ACKNOWLEDGE) to the ISDN telephone. This is an outbound packet (TX).

...

3) In this example, the ISDN telephone sends the target number (called party number) in INFORMATION packets containing single digits.

...

Info

With some ISDN phones, an INFORMATION packet may also contain several digits or even the whole number.

4) The target number is processed by the call routing (see Call routing table in the scenario). The digits 024059 received so far allow the call route to be uniquely determined. The number 8 was received shortly before processing by the call-routing table and was not yet taken into account.

Following the call-routing table, the SIP mapping is processed (see scenario). Since the number has already been  changed by the call routing, the SIP mapping has no further effect and no further changes are made. 

...

Info

For more information on the Call routing table, see this knowledge base article.

5) The remaining digits of the target number are sent in further INFORMATION packets.

...

6) The router sends an INVITE packet to the provider to initiate the call.

...

Info

You can find

...

the INVITE packet in the trace by searching for the character string INVITE sip. The INVITE packet is a part of the SIP-Packet trace.

The following important parameters are included in the INVITE:

...