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 eingehenden Telefonat beschrieben.

This document uses an example trace to document the full processing of an inbound 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

  • Das ISDN-Telefon mit der MSN 12345 wird von der Rufnummer +49240598765 angerufen.
  • In der SIP-Leitung ist die Interne Ziel-Nummer 12345 hinterlegt.
  • 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 MSN12345.

Image Added

  • The ISDN telephone with the MSN 12345 is called by the phone number +49240598765.
  • The Internal dest. number 12345 has been entered in the SIP line.

Image AddedImage Removed



Trace-Analyse:

1. Der Provider sendet ein INVITE Paket an den LANCOM Router) The provider sends an INVITE packet to the LANCOM router.

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 for 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:

  • Receiving datagram: This is an inbound packet received by the router.
  • The Request-Line consists of the INVITE sip followed by the target number (in this case +49240512345). The target number is primarily derived from the Request-Line
  • Receiving datagram: Es handelt sich um ein eingehendes Paket, welches der Router empfängt.
  • Die Request-Line besteht aus dem INVITE sip, gefolgt von der Ziel-Rufnummer (in diesem Fall +49240512345). Die Ziel-Rufnummer wird primär aus der Request-Line ermittelt.
  • To: <sip:+49240512345: Bei der Rufnummer im To-Feld handelt es sich um die Ziel-Rufnummer The Phone number in the To field is the target number.
  • From: <sip:+49240598765: Bei der Rufnummer im From-Feld handelt es sich um die Quell-Rufnummer The phone number in the From field is the source number.
  • Call-ID: p65552t1576680260m219302c335753303s2: 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.

2. Die Rufnummer im To-Feld ) The number in the To field (+49240512345)  wird durch die Interne Ziel-Nummer in der zugehörigen SIP-Leitung ersetzt (siehe Szenariois replaced by the Internal dest. number in the corresponding SIP line (see Scenario).

3. Der Router schickt die Meldung 100 Trying an den Provider, um zu signalisieren, dass der Anruf weitergeleitet wird. Es handelt sich um ein ausgehendes Paket ) The router sends the message 100 Trying to the provider to signal that the call is being forwarded. This is an outbound packet (Sending datagram).

4. Die Zielnummer ) The target number 12345 (siehe Schritt see step 2.) durchläuft die passes through the Call - Routing -Tabelle. Da die Rufnummer auf keine Call-Route passt, wird die Nummer in die Benutzer-Tabelle weitergeleitet und passt zu einem ISDN-Benutzer (siehe Szenariotable. The phone number does not match any call route, so the number is forwarded to the user table, where a match to an ISDN user is found (see scenario).

Info

Weitere Informationen zur Call-Routing-Tabelle finden Sie in diesem Knowledge Base ArtikelFor more information on the Call routing table, see this knowledge base article.

5. Der LANCOM Router schickt ein SETUP an das ISDN-Telefon. Das SETUP kennzeichnet den Aufbau der ISDN-Verbindung.) The LANCOM router sends a SETUP to the ISDN telephone. 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 enthaltenThe 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.
  • TX: Es handelt sich um ein ausgehendes PaketThis is an outbound packet .
  • Call reference value: Diese Zahl stellt einen eindeutigen Bezeichner für den Call-Flow auf dem ISDN dar. Mit der kompletten Zeichenkette 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: 2).
  • 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 98765). 
  • Called party number: Es handelt sich um die Ziel-Rufnummer (in diesem Beispiel die This is the number of the called phone (in this example the 12345).

6. Das ISDN-Telefon signalisiert über die Meldung CALL PROCEEDING, dass der Anruf fortgeführt wird und anschließend, dass das ISDN-Telefon klingelt (ALERTING). Es handelt sich jeweils um ein eingehendes Paket ) The ISDN telephone sends the message CALL PROCEEDING to signal that the call is ongoing and then that the ISDN telephone is ringing (ALERTING). Each of these are inbound packets (RX).

7. Der Router schickt die Meldung 180 Ringing an den SIP-Provider. Diese besagt, dass es bei dem Ziel-Teilnehmer klingelt (siehe ALERTING in Schritt 6.) The router sends the message 180 Ringing to the SIP provider. This means that the target subscriber’s phone is ringing (see ALERTING in step 6).

8. Das ISDN-Telefon signalisiert dem Router mit der Meldung CONNECT, dass das Telefonat zustande gekommen ist) The ISDN telephone sends the message CONNECT to inform the router that the call is connected.

9. Der Router bestätigt das CONNECT mit der Meldung ) The router confirms the CONNECT with the message CONNECT ACKNOWLEDGE.

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

11

...

) The SIP provider confirms the 200 OK message with the message ACK.

12. Das ISDN-Telefon beendet das Telefonat und schickt die Meldung DISCONNECT an den Router.

Image Removed

) The ISDN telephone ends the call and sends the message DISCONNECT to the router.

Image Added

13) The router ends the call in the direction of the provider with the message 13. Der Router beendet das Telefonat gegenüber dem SIP-Provider mit der Meldung BYE.

14. Der Router baut die ISDN-Verbindung zum ISDN-Telefon ab und gibt den ISDN-Kanal frei ) The router terminates the ISDN connection to the ISDN telephone and releases the ISDN channel (RELEASE).

15. Das ISDN-Telefon bestätigt die Freigabe des ISDN-Kanals mit der Meldung ) The ISDN telephone confirms the release of the ISDN channel with the message RELEASE COMPLETE.

16. Der SIP-Provider bestätigt den Abbau des Telefonats mit der Meldung ) The SIP provider confirms that the call has been ended with the message 200 OK.