-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
390 lines (340 loc) · 19.7 KB
/
work.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html lang="en">
<head>
<title>QXIP - Use Cases</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="assets/img/apple-icon.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- Load Require CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Font CSS -->
<link href="assets/css/boxicon.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Load Tempalte CSS -->
<link rel="stylesheet" href="assets/css/qxip.css">
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body>
<!-- Header -->
<nav id="main_nav" class="navbar navbar-expand-lg navbar-light bg-white shadow">
<div class="container d-flex justify-content-between align-items-center">
<a class="navbar-brand h1" href="index.html">
<span class="text-dark h4"><img src="assets/img/qxip-logo-new.png" height="40px"></span> <span
class="h5" style="color:#a4a4a4;"></span>
</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar-toggler-success" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="align-self-center collapse navbar-collapse flex-fill d-lg-flex justify-content-lg-between"
id="navbar-toggler-success">
<div class="flex-fill mx-xl-5 mb-2">
<ul class="nav navbar-nav d-flex justify-content-between mx-xl-5 text-center text-dark">
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" target="_blank"
href="http://sipcapture.org/#home">Open-Source</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" target="_blank"
href="https://hepic.tel/">Commercial</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="work.html">Use Cases</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3"
href="getstarted.html">Get Started</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3"
href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="navbar align-self-center d-flex">
</div>
</div>
</div>
</nav>
<!-- Close Header -->
<!-- Start Banner Hero -->
<div id="work_banner" class="banner-wrapper bg-light w-100 py-5 cover-wrapper">
<div class="banner-vertical-center-work container text-light d-flex justify-content-center align-items-center py-5 p-0">
<div class="banner-content col-lg-8 col-12 m-lg-auto text-center">
<h1 class="text-dark display-4 pb-5 typo-space-line-center"> <img src="assets/img/qxip-logo-new.png"
height="55px" alt=""> use cases</h1>
<p class="pb-2 text-dark fs-4 text-muted">
We work with different use cases, ranging from small companies to some of the largest enterprises in
the world. Below you can see some of our use cases anonymised.
</p>
</div>
</div>
</div>
<!-- End Banner Hero -->
<!-- Start Our Work -->
<section class="container py-5">
<div class="row py-5 projects gx-lg-5">
<div class="col-sm-6 col-lg-4 text-decoration-none project marketing social business">
<div class="service-work overflow-hidden mb-5 mx-5 m-sm-0">
<figure class="figure">
<img class="figure-img img-fluid rounded" src="assets/img/company-2.jpg" alt="...">
</figure>
<div class="card-body">
<h4 class="card-title text-dark">Large Enterprise</h4>
<p class="card-text text-dark">
One of the largest and well-respected multinational technology companies, headquartered in
California, USA, that designs ...
</p>
<a href="#large-enterprise"class="text-center my-2 banner-button btn rounded-pill btn-outline-danger btn-md px-4">
Read more
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 text-decoration-none project graphic social">
<div class="service-work overflow-hidden mx-5 mx-sm-0 mb-5">
<figure class="figure">
<img class="figure-img img-fluid rounded" src="assets/img/server.jpg" alt="...">
</figure>
<div class="card-body">
<h4 class="card-title text-dark">Integrator</h4>
<p class="card-text text-dark">
A global provider of enterprise cloud communications and collaboration software as a service
(UCaaS) headquartered in the USA.
</p>
<a href="#integrator"class="text-center my-2 banner-button btn rounded-pill btn-outline-danger btn-md px-4">
Read more
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 text-decoration-none project marketing graphic business">
<div class="service-work overflow-hidden mx-5 mx-sm-0 mb-5">
<figure class="figure">
<img class="figure-img img-fluid rounded" src="assets/img/carriers-2.jpg" alt="">
</figure>
<div class="card-body">
<h4 class="card-title text-dark">Carrier</h4>
<p class="card-text text-dark">
Global provider of Trunking, Voice and Messaging services from the cloud for worldwide
businesses presence including local, national, mobile ...
</p>
<a href="#carrier" class="text-center my-2 banner-button btn rounded-pill btn-outline-danger btn-md px-4">
Read more
</a>
</div>
</div>
</div>
</div>
<div class="row">
</div>
</section>
<!-- End Our Work -->
<section class="container py-5">
<!-- Large enterprise -->
<div class="row py-4" id="large-enterprise">
<div class="col-md-8 m-auto">
<h2 class="display-5 typo-space-line py-4">Large Enterprise</h2>
<p class="fs-4 text-muted py-2">
One of the largest and well-respected multinational technology companies, headquartered in
California,
USA, that designs, develops, and markets consumer electronics, computer software, and online
services
</p>
<p class="text-muted text-justify">
The company relies on <strong class="fw-bold text-danger">qxip</strong> to provide a globally deployed <strong><span style="color:#1DC27C">h</span>epic</strong> cluster customized to capture
and store both corporate and customer-facing contact center traffic stemming from a variety
of platforms and carrier providers. Their clustered <strong><span style="color:#1DC27C">h</span>epic</strong> solution, deployed on commodity
bare-metal hardware within the customer’s physical data centers, includes distributed search,
correlation of complex contact center calling scenarios, on-demand call recording, clustered
storage with replication, and emission of clustered statistics for analysis. <strong><span style="color:#1DC27C">h</span>epic</strong> displaced
an incumbent deployment of proprietary hardware-based capture appliances that simply didn’t
offer the performance, scalability or flexibility that <strong><span style="color:#1DC27C">h</span>epic</strong> does for them. Company’s support
teams in multiple geographies rely on <strong><span style="color:#1DC27C">h</span>epic</strong> to reliably provide the visibility that is essential
to their success.
</p>
</div>
</div>
<div class="row py-4" id="integrator">
<div class="col-md-8 m-auto">
<h2 class="display-5 typo-space-line py-4">Integrator</h2>
<p class="fs-4 text-muted py-2">
A global provider of enterprise cloud communications and collaboration software as a service (UCaaS)
headquartered in the USA.
</p>
<p class="text-muted ">
Company relies on a <strong><span style="color:#1DC27C">h</span>epic</strong> cluster deployed globally on Amazon AWS, with data exports
to a variety of in-house and cloud-based downstream consumers, including customer-facing
dashboards to convey call quality metrics gathered by an orchestrated deployment of over
450 distributed capture agents. Various departments within Company's organization rely on
<strong><span style="color:#1DC27C">h</span>epic</strong> to provide visibility and valuable metrics, including platform engineers, application
support staff, DevOps, and business analytics teams. In response to this customer’s specific
requirements relating to their complex call scenarios, <strong class="fw-bold text-danger">qxip</strong> has over the past (5) years
developed and productized a number of requested features, such as a correlated CDR data
structure and data pipeline that drives business decisions such as Least Cost Routing (LCR)
and cost overrun controls. By way of their Advanced Support Plan, Company enjoys a healthy
dialog with <strong class="fw-bold text-danger">qxip</strong>’s Developers and VoIP engineers toward the advancement of the hepic product
for their benefit, and for the benefit of our other customers who face some of the same challenges.
</p>
</div>
</div><!-- End Blog Cover -->
<div class="row py-4" id="carrier">
<div class="col-md-8 m-auto">
<h2 class="display-5 typo-space-line py-4">Carrier</h2>
<p class="fs-4 text-muted py-2">
Global provider of Trunking, Voice and Messaging services from the cloud for worldwide businesses
presence including local, national, mobile and toll-free phone numbers, headquartered in Belgium.
</p>
<p class="text-muted ">
Company uses <strong><span style="color:#1DC27C">h</span>epic</strong> to provide visibility into the performance and quality of the customer
and peering partner interconnections and to complement their Customer Support Portal with
insights about end-to-end voice quality on a per-call basis, providing granular reporting
and self troubleshooting capabilities as a service to their Customer base. Company also
leverages <strong><span style="color:#1DC27C">h</span>epic</strong> statistics to analyze traffic patterns and have setup threshold-based
alertings to indicate anomalous conditions and threats to their infrastructure as well as
risks to their profitability.
</p>
</div>
</div>
</section>
<!-- End large enterprise -->
<!-- Start Footer -->
<footer class="bg-secondary pt-4">
<div class="container">
<div class="row py-4">
<div class="col-lg-3 col-12 align-left">
<a class="navbar-brand" href="index.html">
<img src="assets/img/qxip-logo-white.png" width="150px" alt="">
</a>
<p class="text-light my-lg-4 mb-2">
Hugo Floris Ruysstraat 1-5 <br />
Amsterdam, 1063, <br />
The Netherlands
</p>
<ul class="list-inline footer-icons py-3">
<li class="list-inline-item m-0">
<a class="text-white" target="_blank" href="https://www.youtube.com/user/qxipvideo">
<i class='bx bxl-youtube bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-white" target="_blank" href="https://www.twitter.com/sipcapture">
<i class='bx bxl-twitter bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-white" target="_blank" href="https://www.linkedin.com/company/qxip">
<i class='bx bxl-linkedin bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-white" target="_blank" href="https://www.github.com/sipcapture">
<i class='bx bxl-github bx-md'></i>
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h3 class="h4 pb-lg-3 text-light ">Our Company</h2>
<ul class="list-unstyled text-light ">
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light" href="index.html">Home</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="http://sipcapture.org/">Open-Source</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="https://hepic.tel/">Commercial</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i></i><a
class="text-decoration-none text-light py-1" href="work.html">Use Cases</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h2 class="h4 pb-lg-3 text-light ">For Client</h2>
<ul class="list-unstyled text-light ">
<li class="pb-2">
<i class='bx-fw bx bx-phone bx-xs'></i><a class="text-decoration-none text-light py-1">+31
(0)20 8080468 </a>
</li>
<li class="pb-2">
<i class='bx-fw bx bx-mail-send bx-xs'></i><a class="text-decoration-none text-light py-1"
href="mailto:sales@qxip.net">sales@qxip.net</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="getstarted.html">Get Started</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
<div class="w-100 bg-dark py-3">
<div class="container">
<div class="row pt-2">
<div class="col mx-auto">
<p class="text-lg-start text-center text-light ">
© Copyright 2021 QXIP. All Rights Reserved. All trademarks are copyright of their respective
owners.
Amsterdam Chamber of Commerce #61018635
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Lightbox -->
<script src="assets/js/fslightbox.js"></script>
<script>
fsLightboxInstances['gallery'].props.loadOnlyCurrentSource = true;
</script>
<!-- Load jQuery require for isotope -->
<script src="assets/js/jquery.min.js"></script>
<!-- Isotope -->
<script src="assets/js/isotope.pkgd.js"></script>
<!-- Page Script -->
<script>
$(window).load(function () {
// init Isotope
var $projects = $('.projects').isotope({
itemSelector: '.project',
layoutMode: 'fitRows'
});
$(".filter-btn").click(function () {
var data_filter = $(this).attr("data-filter");
$projects.isotope({
filter: data_filter
});
$(".filter-btn").removeClass("active");
$(".filter-btn").removeClass("shadow");
$(this).addClass("active");
$(this).addClass("shadow");
return false;
});
});
</script>
<!-- -->
<script src="assets/js/qxip.js"></script>
<!-- Custom -->
<script src="assets/js/custom.js"></script>
</body>
</html>