#Dialpad
Make outbound calls using Flex!
git clone https://github.com/lehel-twilio/plugin-dialpad.git
npm install
make patch
cp public/appConfig.example.js public/appConfig.js
Edit public/appConfig.js and add your accountSid and runtime domain (without protocol [http/https])
Go to your Twilio Functions and deploy the functions in the /functions directory.
function paths should match file names
npm run build
Go to your Twilio Assets and deploy the plugin-dialpad.js file from the /build directory.