mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
fix typo
This commit is contained in:
@@ -31,12 +31,11 @@
|
|||||||
},
|
},
|
||||||
"AllowedSipRecVerbs": ["config", "gather", "transcribe", "listen"],
|
"AllowedSipRecVerbs": ["config", "gather", "transcribe", "listen"],
|
||||||
"CallStatus": {
|
"CallStatus": {
|
||||||
"Queued": "queued",
|
|
||||||
"Trying": "trying",
|
"Trying": "trying",
|
||||||
"Ringing": "ringing",
|
"Ringing": "ringing",
|
||||||
"EarlyMedia": "early-media",
|
"EarlyMedia": "early-media",
|
||||||
"InProgress": "in-progress",
|
"InProgress": "in-progress",
|
||||||
|
"Queued": "queued",
|
||||||
"Failed": "failed",
|
"Failed": "failed",
|
||||||
"Busy": "busy",
|
"Busy": "busy",
|
||||||
"NoAnswer": "no-answer",
|
"NoAnswer": "no-answer",
|
||||||
|
|||||||
Reference in New Issue
Block a user