RTP-TDM
From RtpBridge
Contents
Connects RTP-to-TDM
Assume it is needed to send some incoming RTP stream into the E1/T1 timeslot. It is possible to complete that using Command CONNECT.
Command syntax Description
connect rtp:<incoming_ip_addr>:<incoming_remote_port>:<our_local_port>[:codecRTP] tdm:li<E1T1_span_number>:ts<timeslot_number>[:codecTDM]
Fields:
RX Part (RTP):
- incoming_ip_addr - Incoming RTP Connection IP Address of the Remote Host, set 0.0.0.0 if ANY
- incoming_remote_port - Incoming RTP Connection port of the Remote Host
- our_local_port - A port that RtpBridge will listen on any RTP data
- codecRTP - Manual Codec Selection from the allowed list, skip if set automatically (by the RTP PT field)
TX Part (TDM E1/T1):
- E1T1_span_number - E1/T1 Span Number, from 0 ... N-1, N=2 for the Alvis-CSI-2 or N=4 for the Alvis-CSI-4
- timeslot_number - TDM E1/T1 Timeslot Number, 0 ... 31
- codecTDM - Codec to be used for the TX to the E1/T1 timeslot. Default is g711a. Options: g711a,g711u,slin.
Simple Example
connect rtp:192.168.1.10:12000:4000 tdm:li0:ts1:g711a
In this example the RTP data is sent from host 192.168.1.10 from port 12000 to RtpBridge port 4000. The data will be transcoded to the G.711 A-law and sent to the Span Li0 Timeslot 1.