This commit is contained in:
Quan HL
2023-07-27 06:36:48 +07:00
parent 38ea9e7411
commit b88a9d4d4d
2 changed files with 16 additions and 2 deletions

View File

@@ -31,11 +31,12 @@
},
"AllowedSipRecVerbs": ["config", "gather", "transcribe", "listen"],
"CallStatus": {
"Queued": "queued",
"Trying": "trying",
"Ringing": "ringing",
"EarlyMedia": "early-media",
"InProgress": "in-progress",
"Queued": "queued",
"Failed": "failed",
"Busy": "busy",
"NoAnswer": "no-answer",