Playtones()

Wiedergabe einer Tonliste.

Playtones(Tonliste)

Spielt eine Liste von Tönen ab. Die Ausführung wird augenblicklich mit dem nächsten Schritt fortgesetzt, während die Töne weiter abgespielt werden. Tonliste ist entweder ein Tonname, der in der indications.conf definiert ist, oder eine Liste von Tonfrequenzen und -dauern. Für eine Beschreibung der Spezifikation einer eigenen Tonliste siehe indications.conf.

Verwendet die StopPlaytones()-Anwendung, um die Wiedergabe der Töne anzuhalten.

; 2 Sekunden Besetzt-, dann 2 Sekunden Stau-Signal spielen:
exten => 123,1,Playtones(busy)
exten => 123,n,Wait(2)
exten => 123,n,StopPlaytones()
exten => 123,n,Playtones(congestion)
exten => 123,n,Wait(2)
exten => 123,n,StopPlaytones()
exten => 123,n,Goto(1)
[Anmerkung]

Interner Hilfetext zu dieser Applikation in Asterisk 1.4: 

  -= Info about application 'PlayTones' =- 

[Synopsis]
Play a tone list

[Description]
PlayTones(arg): Plays a tone list. Execution will continue with the next
 step immediately,
while the tones continue to play.
Arg is either the tone name defined in the indications.conf configuratio
n file, or a directly
specified list of frequencies and durations.
See the sample indications.conf for a description of the specification o
f a tonelist.

Use the StopPlayTones application to stop the tones playing.

Differenz zum internen Hilfetext in Asterisk 1.2: 

- keine - 

Siehe auch. StopPlaytones(), indications.conf, Busy(), Congestion(), Progress(), Ringing()