Skip to end of metadata
Go to start of metadata

Morsecode()

Synopsis

Plays morse code.

Description

Plays the Morse code equivalent of the passed string.

This application does not automatically answer and should be preceeded by an application such as Answer() or Progress().

This application uses the following variables:

  • MORSEDITLEN - Use this value in (ms) for length of dit
  • MORSETONE - The pitch of the tone in (Hz), default is 800
  • MORSESPACETONE - The pitch of the spaces in (Hz), default is 0
  • MORSETYPE - The code type to use (AMERICAN for standard American Morse or INTERNATIONAL for international code. Default is INTERNATIONAL).

Syntax

Morsecode(string)
Arguments
  • string - String to playback as morse code to channel

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-f8000daff5

  • No labels