Git Product home page Git Product logo

openvbx-plugin-outbound's Introduction

Outbound Flows for OpenVBX

This plugin allows you to call out using flows, schedule calls and messages, or trigger outgoing calls or texts within another flow.

Installation

Download the plugin and extract to /plugins

Usage

Once installed, OUTBOUND will appear in the OpenVBX sidebar

Call out with a Flow

  1. Click Start Flow in the OpenVBX sidebar
  2. Enter the number to call
  3. Select the Flow to call with
  4. Select the caller ID (OpenVBX number) to call with

Schedule an outgoing call

  1. Click Schedule Flow in the OpenVBX sidebar
  2. Click Add Call
  3. Enter the number to call
  4. Enter the date and time to call
  5. Select the Flow to call with
  6. Select the caller ID (OpenVBX number) to call with

Schedule a text message

  1. Click Schedule Flow in the OpenVBX sidebar
  2. Click Add SMS
  3. Enter the number to call
  4. Enter the date and time to call
  5. Select the caller ID (OpenVBX number) to send with
  6. Enter the message to text

Trigger a call to another number from a Flow

  1. Add the New Call applet to a Call or SMS flow
  2. Select the caller ID (OpenVBX number) to call with
  3. Select the Flow to call with
  4. Enter the number to call

Trigger an SMS to another number from a Flow

  1. Add the New Text applet to a Call or SMS flow
  2. Select the caller ID (OpenVBX number) to call with
  3. Enter the number to text
  4. Enter the message to text*

* Use %caller% or %sender% to substitute the caller's number, %number% for the number called or %body% for the message body

Set Cron Job

A cron job must be set to send scheduled calls and messages every 5 minutes. If you have access to crontab, enter:

*/5 * * * * /usr/bin/php5 /PATH_TO_OPENVBX/plugins/outbound/cron.php

If using cron source or a poorman's cron use:

http://YOUR_DOMAIN/hook/outbound/cron

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.