Telephony

A trail of 43 pages, marked with comments, by WramblinReck
43 marks in this trail
4
a summary of G.711 A-law encoding:

a single value of the audio sample (a signed, 13-bit, linear number) is converted to an 8-bit floating-point number.  (The convention for describing the indexes of the bits in these numbers is big-endian, per the ITU.)

The mu-law encoding of G.711

6
See also the TIA/EIA 568A and 568B color codes used in Ethernet Category 5 cabling.

See where "tip and ring" came from (referred to at bottom of this page).
7
Federal Standard 1037C: Glossary of Telecommunications Terms
9
The demarc is basically the physical point at which the public network of a telco (i.e., a phone or cable company) ends and the private network of a customer begins (e.g., at an office/store/warehouse,etc.)

a concise definition of the demarc here

demarcation point (on Wikipedia)
10
T1 is a high speed digital network (1.544 mbps) developed by AT&T in 1957 and implemented in the early 1960's to support long-haul pulse-code modulation (PCM) voice transmission. The primary innovation of T1 was to introduce "digitized" voice and to create a network fully capable of digitally representing what was up until then, a fully analog telephone system.
11
A smart jack is a network interface device that terminates a digital circuit, typically a T1 network connection at a demarc (per Wikipedia).

formally known as a continuity check transponder

an interesting newsgroup discussion on smart jacks
17
Fix / Solution:
Configure the IP side of the connection to use a DTMF digit payload type of 101 instead of the value currently being used.
...

26
[VoIP ] Prot a=rtpmap:127 telephone-event/8000
The value in question here can be seen on line 26 of the Invite above. The value being requested is 127. This value is a reserved payload type used internally within the gateways DSP firmware and therefore is not available for use with external devices.

Workaround:
The only current workaround is to alter the payload type used by the IP application. It is recommended to use the value of 101 for DTMF digit events, as that is an established standard ...


28
4 major parts of LAN comm. system:
H.323Zone ≡ one gatekeeper + all terminals, gateways, and MCUs registered to it
37
Explains the translation in SIP between SIP URI (which look like FQDNs, sometimes with a phone number as a hostname) and E.164 numbers (phone numbers, as on a PSTN)

See also this .pdf
38
two 64 kbps bearer channels (carries the payload: voice, data, etc.)
one 16 kbps data channel (carries the signaling info)

Add your comment: