chore: inbound and outbound calls that work

This commit is contained in:
Sojan
2025-05-02 02:41:38 -07:00
parent 3f0c01e166
commit 3692cde1a9
17 changed files with 3434 additions and 366 deletions

View File

@@ -215,7 +215,7 @@ export const actions = {
const inboxParams = {
name: params.voice.name || `Voice (${params.voice.phone_number})`,
channel: {
type: 'Channel::Voice',
type: 'voice',
phone_number: params.voice.phone_number,
provider: params.voice.provider,
provider_config: params.voice.provider_config,