Playtones()
Playtones(Tonliste
)
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
.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)
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= 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 configuration file, or a directly
specified list of frequencies and durations.
See the sample indications.conf for a description of the specification of a tonelist.
Use the StopPlayTones application to stop the tones playing.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,7 +4,7 @@
Play a tone list
[Description]
- PlayTones(arg): Plays a tone list. Execution will continue with the next step immediately,
+ 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 configuration file, or a directly
specified list of frequencies and durations.