Skip to content

Commit 9320a10

Browse files
authored
869 Convo AI hide telephony (#1526)
* remove-telephony-from-convoAI * update
1 parent 8ea47b9 commit 9320a10

File tree

12 files changed

+10
-2062
lines changed

12 files changed

+10
-2062
lines changed

conversational-ai/overview/release-notes.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ Released on November 15, 2025.
2323

2424
Included in this release:
2525

26+
{/*
2627
* **Telephony**
2728
2829
This version adds an outbound calling feature that enables the <Vpd k="AGENT" /> to [initiate an outbound call](/conversational-ai/rest-api/telephony/start) to a specified number through a POST API. After the call is answered, the agent can engage in real-time dialogue with the callee. This feature supports a wide range of outbound AI call scenarios.
2930
3031
This version adds a set of phone number management APIs for handling numbers connected to <Vpd k="NAME" />. Refer to the API changes section for details.
32+
*/}
3133

3234
* **Selective attention locking (Beta)**
3335

@@ -97,19 +99,22 @@ This release includes the following enhancements:
9799

98100
This release introduces the following changes to the RESTful API.
99101

102+
{/*
103+
100104
- **New APIs**
101-
- Telephony
102-
- [Initiate an outbound call](/conversational-ai/rest-api/telephony/start)
103-
- [Retrieve call records](/conversational-ai/rest-api/telephony/history)
104-
- [Hang-up a call](/conversational-ai/rest-api/telephony/hang-up)
105-
- [Retrieve call status](/conversational-ai/rest-api/telephony/status)
105+
* Telephony
106+
* [Initiate an outbound call](/conversational-ai/rest-api/telephony/start)
107+
* [Retrieve call records](/conversational-ai/rest-api/telephony/history)
108+
* [Hang-up a call](/conversational-ai/rest-api/telephony/hang-up)
109+
* [Retrieve call status](/conversational-ai/rest-api/telephony/status)
106110
107111
- Phone number management
108112
- [Retrieve list of numbers](/conversational-ai/rest-api/phone-number-management/list)
109113
- [Import number](/conversational-ai/rest-api/phone-number-management/import)
110114
- [Retrieve number information](/conversational-ai/rest-api/phone-number-management/number-info)
111115
- [Update number configuration](/conversational-ai/rest-api/phone-number-management/update)
112116
- [Delete number](/conversational-ai/rest-api/phone-number-management/delete)
117+
*/}
113118

114119
- Changes to [**Start a conversational AI agent**](/conversational-ai/rest-api/agent/join)
115120
- **New parameters added**

conversational-ai/rest-api/phone-number-management/_category_.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

conversational-ai/rest-api/phone-number-management/delete.mdx

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)