|
1 | 1 | There are **2 ways** we can get a phone number into our Vapi account: |
2 | 2 |
|
3 | | -1. **Purchase a Number Through Vapi:** we can directly purchase phone numbers through Vapi. |
| 3 | +1. **Create a Number Through Vapi:** we can directly create phone numbers through Vapi. |
4 | 4 |
|
5 | | - - Vapi will provision the phone number for us via Twilio |
| 5 | + - Vapi will provision the phone number for us |
6 | 6 | - This can be done in the dashboard, or via the API (we will use the dashboard) |
7 | 7 |
|
8 | 8 | 2. **Import from Twilio or Vonage:** if we already have a phone number with an external telephony provider (like Twilio or Vonage), we can import them into our Vapi account. |
9 | 9 |
|
10 | 10 | <AccordionGroup> |
11 | 11 | <Accordion title="Provision via Vapi (faster)" icon="v" iconType="solid"> |
12 | | - The quickest way to secure a phone number for your assistant is to purchase a phone number directly through Vapi. |
| 12 | + The quickest way to secure a phone number for your assistant is to create a phone number directly through Vapi. |
13 | 13 |
|
14 | | - <Info> |
15 | | - Ensure you have a card on file that Vapi can bill before proceeding, you can add your billing |
16 | | - information in your dashboard at [dashboard.vapi.ai/billing](https://dashboard.vapi.ai/billing) |
17 | | - </Info> |
18 | | - |
19 | | - Navigate to the "Phone Numbers" section & click the "Buy number" button: |
| 14 | + Navigate to the "Phone Numbers" section & click the "Create Phone Number" button: |
20 | 15 |
|
21 | 16 | <Frame caption="Make sure you are in the 'Phone Numbers' dashboard tab."> |
22 | | - <img src="/static/images/quickstart/dashboard/buy-a-phone-number.png" /> |
| 17 | + <img src="/static/images/quickstart/dashboard/create-vapi-phone-number.png" /> |
23 | 18 | </Frame> |
24 | 19 |
|
25 | 20 | We will use the area code `415` for our phone number (these are area codes domestic to the US & Canada). |
26 | 21 |
|
27 | 22 | <Frame caption="Choose an area code for your phone number."> |
28 | | - <img src="/static/images/quickstart/dashboard/buy-phone-number-modal.png" /> |
| 23 | + <img src="/static/images/quickstart/dashboard/buy-vapi-phone-number-modal.png" /> |
29 | 24 | </Frame> |
30 | 25 |
|
31 | 26 | <Info> |
32 | | - Currently, only US & Canada phone numbers can be directly purchased through Vapi. Phone numbers in |
| 27 | + Currently, only US & Canada phone numbers can be directly created through Vapi. Phone numbers in |
33 | 28 | other regions must be imported, see our [phone calling](/phone-calling) guide. |
34 | 29 | </Info> |
35 | 30 |
|
36 | | - Click "Buy", after purchasing a phone number you should see something like this: |
| 31 | + Click "Create", after creating a phone number you should see something like this: |
37 | 32 |
|
38 | 33 | <Frame caption="Here we can attach an assistant to the number for inbound calls (or perform an outbound call, with a select assistant)."> |
39 | | - <img src="/static/images/quickstart/dashboard/phone-number-config.png" /> |
| 34 | + <img src="/static/images/quickstart/dashboard/vapi-phone-number-config.png" /> |
40 | 35 | </Frame> |
41 | 36 |
|
42 | | - The phone number is now ready to be used (either for inbound or outbound calling). |
| 37 | + <Note> |
| 38 | + It takes a couple of minutes for the phone number to be fully activated. During this period, calls will not be functional. |
| 39 | + </Note> |
| 40 | + |
| 41 | + Once activated, the phone number will be ready for use (either for inbound or outbound calling). |
43 | 42 | </Accordion> |
44 | 43 | <Accordion title="Import from Twilio or Vonage" icon="hashtag" iconType="regular"> |
45 | 44 | We can also import an existing phone number we already own with either Twilio or Vonage. |
|
0 commit comments