Add support for TAP: https://en.wikipedia.org/wiki/Telocator_Alphanumeric_Protocol
Many carriers support this: https://www.inforad.com/techsupport/helpcenter/index.php?lstMenu=ServicesAndReceivers&searchtxt=TAP (e.g. Arch and USA Mobility are now Spok)
Could be used to allow AlphaMate terminals to call in to a local Asterisk, where it could then translate that to SNPP or email.
For example, TAPReceive()
could be the server (receiving) application and TAPSend()
could be used to send data to a TAP server. It would be expected for use during an already-established call.
Bonus feature would be acting as a TAP client as well.
You must be