mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
add sms messaging support
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user