TDM-RTP
From RtpBridge
Contents
Connects TDM-to-RTP
Assume it is needed to send some TDM E1/T1 timeslots out using the RTP transport. It is possible to send an individual E1/T1 timeslots using the Command CONNECT.
Command syntax Description
connect tdm:li<E1T1_span_number>:ts<timeslot_number>[:codecTDM] rtp:<ip_addr>:<remote_port>:<local_port>[:codecRTP]
Fields:
RX 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.
TX Part (RTP):
- ip_addr - Outgoing RTP Connection IP Address of the Remote Host
- remote_port - Outgoing RTP Connection port of the Remote Host
- local_port - A port that RtpBridge will be sent out to
- codecRTP - Selection from the allowed list, default is g711a
Simple Example
connect tdm:li0:ts1:g711a rtp:192.168.1.10:12000:4000:g723
In this example a timeslot from E1/T1 span Li#0, Timeslot 1 having the G.711 A-law data inside will be sent
via the RTP stream to the host 192.168.1.10, port 12000 from RtpBridge port 4000 via the the G.723 codec.