This plugin allows you to call out using flows, schedule calls and messages, or trigger outgoing calls or texts within another flow.
Download the plugin and extract to /plugins
Once installed, OUTBOUND will appear in the OpenVBX sidebar
- 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
- 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
- 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
- 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
- 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
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