Channels of departmental and sectoral conference call systems have a common feature - working with four-wire tonal frequency terminations.
In particular, in the energy sector, this is the legacy of ADASE (Long-haul Automatic Communication Equipment of Grid Systems) used and continued to be used in dispatching and technological communication systems of energy enterprises.
Long-distance channels are used as trunks between the sites participating in the conference call, and the ACC BR equipment (the Selector Communication Equipment Distribution Unit) is installed directly on the sites, working with four-wire terminations and providing connection of subscriber sets, coordination of reception and transmission levels and organization of the system interruption. "
Due to the fact that these communication systems have not been developed for a long time and are morally obsolete, with the expansion of the number of sites for the participants in the meeting, difficulties arise with the organization of four-wire transits — the channel-forming equipment of ADASE on the site is absent and its installation is inappropriate.
')
But we are not setting the rules, but this system exists and continues to be used. In addition, there are situations when the equipment on the site already exists and works with 100% use of a possible resource, and the task is to organize a backup communication channel, or to be included in the existing system of a remote regional office, which further complicates the implementation, since the point of inclusion in this case may be in the tens or even hundreds of kilometers from the site.
At the moment, you can find the equipment of the primary multiplexers, which work with four-wire channels of PM (equipment like OPM-30, MP-30, NTS-1100, etc.). This option involves the installation of two half-sets of equipment (cabinets, processor boards, PM boards, power supplies, etc.) and the organization of an E1 or T1 channel between them, which will also require the presence of channel-forming equipment.
And if there is nothing of this, or the deployment is inexpedient, but is there Cisco equipment at the point of presence of the channel termination ADASE and at the participant’s site with organized data transfer using Ethernet protocol? Moreover, the Cisco voice routers VK9 and are already used for service channels of telephone communication. The considered situation is shown schematically in Fig.1.

There are two options. The first option involves converting a four-wire circuit to a two-wire PSTN circuit and using Cisco voice modules like VIC FXO / FXS with further voice transmission via VoIP protocols. In addition, the used converters, in addition to the implementation of the differential circuit, must understand the PSTN signaling, but no longer transmit the signaling to the four-wire circuit (signaling in the four wire terminations of the selector communication channels is not transmitted, the connections are established by operators at communication centers). That is, the device must receive a call signal from a 2-wire PSTN circuit and simply establish a connection using a 4-wire circuit with TX-RX voice channel separation and the ability to adjust the required signal levels (-13 and + 4dB). This option is difficult to implement due to the lack of devices of this type, and the existing proposals have a harsh imprint of a “knee” assembly and they were not able to achieve stable operation. It is not possible to use standardized airborne control systems, KTN and other channel interface modules that use single-frequency code of interaction and control signals without allocating a signal channel, since This alarm simply has nothing to accept, process and establish a connection. In the event of a broken connection, the system will have to automatically restore the channel (in fact, autodial), which will require the organization of software crutches and further reduce the reliability of the circuit. There is still a whole range of issues that need to be resolved in this implementation, but voiced more than enough to recognize this solution as unacceptable.
The second option is more standard, but, like the whole topic raised, gives some "exotic". This is the use of Cisco VIC E & M voice modules. Analog lines with E & M signaling use six or eight wire circuits. It is possible to implement both two-wire and four-wire voice transmission, and signaling uses dedicated lines of two or four conductors, depending on the type of E & M signaling used. The standard itself is considered obsolete, but is still supported by manufacturers. Cisco has two generations of two port voice modules VIC-2E / M and VIC2-2E / M. When selecting modules, you need to make sure that the router and the IOS version support this type of VIC (for example, the 2800 series does not work with the VIC-2E / M, while on the Cisco 1760 there will be no problems with them). The four-wire voice option is suitable for us, but what about the alarm that uses separate wires and is realized by shorting them either to the ground or to the station battery to indicate the status of the interface, because the end equipment does not support this alarm.
E & M Alarm has five types. We will not dwell on each type in detail; we only note that in our solution we will use the E & M Type V signaling system with immediate signal transmission. With such an alarm, switching of analog channels occurs without confirmation of readiness or verification of the employment of voice ports. But this is necessary, since signaling circuits are not used at all (we simply have nothing to receive them), and the channel itself is supposed to be used in the “always on” mode. If necessary, the release of bandwidth from voice traffic at the end of a conference call is made by the operator accompanying the meeting by programmatically turning off one of the voice interfaces.
Voice port configuration example (VIC2-2E / M modules are installed in slots 0/2/0 of Cisco 2801 routers):
<- Participant's site --->
interface FastEthernet0 / 0
ip address XXXX 255.255.255.252
h323-gateway voip bind srcaddr XXXX
dial-peer voice 101 pots
destination-pattern 101
port 0/2/0
dial-peer voice 102 voip
destination-pattern 102
session target ipv4: YYYY
codec g728
no vad
voice-port 3/0
operation 4-wire
type 5
signal immediate
input gain 14
output attenuation -6
no echo-cancel enable
timeouts call-disconnect 3
connection trunk 102
<- Platform of channel terminations ADASE --->
interface Loopback0
ip address YYYY 255.255.255.255
h323-gateway voip bind srcaddr YYYY
dial-peer voice 102 pots
destination-pattern 102
port 0/2/0
dial-peer voice 101 voip
destination-pattern 101
session target ipv4: XXXX
codec g728
no vad
voice-port 0/2/0
operation 4-wire
type 5
signal immediate
input gain 14
output attenuation -6
no echo-cancel enable
timeouts call-disconnect 3
connection trunk 101 answer-mode
Answer-mode is set only on one side, i.e. one side initiates the trunk, and the other responds. The parameters input gain and output attenuation are set by sending a test signal of 800 Hz and adjusting the voice path to standard levels + 4 dB reception and -13 dB transmission, followed by voice testing.
ADASE systems use four-wire analog PM lines that do not have separate signaling circuits. Interaction signaling is transmitted in the voice channel at 1200 Hz and 1600 Hz ± 5 Hz. Theoretically, such a trunk can be used to turn on ADASE channels, but this mode of operation has not been tested.
The considered solution is implemented and used in existing networks.