add sms messaging support

This commit is contained in:
Dave Horton
2020-10-09 08:00:17 -04:00
parent 950f1c83b7
commit c02aa94500
12 changed files with 689 additions and 590 deletions

View File

@@ -9,6 +9,7 @@
"Hangup": "hangup",
"Leave": "leave",
"Listen": "listen",
"Message": "message",
"Pause": "pause",
"Play": "play",
"Redirect": "redirect",
@@ -34,7 +35,8 @@
},
"CallDirection": {
"Inbound": "inbound",
"Outbound": "outbound"
"Outbound": "outbound",
"None": "none"
},
"ListenStatus": {
"Pause": "pause",