mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-07 21:35:38 +00:00
chore: voice call campaigns
This commit is contained in:
@@ -8,8 +8,9 @@ const CHANNEL_PRIORITY = {
|
||||
'Channel::Whatsapp': 2,
|
||||
'Channel::Sms': 3,
|
||||
'Channel::TwilioSms': 4,
|
||||
'Channel::WebWidget': 5,
|
||||
'Channel::Api': 6,
|
||||
'Channel::Voice': 5,
|
||||
'Channel::WebWidget': 6,
|
||||
'Channel::Api': 7,
|
||||
};
|
||||
|
||||
export const generateLabelForContactableInboxesList = ({
|
||||
@@ -23,7 +24,8 @@ export const generateLabelForContactableInboxesList = ({
|
||||
}
|
||||
if (
|
||||
channelType === INBOX_TYPES.TWILIO ||
|
||||
channelType === INBOX_TYPES.WHATSAPP
|
||||
channelType === INBOX_TYPES.WHATSAPP ||
|
||||
channelType === INBOX_TYPES.VOICE
|
||||
) {
|
||||
return `${name} (${phoneNumber})`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user