app_sendtext: Add ReceiveText application

Adds a ReceiveText application that can be used in
conjunction with SendText. Currently, there is no
way in Asterisk to receive text in the dialplan
(or anywhere else, really). This allows for Asterisk
to be the recipient of text instead of just the sender.

ASTERISK-29759 #close

Change-Id: Ica2c354a42bff69f323a0493d3a7cd0fb129d52d
This commit is contained in:
Naveen Albert
2021-11-17 21:39:34 +00:00
committed by Joshua Colp
parent 8ec13f06de
commit 54761a41cd
2 changed files with 88 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
Subject: app_sendtext
A ReceiveText application has been added that can be
used in conjunction with the SendText application.