Morsecode()

Gibt einen angegebenen String als Morsezeichen aus.

Morsecode(String)

Spielt den angegebenen String als Morsezeichen.

exten => 123,1,Answer()
exten => 123,n,Morsecode("Das Pferd frisst den Hafer nicht.")
exten => 123,n,Hangup()
[Anmerkung]

Interner Hilfetext zu dieser Applikation in Asterisk 1.4: 

  -= Info about application 'Morsecode' =- 

[Synopsis]
Plays morse code

[Description]
Usage: Morsecode(<string>)
Plays the Morse code equivalent of the passed string.  If the variable
MORSEDITLEN is set, it will use that value for the length (in ms) of the
 dit
(defaults to 80).  Additionally, if MORSETONE is set, it will use that t
one
(in Hz).  The tone default is 800.

Differenz zum internen Hilfetext in Asterisk 1.2: 

-- in Version 1.2 nicht vorhanden --