From version 3.1
edited by Jeffrey McDonald
on 2024/08/09 19:57
on 2024/08/09 19:57
Change comment:
There is no comment for this version
To version 8.2
edited by Jeffrey McDonald
on 2025/05/02 15:32
on 2025/05/02 15:32
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,17 +1,48 @@ 1 -= Welcome = 1 +(% class="row" %) 2 +((( 3 +(% class="col-xs-12 col-sm-8" %) 4 +((( 5 +(% class="jumbotron" %) 6 +((( 7 +(% class="container" %) 8 +((( 9 +(% class="wikigeneratedid" id="HPreinstallation" %) 10 +Vorpal is a specialized firm focused exclusively on the Oracle Communications stack, offering deep technical and strategic expertise to telecommunications providers and enterprises worldwide. We provide pre-sales support, software architecture, training, troubleshooting, project management resources and most importantly: custom software development. 11 +))) 12 +))) 2 2 3 - VorpalNetworks is a dedicated to providing networksoftware development services to communication service providers andlarge enterprises. We provide pre-sales support, software architecture, training,troubleshooting and project implementation services.14 += Consulting = 4 4 5 - =Consulting Services=16 +With a team of seasoned consultants, Vorpal provides end-to-end services across all the Oracle Communications applications, including Order and Service Management (OSM), Unified Inventory Management (UIM), Billing and Revenue Management (BRM), and Converged Application Server (OCCAS). Vorpal excels at complex system integrations, platform migrations, and digital transformation initiatives, helping clients streamline operations, enhance customer experiences, and accelerate time to market. Their agile delivery approach, combined with in-depth domain knowledge, makes them a trusted partner for optimizing and future-proofing Oracle Communications deployments. 6 6 7 - Weenable companies to enhance their businesses by using their communication systems in creative ways by addingconvenience and functionality to their existing phone infrastructure.18 += Cloud = 8 8 9 - =Cloud Services=20 +Our hosting options include both inbound and outbound calling, TDD, SMS text messaging, and mobile phone applications running on and with our multiple redundant and highly scalable VoIP servers. Multiple languages, powerful reporting options, superb engineering, and 24×7 maintenance are only a few of the reasons why companies that know they want the best choose Vorpal Networks for their cloud communication services. 10 10 11 -O urhosting options include both inboundand outboundcalling, TDD, SMS textmessaging, and mobile phone applications running on and with our multiple redundant and highly scalable VoIP servers. Multiple languages, powerful reporting options, superb engineering, and 24×7 maintenance are only a few of the reasons why companies that know they want the best choose Vorpal Networks for their Cloud Communication services.22 += Oracle = 12 12 13 -= Oracle Communications = 14 - 15 15 We specialize in the complete Oracle Communications product portfolio. With emphasis in Java, SIP and WebRTC, Vorpal Networks has built up a vast history of integration disparate, competing vendors by using Oracle products as the middleware to achieve interoperability. 16 16 17 17 For more information, contact: [[jeff@vorpal.net>>mailto:mailto:jeff@vorpal.net?subject=Vorpal%20Networks%20Inquiry]] 27 + 28 + 29 + 30 +(% class="wikigeneratedid" %) 31 + 32 +))) 33 + 34 +(% class="col-xs-12 col-sm-4" %) 35 +((( 36 +(% class="box" %) 37 +((( 38 +[[image:https://media.gettyimages.com/id/1907054930/photo/cropped-shot-of-young-asian-woman-using-smartphone-against-futuristic-background-innovative.jpg?s=612x612&w=0&k=20&c=W8zuGm9ctBZzSWqRMYW5PO8B2yTv70fUqiJpdIAkgcI=]] 39 +))) 40 + 41 +(% class="box" %) 42 +((( 43 +**Contents** 44 + 45 +{{toc/}} 46 +))) 47 +))) 48 +)))
- boy-watercolor.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.jeff - Size
-
... ... @@ -1,0 +1,1 @@ 1 +716.9 KB - Content
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -8,3 +8,9 @@ 8 8 } 9 9 } 10 10 document.addEventListener("DOMContentLoaded", fixExternalLinks); 11 + 12 +require(['jquery'], function($) { 13 + jQuery(document.links).filter(function() { 14 + return this.hostname != window.location.hostname; 15 + }).attr('target', '_blank'); 16 +});