Echo()

Wiederholt inwärtiges Audio für den Anrufer.

Echo()

Gibt auf dem Channel eingehendes Audio direkt wieder auf diesem Channel aus. Diese Anwendung findet häufig zum Testen der Verzögerung (Latenz) und Sprachqualität einer VoIP-Verbindung Verwendung. Der Anrufer kann zum Beenden die #-Taste drücken.

Gibt 0 zurück, falls der Benutzer durch die #-Taste beendet, oder -1, falls der Benutzer auflegt.

exten => 123,1,Echo()
exten => 123,n,Playback(vm-goodbye)
[Anmerkung]

Interner Hilfetext zu dieser Applikation in Asterisk 1.4: 

  -= Info about application 'Echo' =- 

[Synopsis]
Echo audio, video, or DTMF back to the calling party

[Description]
  Echo(): This application will echo any audio, video, or DTMF frames re
ad from
the calling channel back to itself. If the DTMF digit '#' is received, t
he
application will exit.

Differenz zum internen Hilfetext in Asterisk 1.2: 

5c5
< Echo audio, video, or DTMF back to the calling party
---
> Echo audio read back to the user
8,10c8,10
<   Echo(): This application will echo any audio, video, or DTMF frames 
read from
< the calling channel back to itself. If the DTMF digit '#' is received,
 the
< application will exit.
---
>   Echo():  Echo audio read from channel back to the channel. 
> User can exit the application by either pressing the '#' key, 
> or hanging up.

Siehe auch.  Milliwatt()