forked from twilio/OpenVBX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhow-it-works.html
More file actions
34 lines (26 loc) · 749 Bytes
/
Copy pathhow-it-works.html
File metadata and controls
34 lines (26 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: default
category: how-it-works
---
<h2 class="section-heading">How It Works</h2>
<div id="how-it-works-steps">
<div id="step-1">
<h3>OpenVBX is powered by Twilio.</h3>
<p id="openvbx-desc">Open Source Web Application running on your web server</p>
<ul id="openvbx-list">
<li>Drag n’ Drop Interface</li>
<li>Users & Groups</li>
<li>Messaging & Voicemail</li>
</ul>
<br class="clear" />
<p id="twilio-desc">The telecom infrastructure web service in the cloud</p>
<ul id="twilio-list">
<li>Carrier Integrations</li>
<li>Pay As You Go Pricing</li>
<li>Scalable & Reliable</li>
</ul>
</div>
<div id="step-2">
<h3>Connect callers to your business.</h3>
</div>
</div>