Skip to content

Commit b2f2a44

Browse files
committed
fix(fern/apis/api/openapi.json): Updated openapi.json with new transfer mode and SIP header support
This commit introduces a new transfer mode, "blind-transfer-add-summary-to-sip-header", which adds a SIP header with a call summary during a blind transfer. It also adds a new "sipHeaders" object to allow custom headers during a transfer call. Additionally, a new Azure region, "uaenorth", has been added to the list of supported regions.
1 parent 9371cc2 commit b2f2a44

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

fern/apis/api/openapi.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4186,9 +4186,10 @@
41864186
"properties": {
41874187
"mode": {
41884188
"type": "string",
4189-
"description": "This configures how transfer is executed and the experience of the destination party receiving the call.\n\nUsage:\n- `blind-transfer`: The assistant forwards the call to the destination without any message or summary.\n- `warm-transfer-say-message`: The assistant dials the destination, delivers the `message` to the destination party, connects the customer, and leaves the call.\n- `warm-transfer-say-summary`: The assistant dials the destination, provides a summary of the call to the destination party, connects the customer, and leaves the call.\n- `warm-transfer-wait-for-operator-to-speak-first-and-then-say-message`: The assistant dials the destination, waits for the operator to speak, delivers the `message` to the destination party, and then connects the customer.\n- `warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary`: The assistant dials the destination, waits for the operator to speak, provides a summary of the call to the destination party, and then connects the customer.\n\n@default 'blind-transfer'",
4189+
"description": "This configures how transfer is executed and the experience of the destination party receiving the call.\n\nUsage:\n- `blind-transfer`: The assistant forwards the call to the destination without any message or summary.\n- `blind-transfer-add-summary-to-sip-header`: The assistant forwards the call to the destination and adds a SIP header X-Transfer-Summary to the call to include the summary.\n- `warm-transfer-say-message`: The assistant dials the destination, delivers the `message` to the destination party, connects the customer, and leaves the call.\n- `warm-transfer-say-summary`: The assistant dials the destination, provides a summary of the call to the destination party, connects the customer, and leaves the call.\n- `warm-transfer-wait-for-operator-to-speak-first-and-then-say-message`: The assistant dials the destination, waits for the operator to speak, delivers the `message` to the destination party, and then connects the customer.\n- `warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary`: The assistant dials the destination, waits for the operator to speak, provides a summary of the call to the destination party, and then connects the customer.\n\n@default 'blind-transfer'",
41904190
"enum": [
41914191
"blind-transfer",
4192+
"blind-transfer-add-summary-to-sip-header",
41924193
"warm-transfer-say-message",
41934194
"warm-transfer-say-summary",
41944195
"warm-transfer-wait-for-operator-to-speak-first-and-then-say-message",
@@ -4311,6 +4312,10 @@
43114312
}
43124313
]
43134314
},
4315+
"sipHeaders": {
4316+
"type": "object",
4317+
"description": "These are custom headers to be added to SIP refer during transfer call."
4318+
},
43144319
"description": {
43154320
"type": "string",
43164321
"description": "This is the description of the destination, used by the AI to choose when and how to transfer the call."
@@ -13540,6 +13545,7 @@
1354013545
"france",
1354113546
"india",
1354213547
"japan",
13548+
"uaenorth",
1354313549
"northcentralus",
1354413550
"norway",
1354513551
"southcentralus",
@@ -15072,6 +15078,7 @@
1507215078
"france",
1507315079
"india",
1507415080
"japan",
15081+
"uaenorth",
1507515082
"northcentralus",
1507615083
"norway",
1507715084
"southcentralus",
@@ -15824,6 +15831,7 @@
1582415831
"france",
1582515832
"india",
1582615833
"japan",
15834+
"uaenorth",
1582715835
"northcentralus",
1582815836
"norway",
1582915837
"southcentralus",

0 commit comments

Comments
 (0)