Skip to content

Commit b99148c

Browse files
authored
request from provider to fix name (#1164)
1 parent 80ec199 commit b99148c

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

fern/advanced/sip/sip-didlogic.mdx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: DIDLogic SIP integration
3-
subtitle: Connect DIDLogic SIP trunks and phone numbers to Vapi
4-
description: Configure DIDLogic and Vapi for inbound calls, outbound calls, and SIP REFER transfers.
2+
title: didlogic SIP integration
3+
subtitle: Connect didlogic SIP trunks and phone numbers to Vapi
4+
description: Configure didlogic and Vapi for inbound calls, outbound calls, and SIP REFER transfers.
55
slug: advanced/sip/didlogic
66
---
77

8-
Connect your DIDLogic SIP trunk to Vapi so your assistants can receive and place phone calls. This guide covers outbound calling through DIDLogic, inbound routing to Vapi, and optional SIP REFER transfers.
8+
Connect your didlogic SIP trunk to Vapi so your assistants can receive and place phone calls. This guide covers outbound calling through didlogic, inbound routing to Vapi, and optional SIP REFER transfers.
99

1010
For SIP trunking concepts and network requirements, see the [SIP trunking guide](/advanced/sip/sip-trunk).
1111

@@ -17,39 +17,39 @@ Use the Vapi dashboard, SIP hostname, and API resources for the region where you
1717

1818
Before you begin, make sure you have:
1919

20-
- An active [DIDLogic account](https://didlogic.com/get-started?utm_source=vapi_docs) with a positive balance
21-
- At least one purchased phone number in the DIDLogic customer portal
22-
- An active DIDLogic SIP account
20+
- An active [didlogic account](https://didlogic.com/get-started?utm_source=vapi_docs) with a positive balance
21+
- At least one purchased phone number in the didlogic customer portal
22+
- An active didlogic SIP account
2323
- A Vapi account and assistant
2424

2525
## Configure outbound calling
2626

2727
<Steps>
28-
<Step title="Create a DIDLogic SIP trunk credential">
28+
<Step title="Create a didlogic SIP trunk credential">
2929
In the [Vapi dashboard](https://dashboard.vapi.ai), select your organization name, then go to **Settings → Integrations → SIP Trunk** and click **Configure New SIP Trunk**.
3030

31-
Configure the credential with your DIDLogic SIP account details:
31+
Configure the credential with your didlogic SIP account details:
3232

33-
- **Name:** A descriptive name, such as `DIDLogic`
34-
- **IP Address / Domain:** A [DIDLogic regional SIP gateway](https://docs.didlogic.com/docs/guides/getting-started/outbound-calling#our-sip-gateways), such as `sip.nl.didlogic.net`
35-
- **Username:** Your five-digit DIDLogic SIP username
36-
- **Password:** Your DIDLogic SIP password
33+
- **Name:** A descriptive name, such as `didlogic`
34+
- **IP Address / Domain:** A [didlogic regional SIP gateway](https://docs.didlogic.com/docs/guides/getting-started/outbound-calling#our-sip-gateways), such as `sip.nl.didlogic.net`
35+
- **Username:** Your five-digit didlogic SIP username
36+
- **Password:** Your didlogic SIP password
3737

3838
Save the credential and note its credential ID. You will use this ID when configuring inbound routing.
3939
</Step>
4040

41-
<Step title="Import your DIDLogic phone number for outbound calling">
42-
To place outbound calls with the SIP trunk credential, the DIDLogic phone number must be available in Vapi. Go to [Phone Numbers](https://dashboard.vapi.ai/phone-numbers). If your DIDLogic number is not already listed, click **Create Phone Number** and select **BYO SIP Trunk Number**. If the number is already listed, open it to update its configuration.
41+
<Step title="Import your didlogic phone number for outbound calling">
42+
To place outbound calls with the SIP trunk credential, the didlogic phone number must be available in Vapi. Go to [Phone Numbers](https://dashboard.vapi.ai/phone-numbers). If your didlogic number is not already listed, click **Create Phone Number** and select **BYO SIP Trunk Number**. If the number is already listed, open it to update its configuration.
4343

44-
Enter or confirm your DIDLogic phone number and select the DIDLogic credential in the **SIP Trunk Credential** dropdown. If the number will also receive inbound calls, assign the assistant that should answer them. Save the phone number.
44+
Enter or confirm your didlogic phone number and select the didlogic credential in the **SIP Trunk Credential** dropdown. If the number will also receive inbound calls, assign the assistant that should answer them. Save the phone number.
4545
</Step>
4646
</Steps>
4747

4848
## Configure inbound call routing
4949

5050
<Steps>
51-
<Step title="Open the DIDLogic destination settings">
52-
Sign in to the [DIDLogic customer portal](https://app.didlogic.com), go to **Purchased**, find the phone number you imported into Vapi, and click **Edit** in the **Destination** section.
51+
<Step title="Open the didlogic destination settings">
52+
Sign in to the [didlogic customer portal](https://app.didlogic.com), go to **Purchased**, find the phone number you imported into Vapi, and click **Edit** in the **Destination** section.
5353
</Step>
5454

5555
<Step title="Route the number to Vapi">
@@ -63,7 +63,7 @@ Before you begin, make sure you have:
6363
YOUR_PHONE_NUMBER@YOUR_CREDENTIAL_ID.sip.eu.vapi.ai
6464
```
6565

66-
Replace `YOUR_PHONE_NUMBER` with the DIDLogic number you imported and `YOUR_CREDENTIAL_ID` with the Vapi SIP trunk credential ID. Do not use a Vapi private API key in the SIP URI.
66+
Replace `YOUR_PHONE_NUMBER` with the didlogic number you imported and `YOUR_CREDENTIAL_ID` with the Vapi SIP trunk credential ID. Do not use a Vapi private API key in the SIP URI.
6767

6868
Click **Add** to save the destination.
6969
</Step>
@@ -73,29 +73,29 @@ Before you begin, make sure you have:
7373

7474
### Test outbound calling
7575

76-
1. In Vapi, select an assistant and the imported DIDLogic phone number.
76+
1. In Vapi, select an assistant and the imported didlogic phone number.
7777
2. Place a test call to a phone you can answer.
7878
3. Verify that the call connects and displays the expected caller ID.
7979

8080
### Test inbound calling
8181

82-
1. Dial your DIDLogic phone number from an external phone.
82+
1. Dial your didlogic phone number from an external phone.
8383
2. Verify that Vapi receives the call and the assistant assigned to the number answers.
8484

8585
## Configure SIP REFER transfers
8686

87-
To transfer an active call through DIDLogic, ask your DIDLogic account manager to enable SIP REFER for your account.
87+
To transfer an active call through didlogic, ask your didlogic account manager to enable SIP REFER for your account.
8888

8989
<Warning>
90-
DIDLogic may restrict SIP REFER transfers to other DIDLogic numbers. Confirm the supported destinations and required routing with your DIDLogic account manager.
90+
didlogic may restrict SIP REFER transfers to other didlogic numbers. Confirm the supported destinations and required routing with your didlogic account manager.
9191
</Warning>
9292

9393
<Steps>
9494
<Step title="Create a transfer tool">
9595
In Vapi, go to **Tools → Create Tool → Transfer Call**. Add a **SIP** destination and enter a URI in the following format:
9696

9797
```text
98-
sip:+E164_NUMBER@YOUR_DIDLOGIC_GATEWAY
98+
sip:+E164_NUMBER@YOUR_didlogic_GATEWAY
9999
```
100100

101101
For example, `sip:+31203691111@sip.nl.didlogic.net`.

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ navigation:
362362
path: advanced/sip/sip-telnyx.mdx
363363
- page: DIDWW
364364
path: advanced/sip/sip-didww.mdx
365-
- page: DIDLogic
365+
- page: didlogic
366366
path: advanced/sip/sip-didlogic.mdx
367367
- page: Zadarma
368368
path: advanced/sip/sip-zadarma.mdx

0 commit comments

Comments
 (0)