Versionen im Vergleich

Schlüssel

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


Description:

In diesem Dokument wird anhand eines Beispiel-Traces der gesamte Ablauf eines Telefonats vom Rufaufbau bis zum Rufabbau bei einem ausgehenden Telefonat beschrieben.

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

Info

Der Trace wurde zugunsten der besseren Lesbarkeit auf einige Trace-Ausschnitte beschränkt. In einem normalen Trace müssen häufig einzelne Trace-Bestandteile übersprungen werden, da sie für die Analyse in der Regel keine Bedeutung haben.



Scenario:

  • Ein A LANCOM VoIP -Router ist an einem Telekom-Anschluss mit Einzel-Accounts angeschlossen.
  • An dem LANCOM Router ist ein ISDN-Telefon angeschlossen, dem die MSN 12345 zugewiesen wurde.

Image Removed

  • router is connected to a Deutsche Telekom line with three single accounts.
  • Connected to the LANCOM router is an ISDN telephone that has been assigned the MSN 12345.

Image Added

  • The call-routing table appears as shown belowDie Call-Routing-Tabelle sieht wie folgt aus:

 

  • Das ISDN-Telefon mit der MSN 12345 ruft den Ziel-Teilnehmer mit der Rufnummer +49240598765 anThe ISDN telephone with the MSN 12345 calls the target subscriber with the phone number +49240598765.


Trace-Analyse:

1. Das ISDN-Telefon initiiert den ausgehenden Anruf und sendet ein SETUP an den LANCOM Router. Das SETUP kennzeichnet den Aufbau der ISDN-Verbindung.) 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 

Info

Mit einer Suche nach SETUP im Trace kann gezielt nach diesem Paket gesucht werden. Das SETUP Paket ist Bestandteil des D-channel-dump Traces trace.

Folgende wichtige Parameter sind in dem SETUP enthalten:

  • The following important parameters are included in the SETUP:

    • NT-1:
    Das Paket wurde auf der Schnittstelle
    • The packet was received or sent on the interface ISDN-1
    empfangen bzw. versendet. Diese Schnittstelle arbeitet im NT-Modus
    • . This interface works in NT mode.
    • RX:
    Es handelt sich um ein eingehendes Paket
    • This is an inbound packet.
    • Call reference value:
    Diese Zahl stellt einen eindeutigen Bezeichner für den Call-Flow auf dem ISDN dar. Mit dem kompletten String kann der ISDN-Call-Flow im Trace gesucht werden
    • 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:
    Es handelt sich um die Absende-Rufnummer (in diesem Beispiel die
    • This is the number of the calling phone (in this example the 12345). 
Info

Die Ziel-Rufnummer (Called The target number (called party number) ist bei einem ausgehenden Telefonat in dem SETUP meistens nicht enthalten und wird in diesem Fall durch mehre INFO Pakete übermitteltis usually not included in the SETUP of outbound calls, instead being transmitted by a number of INFO packets.

2. Der LANCOM Router schickt an das ISDN-Telefon eine Bestätigung bezüglich des Ruf-Aufbaus ) The LANCOM router sends a confirmation of the call setup (SETUP ACKNOWLEDGE) . Es handelt sich um ein ausgehendes Paket to the ISDN telephone. This is an outbound packet (TX).

3. Das ISDN-Telefon sendet die Ziel-Rufnummer (Called ) In this example, the ISDN telephone sends the target number (called party number) in diesem Beispiel in INFORMATION Paketen mit einzelnen Ziffern ein INFORMATION packets containing single digits.

Info

Je nach ISDN-Endgerät können in einem INFORMATION Paket auch mehrere Ziffern oder sogar die ganze Rufnummer enthalten seinWith some ISDN phones, an INFORMATION packet may also contain several digits or even the whole number.

4. Die Ziel-Rufnummer durchläuft das Call-Routing (siehe Call-Routing-Tabelle im Szenario). Mit den bisher empfangenen Ziffern 024059 kann die Call-Route eindeutig bestimmt werden.) 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.

Info

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

Info

Weitere Informationen zur Call-Routing-Tabelle finden Sie in diesem Knowledge Base Artikel.

5. Es folgen die restlichen Ziffern der Ziel-Rufnummer über weitere INFORMATION Pakete) The remaining digits of the target number are sent in further INFORMATION packets.

