File: //home/arjun/projects/buyercall/buyercall/assets/components/widgets/default_settings.js
module.exports = {
// Global settings
name: 'Default Widget',
color: '#03a9f4',
position: 'bottom-right',
branding: false,
widgetType: null, // 'widget' or 'adf'
// Before call
title: 'TALK TO US NOW!',
tabWidth: 40,
typeTab: true,
typeButton: true,
typeLink: true,
typeImage: false,
animation: 'bounce-up',
defaultImage: '',
customImage: '',
imageInFront: false,
showHideButton: true,
showOnMobile: true,
mobileOptimized: false,
imageHorizontal: 50,
imageVertical: 50,
imageSize: 50,
// Starting Call
headerTitle: 'Talk to us now!',
intro: 'Complete the form and click on the talk button to speak to one of our representatives.',
buttonText: 'Click to talk!',
askFirstName: true,
firstNamePrompt: 'Enter your first name',
askLastName: true,
lastNamePrompt: 'Enter your last name',
askEmailAddress: true,
emailAddressPrompt: 'Enter your email address',
askPhoneNumber: true,
phoneNumberPrompt: 'Enter your phone number',
askQuestion: false,
questionPrompt: 'What is your question?',
addHiddenInformation: false,
hiddenInformation: '',
alwaysModal: false,
transparentBackground: false,
// Call settings
language: 'en',
whisperMessage: 'Thank you for contacting us. You will be connected to a representative shortly. Please note that this call might be recorded.',
routeInSequence: false,
routeSimultaneously: true,
routeRandomly: false,
recordCalls: false,
voicemail: true,
voicemailMessage: 'Sorry we are not available at the moment. Please leave a voice message and we\'ll get back to you as soon as possible.',
retryRouting: ['0', '', ''],
digitPrompt: true,
// Unavailability
unavailableHeaderTitle: 'Send us a messsage!',
unavailableIntro: 'Sorry, we are not available at the moment. Send us a message, and we\'ll get back to you!.',
unavailableButtonText: 'Send message',
unavailableAskFirstName: true,
unavailableFirstNamePrompt: 'Enter your first name',
unavailableAskLastName: true,
unavailableLastNamePrompt: 'Enter your last name',
unavailableAskEmailAddress: true,
unavailableEmailAddressPrompt: 'Enter your email address',
unavailableAskPhoneNumber: true,
unavailablePhoneNumberPrompt: 'Enter your phone number',
unavailableAskQuestion: false,
unavailableQuestionPrompt: 'What is your question?',
// Triggers
triggerBasedOnTime: false,
triggerInterval: 30,
triggerBasedOnPage: false,
triggerPageInterval: 10,
pages: [],
// Notifications
enableNotifications: true,
notifyAllLeads: false,
notifyAllMe: true,
notifyAllAgents: false,
notifyAllCustom: '',
notifyMissedLeads: true,
notifyMissedMe: true,
notifyMissedAgents: false,
notifyMissedCustom: '',
notifyNone: false,
notifyAdfCustom: '',
notifyAdf: false
};