Versionen im Vergleich

Schlüssel

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

...

2) The number in the To field (+49240512345) is converted by the SIP mapping (see scenario).

Image Added

3) 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).

Image Added

4) The target number 123412 (see step 2) passes through the Call Routing table. 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:
For more information on the Call routing table, see this knowledge base article.

Image Added

Image Added

Image Added

Image Added

5) 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 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.
  • TX: This is an outbound 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: 17).
  • Calling party number: This is the number of the calling phone (in this example the 98765). 
  • Called party number: This is the number of the called phone (in this example the 123412).

Image Added

6) 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).

Image Added

Image Added

7) 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).

Image Added

8) The ISDN telephone sends the message CONNECT to inform the router that the call is connected.

Image Added

9) The router confirms the CONNECT with the message CONNECT ACKNOWLEDGE.

Image Added

10) The router sends the message 200 OK to the SIP provider to signal that everything is OK and transmission can begin.

Image Added

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

Image Added

12) 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 BYE.

Image Added

14) The router terminates the ISDN connection to the ISDN telephone and releases the ISDN channel (RELEASE).

Image Added

15) The ISDN telephone confirms the release of the ISDN channel with the message RELEASE COMPLETE.

Image Added

16) The SIP provider confirms that the call has been ended with the message 200 OK.

Image Added