6. Der Router sendet ein INVITE Paket an den Provider, um das Telefonat zu initiieren) The router sends an INVITE packet to the provider to initiate the call.

Info

Das INVITE Paket können Sie im Trace gezielt mit der Zeichenkette INVITE sip suchen. Das INVITE Paket ist Bestandteil des SIP-Packet Traces.

Folgende wichtige Parameter sind in dem INVITE enthalten:

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:

  • Sending datagram: This is an outbound packet sent by the LANCOM router.
  • The Request-Line consists of the INVITE sip followed by the target number (in this case +49240598765). The target number is primarily derived from the Request-Line
  • Sending datagram: Es handelt sich um ein ausgehendes Paket, welches der LANCOM Router versendet.
  • Die Request-Line besteht aus dem INVITE sip, gefolgt von der Ziel-Rufnummer (in diesem Fall+49240598765). Die Ziel-Rufnummer wird primär aus der Request-Line ermittelt.
  • From: <sip:+49240512345: Bei der Rufnummer im From-Feld handelt es sich um die Quell-Rufnummer The phone number in the From field is the source number.
  • To: <sip:49240598765: Bei der Rufnummer im To-Feld handelt es sich um die Ziel-Rufnummer The Phone number in the To field is the target number.
  • Call-ID: 3970017037@00a057467ed9: Die Call-ID stellt einen eindeutigen Bezeichner dar, so dass nach diesem im Trace gesucht werden kann, um den SIP-Flow auszugeben The Call-ID is a unique identifier that you can search for in the trace to output the SIP flow.

7. Der Router signalisiert mit der Meldung CALL PROCEEDING an das ISDN-Telefon, dass der Anruf ausgehend initiiert wurde) The router uses the message CALL PROCEEDING to signal to the ISDN telephone that the outbound call was initiated.

8. Der Provider sendet an den Router die Meldung 100 Trying. Dies bedeutet, dass der Provider versucht  den Ziel-Teilnehmer zu erreichen. Es handelt sich um ein eingehendes Paket ) The provider sends the message 100 Trying to the router. This means that the provider is trying to reach the target subscriber. This is an inbound packet (Receiving datagram).

9. Der Provider meldet, dass die Sitzungs-Aushandlung erfolgt ) The provider reports that the session is being negotiated (183 Session Progress).

10. Der Router meldet an das ISDN-Telefon, dass die Sitzungs-Aushandlung erfolgt ) The router reports to the ISDN telephone that the session is being negotiated (PROGRESS).

11. Der Provider meldet, dass der Ziel-Teilnehmer klingelt (180 Ringing) The provider reports that the target subscriber is ringing (180 ringing).

12. Der Router meldet an das ISDN-Telefon, dass der Ziel-Teilnehmer klingelt ) The router reports to the ISDN telephone that the target subscriber is ringing (ALERTING).

13. Der Provider schickt die Meldung 200 OK an den Router, um zu signalisieren, dass alles in Ordnung ist und die Übertragung beginnen kann) The provider sends the message 200 OK to the router to signal that everything is OK and transmission can begin.

14

...

) The router uses the message CONNECT to signal to the ISDN telephone that the call is connected.

The number of the target subscriber is also presented (Connected number

...

).

15. Der Router schickt die Meldung ACK (Abkürzung für Acknowledge) an den Provider als Bestätigung für die Meldung 200 OK (siehe Schritt 13.) The router sends the message ACK (short for acknowledge) to the provider to confirm the message 200 OK (see step 13).

16. Das Telefonat wird vom ISDN-Telefon beendet ) The call is ended by the ISDN telephone (DISCONNECT).

17. Der Router beendet das Gespräch in Richtung des Providers mit der Meldung ) The router ends the call in the direction of the provider with the message BYE.

18. Der Router gibt den ISDN-Kanal zum ISDN-Telefon frei ) The router releases the ISDN channel to the ISDN telephone (RELEASE).

19. Das ISDN-Telefon bestätigt die Freigabe des ISDN-Kanals ) The ISDN telephone confirms the release of the ISDN channel (RELEASE COMPLETE).

20. Der Provider bestätigt den Gesprächsabbau (siehe Schritt 17.) mit der Meldung ) The provider confirms that the call has been ended (see step 17) with the message 200 OK.