initial support for conference and queues

This commit is contained in:
Dave Horton
2020-05-06 15:27:24 -04:00
parent 419c5ea9fd
commit a0508a2494
18 changed files with 711 additions and 68 deletions

View File

@@ -1,9 +1,12 @@
{
"TaskName": {
"Conference": "conference",
"Dequeue": "dequeue",
"Dial": "dial",
"Enqueue": "enqueue",
"Gather": "gather",
"Hangup": "hangup",
"Leave": "leave",
"Listen": "listen",
"Pause": "pause",
"Play": "play",
@@ -66,5 +69,17 @@
"StandbyEnter": "standby-enter",
"StandbyExit": "standby-exit"
},
"QueueResults": {
"Bridged": "bridged",
"Error": "error",
"Wait": "hangup",
"Leave": "leave"
},
"DequeueResults": {
"Bridged": "bridged",
"Error": "error",
"Hangup": "hangup",
"Timeout": "timeout"
},
"MAX_SIMRINGS": 10
}