Skip to content

Commit 399dbe1

Browse files
github-actions[bot]github-actions
andauthored
Update API specifications with fern api update (#809)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 4d30f0a commit 399dbe1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fern/apis/api/openapi.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11822,6 +11822,13 @@
1182211822
"dial"
1182311823
]
1182411824
},
11825+
"dialTimeout": {
11826+
"type": "number",
11827+
"description": "This sets the timeout for the dial operation in seconds. This is the duration the call will ring before timing out.\n\nOnly applicable when `sipVerb='dial'`. Not applicable for SIP REFER or BYE.\n\n@default 60",
11828+
"minimum": 1,
11829+
"maximum": 600,
11830+
"default": 60
11831+
},
1182511832
"holdAudioUrl": {
1182611833
"type": "string",
1182711834
"description": "This is the URL to an audio file played while the customer is on hold during transfer.\n\nUsage:\n- Used only when `mode` is `warm-transfer-experimental`.\n- Used when transferring calls to play hold audio for the customer.\n- Must be a publicly accessible URL to an audio file.\n- Supported formats: MP3 and WAV.\n- If not provided, the default hold audio will be used."

0 commit comments

Comments
 (0)