Morsecode()
Morsecode(String
)
exten => 123,1,Answer() exten => 123,n,Morsecode("Das Pferd frisst den Hafer nicht.") exten => 123,n,Hangup()
| | | 1.4 |————————| 1.6 |————————
-= 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.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,7 +4,7 @@
Plays morse code
[Description]
- Usage: Morsecode(<string>)
+ 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