app_morsecode: Add American Morse code

Previously, the Morsecode application only supported international
Morse code. This adds support for American Morse code and adds an
option to configure the frequency used in off intervals.

Additionally, the application checks for hangup between tones
to prevent application execution from continuing after hangup.

ASTERISK-29541

Change-Id: I172431a2e18e6527d577e74adfb05b154cba7bd4
This commit is contained in:
Naveen Albert
2021-08-04 14:46:42 +00:00
committed by Friendly Automation
parent 3eec5b8c5c
commit 9cac1c16da
2 changed files with 146 additions and 30 deletions

View File

@@ -0,0 +1,6 @@
Subject: app_morsecode
Extends the Morsecode application by adding support for
American Morse code and adds a configurable option
for the frequency used in off intervals.