OpenVBX-Plugin-Outbound
OpenVBX-Plugin-Outbound copied to clipboard
Lets you call out with a flow now or later. Start or schedule calls and messages within a flow.
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
- Click Start Flow in the OpenVBX sidebar
- Enter the number to call
- Select the Flow to call with
- Select the caller ID (OpenVBX number) to call with
Schedule an outgoing call
- Click Schedule Flow in the OpenVBX sidebar
- Click Add Call
- Enter the number to call
- Enter the date and time to call
- Select the Flow to call with
- Select the caller ID (OpenVBX number) to call with
Schedule a text message
- Click Schedule Flow in the OpenVBX sidebar
- Click Add SMS
- Enter the number to call
- Enter the date and time to call
- Select the caller ID (OpenVBX number) to send with
- Enter the message to text
Trigger a call to another number from a Flow
- Add the New Call applet to a Call or SMS flow
- Select the caller ID (OpenVBX number) to call with
- Select the Flow to call with
- Enter the number to call
Trigger an SMS to another number from a Flow
- Add the New Text applet to a Call or SMS flow
- Select the caller ID (OpenVBX number) to call with
- Enter the number to text
- 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