Project

General

Profile

Community TDMSS7 Network » History » Version 7

laforge, 01/21/2022 08:26 AM

1 6 laforge
{{>toc}}
2
3 1 laforge
h1. Community TDM/ISDN/SS7 Network
4
5
This wiki page describes some ideas about creating a community TDM/ISDN/SS7 network, enabling retronetworking enthusiasts around the world to interconnect their TDM equipment, such as PBXs, telephony switches, RAS servers, access multiplers, etc.
6
7 2 laforge
For classic analog telephones, there is the C*NET (https://www.ckts.info/).  This is basically the same idea but for one later generation of technology: Digital TDM/PDH/ISDN/SS7 networks.  And of course one can connect analog telephone/modem equipment via ISDN/SS7, if that is desired.
8 1 laforge
9
10
h2. Underlying Protocol / Hardware
11
12
The underlying transport protocol is being designed around the wiki page[[e1-t1-adapter:Proposed_efficient_TDMoIP]].  The initial hardware implementation is likely going to be an [[e1-t1-adapter:icE1usb]] attached to some kind of [embedded] Linux sytem like a Raspberry Pi.
13
14
h2. TDM layer hub / cross-connect
15
16
The TDM layer would allow to interconnect any E1 line (or even only some timeslots of a line) with any other E1 line.  It doesn't interpret the payload but just passes it around.
17
18 3 laforge
{{graphviz_link()
19
graph G {
20
  hub [shape=box, label="TDMoIP hub\ncross-connect\nin public internet"];
21
  subgraph cluster_1 {
22 5 tnt
    label="Hobbyist A";
23 3 laforge
    ad1 [label="Access Device\n"];
24
    pbx1 [label="PBX"];
25
    pbx1 -- ad1 [label="E1"];
26
  }
27
  subgraph cluster_2 {
28 5 tnt
    label="Hobbyist B";
29 3 laforge
    ad2 [label="Access Device\n"];
30
    frr [label="FrameRelay Device"];
31
    frr -- ad2 [label="E1"];
32
  }
33
  subgraph cluster_3 {
34 5 tnt
    label="Hobbyist C";
35 3 laforge
    ad3 [label="Access Device\n"];
36
    ras [label="RAS Server"];
37
    ras -- ad3 [label="E1"];
38
  }
39
  ad1 -- hub [label="TDMoIP\nInternet"];
40
  ad2 -- hub [label="TDMoIP\nInternet"];
41
  ad3 -- hub [label="TDMoIP\nInternet"];
42
}
43
}}
44 1 laforge
45
h2. Services
46
47
h3. Classic SS7
48
49
Classic SS7 (MTP2/MTP3 plus TUP/ISUP) would permit to connect STPs and SPCs, such as those of telephony exchanges / switches.
50
51
A user connecting to the SS7 service would need to be allocated point codes.
52
53
54
h3. ISDN PRI
55
56
ISDN (Q.921/Q.931) would permit to connect equipment like PBXs.   The hub offers the NT / central office function, while the client side implements the TE function.
57
58
A user connecting to the ISDN PRI service would need to be allocated telephone nubmers in the dialling plan.
59
60
On the hub side, the PRI lines and ISDN service could be terminated in a yate or Freeswitch instance.
61
62 4 laforge
{{graphviz_link()
63
graph G {
64
  hub [shape=box, label="TDMoIP hub\ncross-connect\nin public internet"];
65
  subgraph cluster_1 {
66 5 tnt
    label="Hobbyist A";
67 4 laforge
    ad1 [label="Access Device\n"];
68
    pbx1 [label="PBX"];
69
    phone1a [label="Phone"];
70
    modem1b [label="Modem"];
71
    ta1c [label="ISDN TA"];
72
    pbx1 -- ad1 [label="E1"];
73
    phone1a -- pbx1 [label="POTS"];
74
    modem1b -- pbx1 [label="POTS"];
75
    ta1c -- pbx1 [label="ISDN-BRI"];
76
  }
77
  subgraph cluster_2 {
78 5 tnt
    label="Hobbyist B";
79 4 laforge
    ad2 [label="Access Device\n"];
80
    pbx2 [label="PBX"];
81
    phone2a [label="Phone"];
82
    modem2b [label="Modem"];
83
    ta2c [label="ISDN TA"];
84
    pbx2 -- ad2 [label="E1"];
85
    phone2a -- pbx2 [label="POTS"];
86
    modem2b -- pbx2 [label="POTS"];
87
    ta2c -- pbx2 [label="ISDN-BRI"];
88
  }
89
  subgraph cluster_3 {
90 5 tnt
    label="Hobbyist C";
91 4 laforge
    ad3 [label="Access Device\n"];
92
    pbx3 [label="PBX"];
93
    phone3a [label="Phone"];
94
    modem3b [label="Modem"];
95
    ta3c [label="ISDN TA"];
96
    pbx3 -- ad3 [label="E1"];
97
    phone3a -- pbx3 [label="POTS"];
98
    modem3b -- pbx3 [label="POTS"];
99
    ta3c -- pbx3 [label="ISDN-BRI"];
100
  }
101
  ad1 -- hub [label="TDMoIP\nInternet"];
102
  ad2 -- hub [label="TDMoIP\nInternet"];
103
  ad3 -- hub [label="TDMoIP\nInternet"];
104
}
105
}}
106 1 laforge
107
h3. SCCP/MAP/TCAP
108
109
SCCP/MAP/TCAP on top of SS7 can be used to provide interworking between private cellular networks.
110
111
h3. ISDN BRI
112
113
ISDN BRI service is expected to initially only be obtained indirectly: By connecting a ISDN PRI capable PBX to the hub, and then locally connecting to ISDN BRI ports of the PBX.
114
115 7 laforge
At a later point, one could consider implementing a ISDN BRI version of the TDMoIP protocol and some software implementation for ISDN BRI cards that support NT mode.  One notable topic is clocking:  The hardware would either need a GPS-DO (like [[e1-t1-adapter:icE1usb]] has for E1) or at the very least a VCTCXO that can be disciplined by software to match the timing recovered from the IP packet side.
116 2 laforge
117
h3. Frame Relay
118
119
A Frame Relay network could be implemented on top of the TDM hub.  In this case, framed E1 would be used with groups of 64k timeslots (typically all 31) building the underlying FR transport medium.
Add picture from clipboard (Maximum size: 48.8 MB)