Difference between revisions of "ToneScript"

From Hackerspace ACKspace
Jump to: navigation, search
(first draft of the ToneScript variables)
 
(Adding some snippets that need to be ironed out when I have more time to do research)
Line 22: Line 22:
 
|-
 
|-
 
| Congestion/reorder tone, All Trunks Busy
 
| Congestion/reorder tone, All Trunks Busy
| Congestietoon
+
| Congestie-/overbelastingstoon
 
| 425Hz
 
| 425Hz
 
| 0.25/0.25
 
| 0.25/0.25
Line 76: Line 76:
 
| Call Waiting Tone
 
| Call Waiting Tone
 
| <code>f1=425@-13,c=500/9500;</code>
 
| <code>f1=425@-13,c=500/9500;</code>
 +
|-
 +
| Intrusion tone/listen in
 +
| Opschakeltoon
 +
|
 +
|
 +
| 8G1A1B1C21A1B1C2
 +
|
 +
| <code></code>
 +
|-
 +
| Intrusion tone/listen in
 +
| Snelle ratel
 +
|
 +
|
 +
| 16A1
 +
|
 +
| <code></code>
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
| Confirmation Tone
 +
| <code>f1=350@-11,f2=440@-11,c=100/100-100/100-100/100;</code>
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
| Prompt Tone
 +
| <code>f1=350@-17,f2=440@-17,c=0/0;</code>
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
| Conference Party Hangup Tone
 +
| <code>f1=425@-15,c=600/600;</code>
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
| Special Proceed Indicator Tone
 +
| <code>f1=350@-13, f2=440@-13, c=750/750-0/0;</code>
 
|}
 
|}
 +
 +
=== syntax ===
 +
: <code>f1=val[,f2=val[,c=on1/off1[-on2/off2[-on3/off3]]]];</code>
 +
: (Frequencies are in (10, 4000) Hz and cadence on and off are in (0, 64000) ms)
 +
: (cadence on and off are in (0, 16000) ms)
 +
 +
=== notes ===
 +
The first dutch dial tone was a combination of 150 Hz and 450 Hz (at least until up to 1977). The second dial tone was 450 Hz with electromechanical systems and 425 Hz with computer controlled exchanges.
 +
 +
When the second dial tone was abolished on October 10, 1995, no more electromechanical exchanges existed and the frequency of the second dial tone was used for the dial tone.
 +
 +
=== resources ===
 +
* https://telecomerfgoed.nl/ ([https://telecomerfgoed.nl/index.php/publicaties/6-studieblad-ptt/39-studieblad-ptt-1977?download=515:1977-10 Studieblad 1977-10 pdf])
 +
* https://www.circuitsonline.net/forum/view/163226/last
 +
* https://verstraten-elektronica.blogspot.com/p/plain-old-telephone-service.html
 +
* https://nl.wikipedia.org/wiki/Telefoontonen
 +
* http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
 +
* https://en.wikipedia.org/wiki/ToneScript
  
 
[[Category:Telephony]]
 
[[Category:Telephony]]

Revision as of 21:03, 31 March 2024

Here is a collection of ToneScript notation tones for use in telephony.

Note that this list is not yet complete.


EN NL Frequency Timing (on/off) Note ATA name (Grandstream) ToneScript syntax
Busy tone Bezettoon 425Hz 0.5/0.5 4G1 Busy Tone f1=425@-17,c=500/500;
Congestion/reorder tone, All Trunks Busy Congestie-/overbelastingstoon 425Hz 0.25/0.25 8G1 Reorder Tone f1=425@-17,c=250/250;
Dial tone Kiestoon 425Hz continuous G1 Dial Tone f1=425@-17,c=0/0;
2nd Dial tone 2e Kiestoon 450Hz continuous E2 F1=450@-17,c=0/0;
Special doal tone/call forward Dienst doorschakelen 425Hz 0.5/0.05 f1=425@-17,c=500/50;
Ringing/ringback tone Wektoon 425Hz 1/4 can be double ringback (British) Ringback Tone f1=425@-17,c=1000/4000;
Special Information Tone/SIT Informatietoon 950 Hz, 1400 Hz, 1800 Hz 0.333,0.333,0.333/1
Waiting tone Houdtoon/wachttoon 425Hz 0.5/9.5 Call Waiting Tone f1=425@-13,c=500/9500;
Intrusion tone/listen in Opschakeltoon 8G1A1B1C21A1B1C2
Intrusion tone/listen in Snelle ratel 16A1
Confirmation Tone f1=350@-11,f2=440@-11,c=100/100-100/100-100/100;
Prompt Tone f1=350@-17,f2=440@-17,c=0/0;
Conference Party Hangup Tone f1=425@-15,c=600/600;
Special Proceed Indicator Tone f1=350@-13, f2=440@-13, c=750/750-0/0;

syntax

f1=val[,f2=val[,c=on1/off1[-on2/off2[-on3/off3]]]];
(Frequencies are in (10, 4000) Hz and cadence on and off are in (0, 64000) ms)
(cadence on and off are in (0, 16000) ms)

notes

The first dutch dial tone was a combination of 150 Hz and 450 Hz (at least until up to 1977). The second dial tone was 450 Hz with electromechanical systems and 425 Hz with computer controlled exchanges.

When the second dial tone was abolished on October 10, 1995, no more electromechanical exchanges existed and the frequency of the second dial tone was used for the dial tone.

resources