Skip to content

Commit bcf2516

Browse files
authored
Merge branch 'VapiAI:main' into update-speech-config
2 parents 1097960 + 2a179a4 commit bcf2516

File tree

11 files changed

+569
-231
lines changed

11 files changed

+569
-231
lines changed

fern/advanced/sip/sip-telynx.mdx renamed to fern/advanced/sip/sip-telnyx.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Telynx SIP Integration
2+
title: Telnyx SIP Integration
33
subtitle: How to integrate SIP Telnyx to Vapi
4-
slug: advanced/sip/telynx
4+
slug: advanced/sip/telnyx
55
---
66
## Inbound
77
### On Vapi
@@ -45,7 +45,7 @@ Now every time you make a call to this number (i.e. assigned numbers on SIP trun
4545
</Step>
4646
</Steps>
4747

48-
### On Telynx
48+
### On Telnyx
4949
<Steps>
5050
<Step title="Setup inbound authentication">
5151
1. Go to Voice / SIP Trunking / Create
@@ -79,7 +79,7 @@ Modify SIP invite so your VAPI and Telnyx accounts will be matched correctly
7979
</Steps>
8080

8181
## Outbound
82-
### On Telynx
82+
### On Telnyx
8383
<Steps>
8484
<Step title="Set outbound authentication method">
8585
1. Go to Voice / Sip Trunking / Authentication and routing

fern/apis/api/generators.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ groups:
1010
python-sdk:
1111
generators:
1212
- name: fernapi/fern-python-sdk
13-
version: 4.3.9
13+
version: 4.3.10
1414
disable-examples: true
1515
api:
1616
settings:
@@ -47,7 +47,7 @@ groups:
4747
java-sdk:
4848
generators:
4949
- name: fernapi/fern-java-sdk
50-
version: 2.3.1
50+
version: 2.8.1
5151
output:
5252
location: maven
5353
coordinate: dev.vapi:server-sdk
@@ -60,7 +60,7 @@ groups:
6060
go-sdk:
6161
generators:
6262
- name: fernapi/fern-go-sdk
63-
version: 0.33.0
63+
version: 0.35.0
6464
api:
6565
settings:
6666
unions: v1

fern/apis/api/openapi-overrides.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ x-fern-pagination:
22
offset: $request.page
33
results: $response.results
44
paths:
5+
/enterprise:
6+
post:
7+
x-fern-ignore: true
58
/call:
69
get:
710
x-fern-sdk-group-name:

0 commit comments

Comments
 (0)