mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-05 12:25:21 +00:00
chore: inbound and outbound calls that work
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user