The subject matter described herein relates to management of message traffic distribution and processing among a plurality of terminating servers. More particularly, the subject matter described herein relates to methods, systems, and computer program products for forwarding or inhibiting message traffic to an unavailable terminating SIP server.
The IP multimedia subsystem (IMS) is a new type of network through which multimedia communications can be established between users and between users and applications. In the IMS network, session initiation protocol or SIP is the signaling protocol used to establish communication sessions. The entities involved in establishing a communication session in an IMS network include call session control functions (CSCFs) that communicate with each other using the SIP protocol.
One problem with the conventional call setup scenarios in an IMS network occurs when a terminating SIP server or call session control function becomes unavailable. When an originating SIP server or call session control function receives a request to establish a communication, the originating SIP server may attempt to contact a terminating SIP server. If the terminating SIP server is unavailable, the originating SIP server may be required to wait for a timeout period defined by SIP call processing before attempting to contact an alternate server. The originating SIP server typically does not store state information for terminating SIP servers. As a result, when a second communication setup request arrives at the originating SIP server, the originating SIP server may again attempt to contact the failed terminating SIP server. Repeated attempts to contact a failed terminating SIP server and the associated time out periods waste resources of the originating SIP server and delay call establishment.
Accordingly, in light of these difficulties, there exists a need for methods, systems, and computer program products for inhibiting message traffic to an unavailable terminating SIP server.
Methods, systems, and computer program products for inhibiting message traffic to an unavailable terminating SIP server are disclosed. According to one method, at least one list of SIP servers accessible by a call session control function (CSCF) is maintained at an originating CSCF. The list includes at least one of availability and unavailability status information for the terminating SIP servers. A request is received to contact a destination accessible via a one of the terminating SIP servers. The list is indexed and a first terminating SIP server is identified. If the first terminating SIP server is determined to be unavailable based on information in the list, a second terminating SIP server is identified using the list.
As used herein, the term “available server” refers to a message server with sufficient operating capacity to accept and process new messages. As used herein, the term “unavailable server” refers to a message server that has either failed or has entered a processing overload state and consequently is not capable of accepting and processing a new message.
As used herein, the term “normal status” refers to the operating status of an available terminating SIP message server.
As used herein, the term “congested status” refers to the operating status of an unavailable terminating SIP message server that, while operational, does not have sufficient internal resources to accept and process a new message.
As user herein, the term “failed status” refers to the operating status of an unavailable terminating SIP message server that has failed to properly receive, process, and provide a valid status response in response to a received message.
As used herein, the term “S-CSCF” refers to an IMS serving call session control function. The S-CSCF function may maintain a list of registered user equipment, associated status information, and associated capabilities.
As user herein, the term “I-CSCF” refers to an IMS interrogating call session control function. The I-CSCF function may provide a terminating subscriber location function for a message received from a P-CSCF server and forward the received message to either a S-CSCF server in the network or to an message server in an adjacent network though a network interconnect function.
As used herein, the term “P-CSCF” refers to an IMS proxy call session control function. The P-CSCF function may process a message received from a SIP device and forward the processed message to an I-CSCF server in the network. Processing the message may include compressing and/or encrypting the received message.
As used herein, the term “CSCF” refers to an IMS call session control function that implements any one or more of the above referenced S-CSCF, I-CSCF, or P-CSCF functions.
As used herein, the term “server list” refers to a list of terminating SIP message servers to which an originating SIP message server may forward message traffic. The server list may be stored at the originating SIP message server in any format suitable to the originating server.
As used herein, the term “server exception list” refers to a list including one or more unavailable terminating SIP message servers, as detected by an originating SIP message server in response to forwarding a first message. The server exception list may be stored at the originating SIP message server in any format suitable to the originating server.
As used herein, the term “originating SIP server” refers to any SIP server capable of performing an IMS function. An originating SIP server may be an S-CSCF, an I-CSCF, or a P-CSCF.
As used herein, the term “terminating SIP server” refers to any SIP server capable of performing an IMS function, including any of an S-CSCF, an I-CSCF, or a P-CSCF.
The subject matter described herein may be implemented using a computer program product comprising computer executable instructions embodied in a computer-readable medium. Exemplary computer-readable media suitable for implementing the subject matter described herein include chip memory devices, disk memory devices, programmable logic devices, and application specific integrated circuits. In addition, a computer-readable medium that implements the subject matter described herein may be located on a single device or computing platform or may be distributed across multiple physical devices and/or computing platforms.
Preferred embodiments of the subject matter described herein will now be explained with reference to the accompanying drawings of which:
In view of the problems described above, the subject matter described herein provides methods for forwarding or inhibiting message traffic to a terminating SIP server.
In order to establish a communication, an originating SIP device 110 may send a request message to P-CSCF1106. P-CSCF1106 may query DNS server 105 to identify the IP address corresponding to an I-CSCF, which represents the point of contact into the destination subscriber's network. DNS server 105 may return the identifier or IP address of more than one I-CSCF server in an I-CSCF cluster. Rather than blindly contacting each server until an available server is located, a P-CSCF server according to an embodiment of the subject matter described herein may store at least one of availability and unavailability information for SIP servers that it is capable of contacting and may use this information to inhibit the forwarding of message traffic to unavailable servers.
P-CSCF1 server cluster 106 may include one or more servers 204, 206, 208, and 210 that are operable to perform IMS proxy CSCF functions, such as serving as the point of contact for user equipment in an IMS network. A server in P-CSCF1 server cluster 106 not designated as active may be placed in a standby state, ready to process one or more SIP messages in the future. For example, servers P1204, P2206, and P3208 may be configured as active, with server P4210 configured in a standby state. P-CSCF1 server cluster 106 may transition server P4210 to the active state in response to one of the active servers P1204, P2206, or P3208 becomes unavailable.
I-CSCF1 server cluster 104 may include a network identifier 212 and a plurality of servers I1214, I2216, and I3218. Each server may be operable to implement I-CSCF functions for SIP/IMS call processing architecture 100, including providing a terminating subscriber location function.
Servers 214, 216, and 218 may be active and operable to process SIP messages received from either P-CSCF1 server cluster 106 or S-CSCF1 server cluster 102. A server in I-CSCF1 server cluster 104 not designated to be active may be placed in a standby state, ready to process one or more SIP messages in the future. I-CSCF1 server cluster 104 may distribute message processing tasks among the active servers in the cluster using a suitable load balancing algorithm.
According to another aspect, each P-CSCF server illustrated in
According to yet another aspect of the subject matter described herein, each P-CSCF server may maintain an exception list including servers accessible by the P-CSCF server that are currently unavailable.
In step 402, the originating P-CSCF server receives a request to contact a destination accessible via one or more destination SIP servers. In step 404, P-CSCF P1204 indexes the SIP server list and locates a destination SIP server to which the communication should be directed. Step 404 may be performed using any suitable indexing method. In one example, step 404 may include randomly indexing a SIP server list corresponding to a destination. In an alternate implementation, SIP servers may be contacted according to a predetermined order of preference, as will be described in more detail below.
In step 406, P-CSCF P1204 determines whether the server is available. Step 406 may be accomplished by reading the status information for the SIP server in the list. If the server is not available, control proceeds to step 408 where a new index is computed, and steps 404 and 406 are repeated to contact the new server. If the server is available, control proceeds to step 410 where the message is routed to the server.
Thus, in the example illustrated in
In this example, it is assumed that server 204 did not previously store status information for servers I1214, I2216, and I3218. Accordingly, server P1204 sends request messages to servers I1214, I2216, and I3218 to determine their respective statuses. Server I1214 is unavailable and does not respond. Server I2216 responds with a retry message indicating that it is congested. Server I3218 responds with a 200 OK message indicating that it is available. Accordingly, server P1204 updates exception list 304 to indicate the unavailable of servers I1214 and I2216.
Server P1204 then computes an index into its server list, which includes servers I1214, server I2216, and server I3218. In this example, it is assumed that the first index corresponds to server I1214. Server P1204 then determines whether terminating server I1214 is in the exception list. Because server I1214 is in the exception list, server P1214 may refrain from sending message traffic to server I1214 during its retry interval and compute a new index. In this example, it is assumed that the new index corresponds to server I3218. Since server I3218 is not in the exception list, the SIP request message gets routed to server I3218, as indicated by message 1i in
Thus, as illustrated in
In step 602, if a response is received within the timeout period, control proceeds to step 608 where it is determined whether the status code in the message indicates that the destination server is unavailable. If the status code indicates that the server is unavailable, control proceeds to step 604 where the server is added to the exception list. Steps 606-608 may be repeated for the next server.
In step 608, if the status code indicates that the server is available, the server is not added to the exception list. Control then proceeds to step 610 where the next server in the server list is determined. Steps 600-608 may then be repeated for the next server.
Referring to
In step 704, if it is determined that the retry timeout has not expired, control proceeds to step 710, where the entry is maintained in the exception list. Control then proceeds to step 712 where the next entry is accessed. Steps 700-710 may be repeated for the next entry. Thus, using the process of
Although the examples described above illustrate maintaining a server list containing all servers and maintaining a separate exception list, the subject matter described herein is not limited to maintaining two separate lists. A single list that includes both available and unavailable servers may be maintained without departing from the scope of the subject matter described herein.
According to another aspect, the subject matter described herein may include a method for using DNS to load balance among terminating SIP servers.
When server P3208 receives a SIP request message for the same domain, server P3208 sends a DNS request to DNS server 105. DNS server 105 returns servers I2, I3, and I1 in a different order of preference from that given in response to the previous DNS query by server P1204. Server P3208 receives the server contact list and attempts to contact the server of the highest order of preference in the list. In this example, the server of the highest order of preference is server I2216.
For each successive DNS request, DNS server 105 may return a different order of priority to the requesting server. Since each requesting server uses the order of priority specified by DNS server 105 to contact a terminating server and the order changes, messages will be load balanced equally over time among the destination servers. If one of the destination servers fails and is added to the exception list of the originating servers, messages will be load balanced among the remaining servers.
It will be understood that various details of the subject matter described herein may be changed without departing from the scope of the subject matter described herein. Furthermore, the foregoing description is for the purpose of illustration only, and not for the purpose of limitation, as the subject matter described herein is defined by the claims as set forth hereinafter.
This application claims the benefit of U.S. Provisional Patent Application Ser. No. 60/835,487, filed Aug. 4, 2006; the disclosure of which is incorporated herein by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
5371852 | Attanasio et al. | Dec 1994 | A |
5710885 | Bondi | Jan 1998 | A |
5719861 | Okanoue | Feb 1998 | A |
5870455 | Campbell et al. | Feb 1999 | A |
5937343 | Leung | Aug 1999 | A |
6058116 | Hiscock et al. | May 2000 | A |
6088721 | Lin et al. | Jul 2000 | A |
6105034 | Buckler | Aug 2000 | A |
6331983 | Haggerty et al. | Dec 2001 | B1 |
6366577 | Donovan | Apr 2002 | B1 |
6385198 | Ofek et al. | May 2002 | B1 |
6404746 | Cave et al. | Jun 2002 | B1 |
6421674 | Yoakum et al. | Jul 2002 | B1 |
6434143 | Donovan | Aug 2002 | B1 |
6446127 | Schuster et al. | Sep 2002 | B1 |
6564261 | Gudjonsson et al. | May 2003 | B1 |
6601099 | Corneliussen | Jul 2003 | B1 |
6615236 | Donovan et al. | Sep 2003 | B2 |
6625141 | Glitho et al. | Sep 2003 | B1 |
6636596 | Gallant et al. | Oct 2003 | B1 |
6650901 | Schuster et al. | Nov 2003 | B1 |
6665702 | Zisapel et al. | Dec 2003 | B1 |
6728748 | Mangipudi et al. | Apr 2004 | B1 |
6735291 | Schmid et al. | May 2004 | B1 |
6738390 | Xu et al. | May 2004 | B1 |
6757732 | Sollee et al. | Jun 2004 | B1 |
6779039 | Bommareddy et al. | Aug 2004 | B1 |
6839752 | Miller et al. | Jan 2005 | B1 |
6857021 | Schuster et al. | Feb 2005 | B1 |
6914900 | Komatsu et al. | Jul 2005 | B1 |
6937563 | Preston et al. | Aug 2005 | B2 |
6992994 | Das et al. | Jan 2006 | B2 |
7020707 | Sternagle | Mar 2006 | B2 |
7028092 | MeLampy et al. | Apr 2006 | B2 |
7054272 | Noel et al. | May 2006 | B1 |
7134011 | Fung | Nov 2006 | B2 |
7286521 | Jackson et al. | Oct 2007 | B1 |
7308499 | Chavez | Dec 2007 | B2 |
7631093 | Sternagle | Dec 2009 | B2 |
20010021173 | Oohashi et al. | Sep 2001 | A1 |
20010039585 | Primak et al. | Nov 2001 | A1 |
20020075844 | Hagen | Jun 2002 | A1 |
20020075880 | Dolinar et al. | Jun 2002 | A1 |
20020080807 | Lind | Jun 2002 | A1 |
20020110113 | Wengrovitz | Aug 2002 | A1 |
20020145975 | MeLampy et al. | Oct 2002 | A1 |
20020176404 | Girard | Nov 2002 | A1 |
20030086410 | Eikkula | May 2003 | A1 |
20040088424 | Park et al. | May 2004 | A1 |
20040114744 | Trossen | Jun 2004 | A1 |
20040158606 | Tsai | Aug 2004 | A1 |
20040205190 | Chong et al. | Oct 2004 | A1 |
20050147087 | Sternagle | Jul 2005 | A1 |
20050157707 | Sternagle | Jul 2005 | A1 |
20050207402 | Kobayashi et al. | Sep 2005 | A1 |
20050227685 | Costa Requena et al. | Oct 2005 | A1 |
20060010321 | Nakamura et al. | Jan 2006 | A1 |
20060069776 | Shim et al. | Mar 2006 | A1 |
20060101143 | Garcia et al. | May 2006 | A1 |
20070156909 | Osborn et al. | Jul 2007 | A1 |
20070191004 | Yamakawa et al. | Aug 2007 | A1 |
20080280623 | Danne et al. | Nov 2008 | A1 |
20090040923 | Bantukul et al. | Feb 2009 | A1 |
20090268723 | Przybysz | Oct 2009 | A1 |
Number | Date | Country |
---|---|---|
2006-279805 | Oct 2008 | JP |
10-2004-0057858 | Jul 2004 | KR |
10-2005-0002335 | Jan 2005 | KR |
10-2006-0025869 | Mar 2006 | KR |
WO 0069140 | Nov 2000 | WO |
WO 0113228 | Feb 2001 | WO |
WO 0297653 | Feb 2002 | WO |
WO 2009018418 | Feb 2009 | WO |
Number | Date | Country | |
---|---|---|---|
20080056234 A1 | Mar 2008 | US |
Number | Date | Country | |
---|---|---|---|
60835487 | Aug 2006 | US |