Today, the telecommunications industry is evolving and expanding at unprecedented speed. New technologies are being developed and introduced each day. One example is the voice over Internet protocol (VoIP) phone service, that is rapidly being deployed to customers. These new technologies create an opportunity to develop services of value to customers. However, the pace at which these technologies are being introduced and the demands that customers place on service providers today, means that service providers must be able to execute flawlessly on the introduction and delivery of these new technologies and services.
In the light of this accelerating complexity in the world of communications, with many different entities being involved in the exploitation of a fast growing range of different services, there is a clear need for sophisticated service provision and/or management systems. More specifically, there is a demand for systems that can help network operators and service providers streamline operations, including delivery operations, increase network flexibility, and reduce operating and capital expenditures. Moreover, there is a need for systems that will allow network operators to provide VoIP services to their customers in a timely and efficient manner, without the cost and burden to establishing a custom solution.
The systems and methods described herein include, among other things, improved methods and systems for deploying VoIP telecommunication services, as well as for hosting VoIP services for telecommunication resellers.
In one embodiment, the systems include at least one service package that has a set of instructions for carrying out and/or deploying a VoIP telecommunications service. The system also includes a runtime environment, or process, that is capable of processing instructions stored in the one or more service packages for the purpose of carrying out the VoIP service deployment. The system further includes one or more adapters, each of which is capable of interfacing the system to the external network environment through which the communication service will be deployed. Optionally and preferably the system may also include an integrated development environment for allowing a user to develop a service package which can be executed within the runtime environment for directing the external network, through the adapters, to implement the user developed service. Further, the systems and methods described herein include functionality that facilitate and support the hosting of VoIP services to allow network operators to enlist a VoIP hosting service to provide VoIP services to their customers, as well as to support backend operations including sales and billing and order taking and service deployment. These hosted VoIP services may be rebranded by the network operator to present these services as services that are delivered to their customers by their network operation.
The service package architecture allows the technology to be applied to a wide spectrum of service types and customizations. The encapsulated domain knowledge included into the service package, the modularity and ease of enhancement of the service package, coupled with the runtime service delivery dash board analytics views, provides for the distinct characteristics of the systems described herein.
The foregoing and other objects and advantages of the invention will be appreciated more fully from the following further description thereof, with reference to the accompanying drawings wherein;
To provide an overall understanding of the systems and methods described herein, certain illustrative embodiments will now be described, including a system that allows for developing improved services and service delivery.
The systems and methods described herein include the systems for developing and deploying VoIP services, and for improving services and service delivery by allowing a user to amend and update a developed service and for measuring characteristics of a service or versions of a service to select among different services and versions to achieve a selected improvement. The systems and methods described herein include processes for hosting VoIP services and deployment to support VoIP service resellers, and optionally include processes for allowing the service provider to rebrand the VoIP service.
To this end, the systems described herein are capable of fielding requests to deploy a service from multiple different sources and are capable of driving and directing the operation of external systems for the purpose of deploying the requested service. The systems include an order handling module that has set of interfaces that can receive orders for a service from different sources. For example, the system can receive through a self-service web interface, a request to provide a customer with VoIP service within the customer's company and externally as well. Once the order is received the system can begin the process of deploying that service. To deploy the requested service, the system calls upon a service package that was identified by the order, and runs the service package in a runtime environment. The service package is a definition of the requested service or set of related services and allows for service creation by encapsulating the definitions, configurations, parameters, and actions that comprise the actions needed to deploy the communications service. As will be discussed in more detail below, the service package includes an abstract data model that captures the data needed to deploy the requested service, such as information for setting up a new customer account and information for provisioning resources, such as modems. The service package also includes process definitions that implement the business rules that govern the service and orchestrate the fulfillment of services. The service package also includes adapters that map received data from a device specific format into an XML instance of a corresponding data model, and map data from a corresponding Data Model into a format specific to a particular external device. For example, the service package includes the logic and an abstract data model of the information required to deploy to a customer a VoIP service that runs on an internal network and connects to the PSTN. The runtime environment processes information stored in a service package to drive the external systems that need to be activated to deliver the requested service.
By abstracting the service deployment process into a service package, the systems and methods described herein are able to execute a generic process within the runtime environment, and push the platform specific processing tasks to the edge of the system. This provides for easier integration of new network components. Moreover, in certain optional embodiments, the developers can be provided with a library of service packages that provide templates that can be modified as necessary to integrate with the customer's external systems. This provides a rapid development and employment environment for delivering services and fulfilling orders.
The depicted system 10 is a software tool that may act as middleware that sits between a system operator and one or more external network systems 30. As will be described in more detail hereinafter the system 10 provides the operator with a platform that the operator may use for developing and improving services and processes and for deploying services across the external network(s) 30. To this end, the system 10 includes the IDE 14 that allows the operator to develop services that can be executed by the runtime module 12. The runtime module process 12 provides a layer of abstraction for allowing services created using the IDE 14 to be executed on the user's network system 30. As the network system may comprise a host of components from different manufacturers, the runtime module 12 provides for brokering communication between the services developed by the operator and the different elements of the external network 30. Additionally, the system 10 shown in
Turning to
Although the systems and methods described herein may be employed for developing, and delivering any type of service, such as a financial service, or a medical service, the systems and methods described herein are, for the purpose of clarity, being described with reference to telecommunication services. Such telecommunication services can include IP virtual private networks (VPN) as well as wireless services, and other types of services. Thus, the illustrated systems facilitate the development and deployment of telecommunication services. However, it will be apparent to those of skill in the art that the systems and methods described herein are not so limited and may be employed in other applications, with modifications, additions, and substitutions, being made as required by the application.
The depicted system 10 fulfills orders for services and allows customers (Service Providers, Systems Integrators, services organization, etc.) to define the service and process for fulfilling orders for that service. For this embodiment, a service or collection of services is termed a service package 22. The service package 22 can be deployed to the runtime module 12 where it is used to fulfill orders. The system 10 also that provides operators with real-time and historical views into the service delivery process, providing them with insights into that process, and allowing them to know more about their business. The results of the incremental investments in the process may be viewable with before and after views. In addition, the system 10 optionally can highlight trouble spots, providing guidance for further improvement. Once identified, a service can be extended to further improve the process, re-deployed, and again measured for the results.
IDE Module
More particularly,
In one embodiment the service package 22 is a set of related XML source files that contain the information in the data model, process flow and the adapter. In this embodiment, the designer application 20 program creates and organizes the different XML source files being generated as the service package 22. The development of such file control programs follow from principles and practices well known to those of skill in the art.
In one embodiment, the design application 20 allows a user to access a particular source file and launch the builder application associated with that file. The data model builder 32 is a software application that may be launched when the user selects one or more of the XML source files associated with the file. The builder 32 models a data structure and constraints using, for example, the Unified Modeling Language (UML). The data model 72 created is a complete abstract model of all the data needed to deploy the service. In one embodiment, the data model builder 32 provides a graphical interface and tools to create and edit UML class diagrams called data models. The data model builder interface consists of a main window divided into three panes: Navigation pane, Editing pane and Details pane.
The depicted adapter builder 34 allows for non programmatic creation, editing and configuration of adapters 52 to the external systems 30. The adapter builder 34 allows data and function mapping through a graphical user interface. The developed adapters are XML translation files that can get data in and out of the external systems so that the runtime process 12 can communicate with the external networks 30 for the purposes of deploying the ordered service. Therefore, the adapter builder 34 is typically as XML source file generator for creating translation files that translate data exchanges between two different sources.
The depicted process builder 38 is employed to create workflow process models 62 that are processed by the workflow engine 40. Process models 62 may contain activities, sub-processes and dynamic models to be constructed at runtime.
The system 10 allows customers to create service packages 22 specific to their needs. Optionally, the system 10 may come with specific service packages 22. IP-VPN is an example of a service package 22 product. Because a service offering is specific to a particular customer's needs and environment, a service package product can be understood as a prototypical instance of the service(s). A productized service package 22 will simulate the typical customer environment by providing template implementations of back-end systems such as inventory and billing systems. The customer will customize the service package 22 to fit his/her needs and environment.
The IDE 14 is, in one embodiment, a JAVA GUI application used to create, view and modify service packages 22 (and modules). The creation of a service package 22 is much like the creation of any software. It is designed, implemented, and tested. Testing involves deploying the service package 22 to the runtime module 12 and sending an order request. This is typically an iterative process. During testing and in production the service package 22 is analyzed while it is processing orders to make sure it meets its functional and performance requirements. This analysis can identify changes to be made. The process can be repeated to create a new version of the service package 22. Finally the old version can be retired (removed). The IDE 14 allows storing service packages 22 in a source control system.
The IDE uses the project metaphor. A service package or module is a collection of related files on disk that are grouped together and referenced by a project file. The project file along with all the files it references is the specification of the service package.
The IDE can be installed and used independently from the runtime module 12. A connection to the Runtime 12 is only needed for deploying, and testing modules. The IDE can also query the Runtime 12 to get a list of modules and their entry point descriptions and a list of external system descriptions. The IDE can also add and edit external system descriptions using the console 18.
Service Packages
In one embodiment, the service package 22 is a set of data files that contain instructions for directing the runtime module 12 to carry out a service, such as installing cable modem Internet service for a customer. The service package 22 is preferably a ready to deploy, self contained software overlay which encapsulates the request handling, business logic, workflow rules and interface connectivity to deploy a service.
The service package 22 is a complete definition of a service or set of related services, allowing for rapid service creation by encapsulating all of the definitions, configurations, parameters, and actions that comprise a communications service.
The three major components that comprise a fully defined service in the service package 22 include:
Data Models 72 that, in one embodiment, define the schema of XML data used within the service. Data Models 72 define data received from and sent to external systems 30 in a way that is abstract from a concrete external system. They define a generic data structure that can represent data received from or send to any external system of the same kind. Having such a generic data representation allows service package 22 components to perform the same procedures on that data during service fulfillment process regardless of a particular kind of external system actually supplying this data. Service order request is an example of such data: the service order definition represented by the Service Order Data Model contains definition of all service features and parameters and all the other parameters that can come in the service order request, that are important and are used in the service fulfillment process. This Service Order Data Model should be independent from a particular format of the service order request coming from a particular Order Entry system.
One example of a Service Order Data Model is set out below in Table 1
The example Service Order Data Model contains definition of all service features and parameters and all the other parameters that can come in the service order request, that are important and are used in the service fulfillment process. These example parameters include information about the order, such as the date the order originated (orderdate) and information about the customer, such as subscriber name. Additionally, billing information may be defined as well, as can any other information that an external system 30, such as a billing system or a softswitch, may require.
The data model 72 provides a platform on which other parts of the system can build. For example, the data model 72 may be used by the process builder 38 to construct path expressions that allow access to data within XML instances described by that data model 72. Additionally and optionally, the data model 72 may produce an XML Schema and Schematron extension that are used at run time to do extensive validation of an XML instance documents. This validation may include enforcement of the structural constraints as well as constraints on values and relationships between values and attributes. Adapters 52 communicate with external systems 30 to retrieve and send data. Adapters 52 map received data from a device specific format into an XML instance of a corresponding data model 72, and send data from an XML instance of a corresponding data model 72 in a format specific to the particular external device.
In one typical embodiment, communication with any and all external systems 30 is the responsibility of the adapter 52. Adapters 52 describe how to get information into and out of external systems 30. Adapters 52 provide a way to handle communication with external systems 30. The adapters 52, in one preferred embodiment, produce an XML view of interaction with one or more external systems 30. An XML view is a logical grouping of data organized in an XML document. Each adapter 52 may produce its own specific XML view according to the data model 52 that describes data coming from or going to that external system 30. XML views allow all the systems in a service provider's environment to be seen as a single virtual super information server from the point of view of the service package 22. An adapter 52 may support bi-directional communication. The adapter 5 can retrieve data from external systems 30 and store data in external systems 30. A single adapter 52 can be created aggregating data from several external systems 30 to produce an XML view of a data model 72 that has the data needed for the service, or to decompose data from an XML instance of a data model 72 such that it is stored in multiple external systems 30, or to do both. The adapters 72 support communication with both synchronous external systems that return result right away, and asynchronous external systems that treat the request as an order to carry out some processing. Once completed, they send a completion notification with the results.
Thus, the adapter 52 connects the system 10 and an external system 30 and then presents a single XML view of data from a single or multiple sources. One embodiment of an adapter 52 is shown in
Accordingly,
In one particular embodiment, the adapter 90 is constructed using the Biz View system from the Xaware company of Oakland, Calif. The Biz View architecture supports data integration tasks and provides a set of metafiles including Biz documents, Biz components, and Biz drivers. The Biz document contains a hierarchical set of XML view of the service data. The Biz document initiates Biz components that it references. The Biz components are processing components, such as the depicted processing component 98. The Biz component may retrieve data, insert new data or insert new data that has been updated by a client. The Biz component can also return any data it receives from a data source, such as the external source 31, to the requesting well formed XML file, the Biz document 94. At the physical layer, a set of drivers, Biz drivers, enable a Biz component to connect to any standard or customized external system 30. In this way, the protocol of the external system 30 can be matched by the adapter for the purpose of transmitting data at the physical layer between the adapter and the external system 31.
Thus adapters may be stored as XML files. This XML view is referred to as a BizView. A single, adapter generally requires construction of at least three files:
The logical layering of processing within the adapter builder 34 separates the document format 94 (BizDoc) from the dynamic data generation 98 (BizComps) and the physical data access layer (BizDrivers). This layering has the benefit of isolating components to make them reusable. The physical layer isolates the complexities of data connectivity to a distinct data access layer. The document format 94 is a well-formed XML file that consists of one or more XML elements. Each element may have an associated element type as well as optional text values, attributes and child elements. The elements in the document format 94 can operate from any number of data sources.
More particularly, the asynchronous adapter 52 depicted in
Adapters 52 may be created using the adapter builder 34, using data models 72 as examples of the desired XML view and wizards and templates for describing data mapping from the external system 30 to the XML view, connection information, processing logic and data aggregation and decomposition rules. Adapters 52 produced by the adapter builder consist of a set of XML documents that work as templates that drive the adapter engine 92.
In some alternate embodiments, the adapter 52 is more limited in scope and only provides access to a single system or type of system for a particular programming language/environment. For example, JDBC provides access to SQL database systems for Java Language programs. In some other embodiments an adapter 52 is a remote procedure call wrapper around a native API to a specific system for a particular programming language.
To this end, the process definition 62 provides information about the order in which activities occur.
Process Definitions 62 are Made up of the Following Elements Common for Most of Workflow Systems:
Activities: Activities are units of work to be done and can be subdivided into three categories, which include activities executed by processors. The set of processors are described later but they include such things as validating XML documents, executing adapters, performing XSL transformations, and other similar functions.
Decisions: Provide conditional branching; and
Transitions: a flow of control between activities or other nodes.
a depicts graphically the process definition for the order handling work flow template. This template is a generic top level business process definition designed to validate the requests and then move the request to a cue for processing. As shown,
To this end, the process definition builder 38 may process the graphical depiction of the order handling work flow to develop a set of XML source files that include XML statements and definitions that correspond with the different activities and decision points portrayed in the process definition shown in
A processor is the code to implement a specific function. It is the equivalent of a function or procedure in other languages such as C. It has a declaration (or signature) that describes the inputs and outputs and an implementation, which is the code that does the actual processing. Processors are invoked by the workflow engine 132 from workflow activities. The processor can be thought of as the type of workflow activity or process. Examples of processors include an adapter invoker process. For example, a process definition activity may call the “Update billing information” processor that starts the adapter capable of exchanging data with the appropriate billing system or systems. Processors can be created using any suitable technique, including, but not being limited to using EJBs and simple Java classes.
A processor takes as input zero or more XML documents, zero or more parameters that are name value pairs and produces zero or more XML documents as outputs, zero or more parameter name value pairs and also returns a status of success or failure. Processors do the work in a process/activity. A process names a specific processing step and connects specific inputs and outputs to a processor. At runtime the process definition becomes a process instance when it is invoked. The process instance calls the processor implementation with specific values for the inputs and on return the outputs are stored. From the point of view of the caller of the processor, the processing is synchronous. If a processor can be blocked for an arbitrarily long time then internally the implementation must be asynchronous so as not to block a thread for a long time. But from the users view of the workflow or pipeline it looks as if it is synchronous.
As discussed above, the service package 22 may be understood to include a data model 72, a process definition 62 and one or more adapters 52. The data model 72 provides an abstract data model of the data needed to deploy the service. The service package 22 encodes this abstract data model and the business logic into a set of data files that can be interpreted by the runtime module 12. In one embodiment, the data files are XML source files created by employing a process logic design tool for defining process logic as process models that may be enacted by a runtime environment, such as the runtime module 12. One such system is the Versata Logic Studio, manufactured and sold by the Versata Company of Oakland, Calif.
Runtime
The runtime module 12 is a system for processing requests and interacting with external systems 30. The runtime module 12 interprets the service package 22 to carry out the process described by that service package 22 for the fulfillment of orders. It contains a workflow engine 40 to carry out the process. It contains an adapter engine 44 for interacting with external systems 30. The internal representation of data related to a service package 22 is typically XML. In this way runtime module 12 can be seen as a general purpose XML processing system but it is applied to the specific task of processing orders. The information the runtime 12 needs to keep including data about service packages 22 and orders is stored in a database 24, shown in
Turning to
The adapter engine 44 received the adapter 52 and responsive to the information stored within the adapter 52 activates the necessary programming logic to carry out the processes defined by the adapter 52. In one embodiment, the adapter engine is an XML translation engine capable of translating XML statements within the adapter 52 to activate the necessary programming logic to carry out actions defined within the adapter 52 and to format data as required by the adapter. The development of such XML processing engines is known to those skilled in the art and any suitable type of engine may be employed with the systems and methods described herein.
The run time module 12 also includes a data manipulation engine 45. The depicted data manipulation engine 45 receives the data model 72 from the service package 22 and operates on the data model. To this end the data manipulation engine 45 can extract necessary information from the data model to provide the work flow engine and the adapter engine with the data that is required to carry out the service or services defined by the service package 22. In one embodiment the data manipulation engine is a software program capable of sorting through the data model 72 in response to requests from the adapter engine and the work flow engine to supply portions of data stored within the data model 72. The development of such software programs is known to those with skill in the art and any suitable suitable software capable of extracting and organizing information stored in a data model may be employed with the systems and methods described herein.
Returning to
From the IDE 14 the service package 22 moves to the platform supporting the run time module 12. The platform or console 18 adds the service package 22 to the Runtime module, typically via a API. This puts it in the installed state. In the installed state the data in the service package 22 archive that is needed by the runtime 12 is moved into a runtime data store. The platform can start and stop a service package 22 to move it to/from the running state. It is in the running state that a service package 22 can actually fulfill orders.
When an order comes in, the runtime module 12 changes the appropriate service package state from running to active meaning that one or more orders related to that service package 22 are currently being worked on. When there are no more orders in the system related to this service package 22 then it is moved to the running state where it again can receive more orders. Typically, while the service package 22 is active it cannot be stopped because that would affect orders. So in response to a request from the console 18 to stop the service package 22 the runtime module 12 moves the service package 22 to the stop pending state where it will continue to work on orders already in the system but will not take any new orders. Once all the orders are complete the service package 22 transitions to the installed state. When a service package 22 is stopped (in installed state) any orders received for services in that service package 22 are failed.
The console 18 can remove a service package if it is in the installed state. So the remove action should be disabled in the UI if the service package is running. Removing the service package 22 marks the end of life for the service package.
Service Analytics
In certain embodiments, the system 10 includes the service analytics process 16. In one embodiment the service analytics process 16 is a standalone GUI application that provides visualization, reporting, and measurement of services being deployed on the external systems 30 by the service packages 22 executing on the system 10.
To this end, the runtime module 12 may record relevant data about the processing done in fulfilling or deploying orders for services. This data is stored in the database 28. The service analytics process 16 may be a software application that reads and processes this data to create a variety of reports. The service analytics process 16 does not need to be executing on the same machine or the same time as the runtime module 12. It just needs to have access to the database 28.
A number of different report formats may be provided, and optionally, the user may develop their own report. The primary unit of measure is typically time. Most of the information in the reports is about how long did it take to process a step in the service, or how many orders were processed during a particular time. There are also counts of things such as how many orders.
To collect information about the service deployment process, in one practice a high level structure of the VoIP order fulfillment/service deployment model is created. As discussed above, the service deployment process comprises a series of sequenced processes, as shown graphically in
This view of the process allows the service analytics process 16 to view whether different sub-processes were successfully completed. The problem is that it needs to be aggregated in a meaningful way to produce the reports needed. The benefit is that this view is very useful for order tracking and determining where an order is should it get “stuck”.
An optional practice is to instrument the service package 22 to specify and label the points between which you want to measure. Optionally, this can be done by the package developer 20 or automatically included within certain processes.
As shown in
To support service analytics the runtime module 12 generates the data that service analytics process 16 needs. It does this by firing events in response to specific things that happen in the runtime module 12. Examples of events are:
Order related events contain most of the information about the order from the order table including the state and status, and the time (start or end) of the order event. Process related events include the order the process is related to, the parent process (the one that called this process), the process name, the module the process belongs to, processor/processor type, external system if applicable, status, and the time (start or end) of the event. Together the persisted data in these order and process events constitute the historical record of the order. This historical record is separate from the runtime data. The events are generated and persisted as they happen. So the service analytics 16 real time reports are based on the same historical record as the historical reports. The difference is that the orders in the real time reports have not yet completed. Optionally, the console 18 is used to configure the database 28 that the historical record is persisted in (by configuring event handlers).
One advantage of automated or semi-automated order fulfillment is that is allows for automatic order fulfillment. For example, in one application of the present system when a wireless subscriber enters a new service area, it may be that the systems of the invention are employed to automatically subscribe the user to a new service. For example a wireless subscriber that enters an area serviced by a wireless provider employing the system subscribed area, may automatically be subscribed to certain wireless services, such as wireless map quest, tourist information, flight information, or other kind of information that the user may employ while within that wireless providers area. As can be seen from the above description, the systems and methods of the invention allow for automatic enrollment of the wireless subscriber as soon as their handset is recognized by the new service provider. Once recognized, the provider can send a message to the user indicating that the user, at their option may subscribe to certain services that the user may find helpful. In certain practices, the services may be provided for free, while in other practices the user may pay for some or all of the services to which the user subscribes.
The design and development of the order fulfillment systems described herein follow from principles known in the art of computer programming, including those set forth in Wall et al., Programming Perl, O'Reilly & Associates (1996); and Johnson et al, Linux Application Development, Addison-Wesley (1998).
Those skilled in the art will know or be able to ascertain using no more than routine experimentation, many equivalents to the embodiments and practices described herein.
This application claims the benefit of U.S. Provisional Application No. 60/585716, filed on Jul. 1, 2004, entitled Systems and Methods for VoIP Service Delivery, the contents of which are incorporated herein.
Number | Date | Country | |
---|---|---|---|
60585716 | Jul 2004 | US |