1. Field of the Invention
The present invention relates to telecommunications and, more particularly, to the management of connections between a packet-switched network and a circuit-switched network.
2. Description of the Related Art
Increasingly, telecommunications traffic, including voice calls, is being routed over packet-switched networks such as an Internet Protocol (IP) networks, Asynchronous Transfer Mode (ATM) based networks, or Frame Relay network to reduce transmission costs. This form of telecommunications service is known as packet telephony. Packet telephony uses the more efficient packet-switching technology instead of circuit-switching technology to support calls, especially long-distance calls, to achieve cost savings.
To route calls between a circuit-switched network and a packet-switched network, a Voice Over Internet Protocol (VOIP) service provider needs to enter into separate bilateral agreements with various Public Switched Telecommunications Network (PSTN) carriers. Separate gateways and dedicated ports at a network switch of a PSTN carrier are required to terminate the telecommunications traffic from the VOIP service provider. Accordingly, a VOIP service provider must negotiate a great number of these bilateral agreements to terminate traffic worldwide. Such bilateral arrangements are time-consuming and inefficient as these transaction costs reduce the profit margins of the VOIP service providers.
To increase transaction efficiency, VOIP service providers have begun to make use of a central hub for routing calls to and from one or more circuit-switched networks. However, since the packet-switched networks and circuit-switched networks use different protocols, it is difficult if not impossible to provide detailed call records for accounting and routing purposes.
An object of the present invention is to provide a method of managing connections between packet-switched networks and circuit-switched networks.
According to one aspect of the invention, calls from one customer are routed to a predesignated network of another customer according to a routing table.
According to another embodiment of the invention, the customer is identified for purposes such as billing.
According to one embodiment of the present invention, a system is provided for transmitting telecommunications traffic between packet-switched networks and circuit-switched networks. The system generates a routing table for routing telecommunications traffic for one or more customers. The routing table includes one or more routes specified for each customer, each of the routes being associated with a customer identifier. The system associates identifying information of each packet-switched network with a customer identifier and receives from a packet-switched network telecommunications traffic including information identifying the packet-switched network. The system also identifies the customer identifier associated with the packet-switched network identifying information and selects by the network switch one of the plurality of circuit-switched networks for receiving the telecommunications traffic based on the routing table and the identified customer identifier.
In another embodiment, the present invention provides a method of transmitting telecommunications traffic between packet-switched networks and circuit-switched networks. The method comprises the steps of generating a routing table for routing telecommunications traffic for one or more customers. The routing table includes one or more routes specified for each customer, each of the routes being associated with a customer identifier. The method also includes the steps of associating each packet-switched network with a customer identifier and receiving by a network switch from a circuit-switched network telecommunications traffic including a customer identifier. The method then identifies the packet-switched network associated with the customer identifier included in the telecommunications traffic from the network switch. The telecommunications traffic is converted into a format compatible with the selected packet-switched network prior to its transmission through the network.
The various features of novelty which characterize the invention are pointed out with particularity in the claims annexed to and forming a part of the disclosure. For a better understanding of the invention, its operating advantages, and specific objects attained by its use, reference should be had to the drawing and descriptive matter in which there are illustrated and described preferred embodiments of the invention.
Other objects and features of the present invention will become apparent from the following detailed description considered in conjunction with the accompanying drawings. It is to be understood, however, that the drawings are designed solely for purposes of illustration and not as a definition of the limits of the invention, for which reference should be made to the appended claims. It should be further understood that the drawings are not necessarily drawn to scale and that, unless otherwise indicated, they are merely intended to conceptually illustrate the structures and procedures described herein.
In the drawings:
In the drawings, wherein like reference characters denote similar elements throughout the several views:
We have developed a web-based trading system that allows our members or users to exchange telecommunications traffic with one another and that interacts directly with a telecommunications switch by updating its routing table. The trading system is disclosed in U.S. Pat. No. 6,005,926, the entire contents of which is incorporated herein by reference. The architecture of the trading system requires a platform to properly identify the originating and terminating partner's gateways and that all traffic be routed through the telecommunications switch—Voice Over Internet Protocol (VOIP) included.
In accordance with the present invention, the platform may include a gatekeeper, a gateway, and a telecommunications switch, the operations of which are described in more details below. The platform preferably performs the following tasks:
1) Inbound VOIP Traffic:
The platform dynamically identifies each inbound VOIP call destined for a Public Switched Telecommunication Network (PSTN) by adding a unique prefix to the Dialed Number Identification Service (DNIS) and/or inserting a unique Automatic Number Identifier (ANI) on the originating gateway's IP network or domain (the domain will be described in detail below). Each call will be identified based on a user configurable lookup table and will be “tagged” with the customer's unique identifier—e.g., the prefix ID or ANI.
2) Outbound VOIP Traffic:
The platform dynamically routes each outbound VOIP call originated from a PSTN network to a destination gateway by identifying the prefix preceding the DNIS and/or by detecting an ANI based on a user configurable routing table. The platform preferably strips the prefix and passes the correct DNIS to the destination gateway.
Domain Configuration
The VOIP network of each of the partners may comprise of a number of gateways distributed across several geographical regions or countries.
In the hypothetical example, domain 31 is a small carrier which includes one gateway 11 and one gatekeeper 21 and domain 32 is larger carrier having many redundant gateways 12, 13, 17 and gatekeeper 22. However, the domain may be even larger covering many geographical regions including different countries and may contain many more gateways and more than one gatekeeper.
Regardless of size, the networks could be organized into independent logical groups called zones or domains 31, 32, 33, 34 (see
Once all gateways 11-18 and gatekeepers 21-24 have been grouped within a domain, we can treat them as a cluster of elements belonging to a specific partner and identified by their unique domain name.
Inbound Traffic
As shown in the embodiment of
Once we have organized the partners' networks into domains, we can configure a gateway 51 and gatekeeper 52 of a platform 50 to properly identify incoming VOIP traffic.
The following example highlights the steps that should occur in order for the VOIP platform to properly identify incoming calls according to the present invention. In
The first step is to exchange authentication information between the two network domains. The serving gateway 13 in Country B (with IP5) queries its gatekeeper 22 for a route (destination gateway) in order to originate a VOIP call. The originating gatekeeper 22 sends its username (or domain name) and password to the platform 50 via the Internet 40. requesting authorization to terminate a VOIP call. The platform 50 receives the username (or domain name) and password and validates it against a pre-established Domain Authorization Table. If the information is valid, the platform 50 replies with an acknowledgement and authorizes the call (See
Finally, the platform's telecommunications switch 53 detects the prefix, generates a Call Data Record (CDR) and selects the best PSTN route based on the caller's identity (or routing table), strips the prefix and routes the call to the destination country—Country X in our example.
Note that the concept of DNIS prefixing can also be applied to ANI. The gateway may choose to insert the unique 4-digit customer identifier ID in the ANI field based on mode that the operator has selected—e.g., prefixing DNIS, inserting ANI or both.
Outbound Traffic
The same tables that we have created for Domain identification and Domain configuration for inbound VOIP traffic can also be used for outbound VOIP traffic. These tables will serve as routing tables to direct the VOIP call to a specific gateway within a particular partner's network.
In the outbound call scenario, the gateways and gatekeepers make real time, dynamic routing decisions based on information provided in the incoming PSTN call—namely a DNIS prefixed with a unique 4-digit customer ID or a unique ANI. The gateways must then strip the prefix and make a routing decision based on both the Domain Configuration Table and the Domain Identification Table.
The following example highlights the steps that should occur for the VOIP platform to route any outgoing VOIP call according to the present invention. Assume that a partner in country X wants to place a call to a partner in country B. When the switch 53 of the platform 50 receives the PSTN call, the switch 53 decides to route the call via VOIP—based on price, quality, Access Service Request (ASR), etc. (See
Once the switch 53 has made the decision that the call must be sent to a VOIP route, the switch 53 searches the internal routing tables of the platform 50 and prefixes a unique 4-digit customer identification ID to the DNIS or inserts the unique ID in the ANI field (see
Once the gateway 51 receives the PSTN call, the gateway 51 queries the gatekeeper 52 for routing and authorization information and sends the prefixed DNIS to the gatekeeper 52. The gatekeeper 52 strips the 4-digit prefix, determines which domain 31-34 and gateway 11-18 the call should be routed to and replies with the partner's gateway's IP (IP5 in this example) to the querying gateway 51 (see
The gatekeeper 52 must also request authorization from the partner's network to route a call to the gateway 13 serving Country B.
Finally, the gateway 51 launches a VOIP call to the destination gateway 13 in our partner's network serving country B (see
Note that the concept of DNIS prefixing may also be applied to ANI. The platform's gateway 51 and gatekeeper 52 may need to look at the ANI for proper route selection based on the mode that the operator has selected.
The invention is not limited by the embodiments described above which are presented as examples only but can be modified in various ways within the scope of protection defined by the appended patent claims.
Thus, while there have shown and described and pointed out fundamental novel features of the invention as applied to a preferred embodiment thereof, it will be understood that various omissions and substitutions and changes in the form and details of the devices illustrated, and in their operation, may be made by those skilled in the art without departing from the spirit of the invention. For example, it is expressly intended that all combinations of those elements and/or method steps which perform substantially the same function in substantially the same way to achieve the same results are within the scope of the invention. Moreover, it should be recognized that structures and/or elements and/or method steps shown and/or described in connection with any disclosed form or embodiment of the invention may be incorporated in any other disclosed or described or suggested form or embodiment as a general matter of design choice. It is the intention, therefore, to be limited only as indicated by the scope of the claims appended hereto.
This application is a Continuation of U.S. patent application Ser. No. 09/952,352 filed Sep. 12, 2001 now U.S. Pat. No. 6,757,275. Priority is claimed from that application and from U.S. Provisional Patent Application Ser. No. 60/231,645 which was filed on Sep. 11, 2000.
Number | Name | Date | Kind |
---|---|---|---|
4608685 | Jain et al. | Aug 1986 | A |
5093827 | Franklin et al. | Mar 1992 | A |
5781547 | Wilson | Jul 1998 | A |
6005926 | Mashinsky | Dec 1999 | A |
6243373 | Turock | Jun 2001 | B1 |
6282192 | Murphy et al. | Aug 2001 | B1 |
6477164 | Vargo et al. | Nov 2002 | B1 |
6628652 | Chrin et al. | Sep 2003 | B1 |
6657989 | Hilsenrath | Dec 2003 | B1 |
6791988 | Hameleers et al. | Sep 2004 | B1 |
6798766 | Bevan et al. | Sep 2004 | B1 |
7123608 | Scott et al. | Oct 2006 | B1 |
7209473 | Mohaban et al. | Apr 2007 | B1 |
7286521 | Jackson et al. | Oct 2007 | B1 |
20020097708 | Deng | Jul 2002 | A1 |
20020176403 | Radian | Nov 2002 | A1 |
20030123438 | Li et al. | Jul 2003 | A1 |
20050232222 | McConnell et al. | Oct 2005 | A1 |
20080013531 | Elliott et al. | Jan 2008 | A1 |
Number | Date | Country |
---|---|---|
WO 0051395 | Aug 2000 | WO |
Number | Date | Country | |
---|---|---|---|
20040146049 A1 | Jul 2004 | US |
Number | Date | Country | |
---|---|---|---|
60231645 | Sep 2000 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09952352 | Sep 2001 | US |
Child | 10745318 | US |