Morsecode()
Morsecode(string
)
exten => 123,1,Answer() exten => 123,n,Morsecode("The dog barks at midnight.") exten => 123,n,Hangup()
-= 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 tone (in Hz). The tone default is 800.
-- not available in Version 1.2 --