WO2014002196A1 - 通信制御装置、通信制御方法及び通信制御システム - Google Patents

通信制御装置、通信制御方法及び通信制御システム Download PDF

Info

Publication number
WO2014002196A1
WO2014002196A1 PCT/JP2012/066292 JP2012066292W WO2014002196A1 WO 2014002196 A1 WO2014002196 A1 WO 2014002196A1 JP 2012066292 W JP2012066292 W JP 2012066292W WO 2014002196 A1 WO2014002196 A1 WO 2014002196A1
Authority
WO
WIPO (PCT)
Prior art keywords
call
server
processing
control unit
control server
Prior art date
Application number
PCT/JP2012/066292
Other languages
English (en)
French (fr)
Inventor
英彦 藤本
Original Assignee
富士通株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 富士通株式会社 filed Critical 富士通株式会社
Priority to PCT/JP2012/066292 priority Critical patent/WO2014002196A1/ja
Priority to CN201280074260.2A priority patent/CN104412571B/zh
Priority to JP2014522276A priority patent/JP5954414B2/ja
Publication of WO2014002196A1 publication Critical patent/WO2014002196A1/ja
Priority to US14/575,274 priority patent/US20150103993A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q3/00Selecting arrangements
    • H04Q3/64Distributing or queueing
    • H04Q3/66Traffic distributors
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M7/00Arrangements for interconnection between switching centres
    • H04M7/006Networks other than PSTN/ISDN providing telephone service, e.g. Voice over Internet Protocol (VoIP), including next generation networks with a packet-switched transport layer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q3/00Selecting arrangements
    • H04Q3/0016Arrangements providing connection between exchanges
    • H04Q3/0062Provisions for network management
    • H04Q3/0087Network testing or monitoring arrangements

Definitions

  • the present invention relates to a communication control device, a communication control method, and a communication control system.
  • the number of servers required to process the current request is obtained using the number of processes per server calculated from the maximum number of processing requests per unit time from the client.
  • There is a conventional technique for determining whether there is a server to be activated see, for example, Patent Document 1).
  • the disclosed technology has been made in view of the above, and an object thereof is to provide a communication control device, a communication control method, and a communication control system that reduce power consumption of a communication system.
  • the communication control device, the communication control method, and the communication control system disclosed in the present application are configured such that the call connection number management unit represents the number of calls processed by each call control server that performs call processing.
  • the server stop control unit selects a first call control server from the call control server based on the number of call connections for each server, and performs call processing assigned to the first call control server to another call control server. When the call processing assigned to the first call control server is exhausted, the first call control server is stopped.
  • the distribution control unit receives a processing request related to call processing, and when the call control server that has performed call processing corresponding to the processing request is stopped by the server stop control unit, the server stop processing unit The processing request is distributed to the other call control server to which the call processing corresponding to the request has been transferred.
  • the power consumption of the communication system can be reduced.
  • FIG. 1 is a block diagram of a communication control system according to an embodiment.
  • FIG. 2 is a diagram of an example of call information.
  • FIG. 3 is a diagram illustrating an example of server management information.
  • FIG. 4 is an example of a call connection information list.
  • FIG. 5 is a diagram illustrating an example of a server state management table.
  • FIG. 6 is a diagram illustrating call processing managed by each call control server before the movement of call processing occurs.
  • FIG. 7 is a diagram illustrating call processing managed by each call control server after the movement of call processing has occurred.
  • FIG. 8 is a diagram illustrating call processing managed by each call control server before returning call processing.
  • FIG. 9 is a diagram illustrating call processing managed by each call control server after returning call processing.
  • FIG. 1 is a block diagram of a communication control system according to an embodiment.
  • FIG. 2 is a diagram of an example of call information.
  • FIG. 3 is a diagram illustrating an example of server management information.
  • FIG. 4 is
  • FIG. 10 is a diagram of a configuration example in the case where the communication control apparatus is configured by two servers.
  • FIG. 11 is a sequence diagram of processing up to establishment of communication.
  • FIG. 12 is a sequence diagram of the call process transition process.
  • FIG. 13 is a sequence diagram of call processing after migration.
  • FIG. 14 is a sequence diagram of call processing return processing.
  • FIG. 15 is a sequence diagram of the call processing after returning.
  • FIG. 16 is a flowchart of processing for determining a stop target server and a migration destination server.
  • FIG. 17 is a diagram illustrating an example of a state of the call connection information list before the transition.
  • FIG. 18 is a diagram illustrating an example of a call connection number ascending order sort result.
  • FIG. 11 is a sequence diagram of processing up to establishment of communication.
  • FIG. 12 is a sequence diagram of the call process transition process.
  • FIG. 13 is a sequence diagram of call processing after migration.
  • FIG. 14 is a sequence diagram of call processing
  • FIG. 19 is a diagram illustrating an example of a calculation result when the stop target server and the migration destination server are determined.
  • FIG. 20 is a flowchart of the call control server determination process for returning the transferred call process.
  • FIG. 21 is a diagram illustrating an example of a state of the call connection information list before returning the call processing.
  • FIG. 22 is a diagram illustrating an example of a calculation result when the call control server determination process for returning the call process is performed.
  • FIG. 23 is a diagram illustrating transition of server management information.
  • FIG. 24 is a diagram illustrating transition of call information.
  • FIG. 25 is a diagram illustrating transition of the server state management table.
  • FIG. 26A is a diagram illustrating an example of a state of call connection in the case where the conventional technique is used.
  • FIG. 26A is a diagram illustrating an example of a state of call connection in the case where the conventional technique is used.
  • FIG. 26B is a diagram illustrating an example of the state of the number of call connections when the communication control apparatus according to the present embodiment is used.
  • FIG. 27A is a diagram illustrating another example of a state of call connection when the related art is used.
  • FIG. 27B is a diagram illustrating another example of the state of the number of call connections when the communication control apparatus according to the present embodiment is used.
  • FIG. 28 is a hardware configuration diagram of the communication control device.
  • FIG. 1 is a block diagram of a communication control system according to an embodiment.
  • the communication control system according to the present embodiment includes a communication control device 1 and call control servers 21-22.
  • FIG. 1 shows only two call control servers 21 and 22, but there may be three or more call control servers.
  • call control server 20 when the call control servers are not distinguished from each other, they are referred to as “call control server 20”.
  • the communication control device 1 and the call control server 20 are connected via a network.
  • the combination of the transmission side system 31 and the reception side system 41 represents a system in which call processing between systems is performed by the call control server 21.
  • the combination of the originating side system 32 and the terminating side system 42 represents a system in which call processing between systems is performed by the call control server 22.
  • the call control servers 21 and 22, the caller side systems 31 and 32, and the callee side systems 41 and 42 are connected to each other to show correspondence with the call control server that manages the call processing. It represents.
  • the originating side systems 31, 32 and the terminating side systems 41, 42 may be connected to a network connecting the communication control device 1 and the call control servers 21-22.
  • each calling side system is not distinguished, it is referred to as a “calling side system 30”.
  • the receiving side systems are not distinguished, they are referred to as “incoming side system 40”.
  • the communication control device 1 includes a storage unit 10, a server activation control unit 11, a distribution control unit 12, a communication control unit 13, a migration destination server management unit 14, a server stop control unit 15, a call connection number management unit 16, and a call information access.
  • a control unit 17 and a call number management unit 18 are provided.
  • the storage unit 10 stores the respective formats of the server state management table 101, the call connection information list 102, the server management information 103, and the call information 104.
  • FIG. 2 is an example of call information.
  • the call information 104 is a table in which a call number, a call state, a called number, a calling number, a call start time, and other information are registered so as to correspond to each other.
  • the call state is information indicating a call state such as whether or not the call to which the call number is assigned is in a call.
  • the called number is information indicating the telephone number of the receiving device.
  • the calling number is information indicating the telephone number of the originating device.
  • the call start time is information indicating the time when a call is started between the originating device and the terminating device.
  • the other information is information represented as “etc” in FIG. 2 and is various information accompanying the call.
  • FIG. 3 is a diagram illustrating an example of server management information.
  • the server management information 103 is a table registered so that each of the call number, the operation state, the call generation server, and the migration destination server corresponds.
  • the operating state is that the call processing of the call to which the call number is assigned is managed by the call control server that generated the call, or the call processing is transferred from the call generation server to another call control server. This is information indicating whether it is managed by the control server.
  • the call generation server is information on a call control server that generates a call to which a call number is assigned.
  • the call control server that generated the call may be referred to as a “call generation server”.
  • the migration destination server is information of a call control server to which the call processing is migrated when a call processing migration is performed from a call generation server to be described later to another call control server.
  • the call control server to which the call processing has been transferred may be referred to as a “transfer destination server”.
  • the operation state corresponding to the call number not assigned to the call is “free”, and the call generation server and the transfer destination server are “NULL”.
  • FIG. 4 is an example of a call connection information list.
  • the call connection information list 102 is a table registered so that each of the server number, the number of normal processing calls, the number of migration processing calls, and the migration source server corresponds.
  • the server number is identification information of each call control server 20.
  • the number of normal processing calls is the number of calls generated and managed by the call control server 20 having the corresponding server number.
  • the number of migration processes is the number of each call source server of the call that has been migrated to the call control server 20 having the corresponding server number.
  • the call generation server is identification information of a call control server that generates a call to which a call number is assigned.
  • the transfer destination server is identification information of the call control server 20 that transferred the call processing to the call control server 20 having the corresponding server number.
  • the call connection information list 102 is generated by the call connection number management unit 16 described later.
  • FIG. 5 is an example of a server status management table.
  • the server state management table 101 is a table registered so that each of a server number, an address, an operation state, a migration destination server address, and whether or not a new event can be accepted corresponds.
  • the server number is identification information of each call control server 20.
  • the operating state is information indicating whether the call control server 20 having the corresponding server number is operating or stopped.
  • the transfer destination server address is the address of the call control server 20 to which the call processing that the call control server 20 having the corresponding server number has transferred.
  • Whether or not a new event can be accepted is information indicating whether or not the call control server 20 having the corresponding server number can accept a new event.
  • the communication control unit 13 receives data from the call control server 20, the transmission side system 30, and the reception side system 40, and outputs the data to each unit that processes the received data. Further, the communication control unit 13 receives data output from each unit, and transmits the data to the call control server 20, the transmission side system 30, and the reception side system 40. As described above, each unit of the communication control device 1 actually exchanges data with the call control server 20, the transmission side system 30, and the reception side system 40 via the communication control unit 13, but in the following description, for convenience. In some cases, each unit is described as exchanging data with the call control server 20.
  • the call number management unit 18 receives a call number acquisition request from the call control server 20 that has received a call setting request from the originating system 30.
  • the call number management unit 18 confirms the call state of the call information 104 and identifies a call number that is not being used.
  • the call number management unit 18 assigns a call number that is not used in response to a call number acquisition request from the call control server 20. Then, the call number management unit 18 transmits the call number assigned to the call control server 20 that has transmitted the call number acquisition request.
  • the call number management unit 18 registers “normal” in the operation state column of the server management information 103 corresponding to the assigned call number.
  • the call number management unit 18 registers the identification information of the call control server 20 that transmitted the call number in the call generation server field of the server management information 103 corresponding to the assigned call number.
  • the call information access control unit 17 has an exclusive control function for preventing other call control servers 20 from accessing information on calls managed by a certain call control server 20.
  • the call information access control unit 17 provides a function for the call control server 20 to access the individual information according to the call number and to refer to or update the information.
  • the call information access control unit 17 when establishing a call, receives from the call control server 20 information such as the call number assigned by the call number management unit 18 and the calling number and called number corresponding to the call number. Then, the call information access control unit 17 registers the received information such as the calling party number and the called party number in the call information 104. Further, the call information access control unit 17 changes the call state of the call information 104 corresponding to the received call number to the calling state. Thereafter, when receiving a call information read request from the call control server 20, the call information access control unit 17 reads the call information 104 and transmits it to the call control server 20. The call information access control unit 17 receives a call information write request from the call control server 20 after the call state transitions. Then, the call information access control unit 17 changes the call state of the call information 104 so as to indicate the call transition state. When a call state is established, the call information access control unit 17 changes the call state of the call information 104 to “busy”.
  • the call information access control unit 17 when terminating a call, when receiving a call information read request from the call control server 20, the call information access control unit 17 reads the call information 104 and transmits it to the call control server 20. The call information access control unit 17 receives a call information write request from the call control server 20 after the call state transitions. Then, the call information access control unit 17 changes the call state of the call information 104 so as to indicate the call transition state. When the call disconnection is successful, the call information access control unit 17 changes the call state corresponding to the call number of the call successfully disconnected in the call information 104 to “available” and also corresponds to the call number. The called number, called number, call start time, and other information are deleted from the call information 104.
  • the call connection number management unit 16 Upon receiving a call connection information acquisition request from a server stop control unit 15 (to be described later), the call connection number management unit 16 extracts a call process in which the operation state in the server management information 103 is “normal”, and each call generation server Aggregate every time. Then, the call connection number management unit 16 registers the tabulation result in the number of normal processing calls of each call control server in the call connection information list 102. In addition, the call connection number management unit 16 extracts call processes in which the operation state in the server management information 103 is “migration”, and tabulates each migration destination server and each call generation server. Then, the call connection number management unit 16 specifies the call control server 20 in the call connection information list 102 corresponding to each tabulated migration destination server.
  • the call connection number management unit 16 uses the migration source corresponding to the identified call control server in the call connection information list 102 as the identification information of the call generation server having the identified call control server 20 as the migration destination server. Register in the server number field. Furthermore, the call connection number management unit 16 registers the aggregation result in the column of the number of migration processing calls corresponding to the registered migration source server number.
  • the server stop control unit 15 periodically transmits a call connection information acquisition request to the call connection number management unit 16.
  • the cycle for transmitting the call connection information request is short, the frequency of stopping the server can be increased, so that more power can be saved, but the load on the communication control device increases. Therefore, it is preferable that the cycle for transmitting the call connection information request is determined in accordance with the operation status.
  • the server stop control unit 15 refers to the call connection information list updated by the call connection number management unit 16 and determines whether there is a server that can be stopped. Here, the determination of a stoppable server by the server stop control unit 15 will be described in detail.
  • the server stop control unit 15 stores in advance a server stop monitoring threshold for determining whether or not the server can be stopped. For example, the server stop monitoring threshold may be 20% of the maximum load amount. Then, the server stop control unit 15 acquires the number of normal processing calls and the number of migration processing calls managed by each call control server 20 from the call connection information list 102. Then, the server stop control unit 15 calculates the number of call connections by adding up the normal processing number and the migration processing number for each call control server 20. Thereafter, the server stop control unit 15 sorts the call control servers 20 in ascending order of the number of call connections. Then, the server stop control unit 15 selects the check target servers one by one from the highest level in the ascending order to the lowest level, and repeats the following processing.
  • the server stop monitoring threshold may be 20% of the maximum load amount.
  • the server stop control unit 15 adds the number of call connections of the check target server to the number of call connections managed by the server between the call control server 20 next to the check target server and the lowest level call control server 20. Even if there is a server that does not exceed the server stop monitoring threshold, it is determined. If there is a server that does not exceed the server stop monitoring threshold even if the number of call connections of the check target server is added, the server stop control unit 15 determines that the check target server is the stop target server. This stop target server is an example of a “first call control server”. Then, the server stop control unit 15 determines the call control server 20 having the lowest rank among the servers that do not exceed the server stop monitoring threshold even if the number of call connections of the stop target servers is added.
  • the server stop control part 15 calculates
  • the server stop control unit 15 retains this calculation result even when the check target server moves to the next call control server 20, and updates it whenever a call processing shift occurs.
  • the server stop control unit 15 notifies the distribution control unit 12 of the stop of the distribution of the stop target servers.
  • the server stop control unit 15 notifies the transfer destination server management unit 14 of the change of the operation state of the stop target server in the server management information 103 to “stopped” and the registration of the transfer destination server.
  • the server stop control unit 15 Upon receiving notification of completion of the update of the server management information 103 from the migration destination server management unit 14, the server stop control unit 15 notifies the distribution control unit 12 of the call migration destination server managed by the server to be stopped, The distribution control unit 12 is instructed to update the server state management table 101.
  • the server stop control unit 15 transmits a stop command to the call control server 20 that is the stop target server.
  • the server activation control unit 11 periodically transmits a call connection information acquisition request to the call connection number management unit 16.
  • the cycle of transmitting the call connection information request is short, the frequency of server activation can be increased and the load on the server can be suppressed, but the load on the communication control device 1 is increased. Therefore, it is preferable that the cycle for transmitting the call connection information request is determined in accordance with the operation status.
  • the server activation control unit 11 refers to the call connection information list 102 updated by the call connection number management unit 16 and determines whether there is a stopped server. If there is a stopped server, the server activation control unit 11 has a call control server 20 (hereinafter sometimes referred to as a “high load server”) having a load amount that exceeds a server activation monitoring threshold stored in advance. Determine whether or not.
  • the server start monitoring threshold takes a value lower than the server stop monitoring threshold. For example, when the server stop monitoring threshold is 20% of the maximum load, the server start monitoring threshold can be 50% of the maximum load.
  • the server activation control unit 11 determines to return the call processing that has been transferred to the high load server to the transfer source server.
  • the server activation control unit 11 notifies the migration destination server management unit 14 of a server management information update request.
  • the server activation control unit 11 Upon receipt of the update completion notification of the server management information 103 from the migration destination server management unit 14, the server activation control unit 11 transmits an activation command to the call control server 20 that is a source server that returns the call processing.
  • server activation control unit 11 notifies the server state management unit of information on the high load server and instructs the distribution control unit 12 to update the server state management table 101.
  • the server activation control unit 11 notifies the migration destination server management unit 14 to change the operation state of the migration source server that returns the call processing in the server management information 103 to “normal” and to return the migration destination server to “NULL”. Instruct.
  • the transfer destination server management unit 14 receives from the server stop control unit 15 a request for changing the operation state of the stop target server in the server management information 103 to “stopped” and registering the transfer destination server. Then, the transfer destination server management unit 14 changes the operation state of the stop target server in the server management information 103 to “stopped”, and further registers the identification information of the transfer destination server to which the call has been transferred from the stop target server. Thereafter, the migration destination server management unit 14 outputs an update completion notification of the server management information 103 to the server stop control unit 15.
  • the migration destination server management unit 14 sends a request for changing the operation state of the migration source server that returns the call processing in the server management information 103 to “normal” and a request to return the migration destination server to “NULL” from the server stop control unit 15. receive. Then, the migration destination server management unit 14 changes the operation state of the migration source server that returns the call processing in the server management information 103 to “normal”, and further returns the migration destination server to “NULL”. Thereafter, the migration destination server management unit 14 outputs an update completion notification of the server management information 103 to the server activation control unit 11.
  • the distribution control unit 12 receives a call setting request from the caller system 30. Then, the distribution control unit 12 selects a server for setting a call from the call control server 20. Thereafter, the distribution control unit 12 notifies the selected call control server 20 of the information on the originating side system 30 and the information on the terminating side system 40, and performs call setting on the selected call control server 20.
  • the distribution control unit 12 receives an instruction to stop distribution of a new event from the server stop control unit 15. Then, the distribution control unit 12 does not distribute events such as call settings requested thereafter to the stop target server.
  • the distribution control unit 12 receives from the server stop control unit 15 a notification of the destination server of the call processing managed by the stop target server and an instruction to update the server state management table 101. Then, the distribution control unit 12 changes the operation state of the stop target server in the server state management table 101 to “stopped”. Further, the distribution control unit 12 writes the address of the migration destination server for the call processing of the stop target server to the migration destination server address, and sets whether or not new event reception is possible.
  • the distribution control unit 12 receives from the server activation control unit 11 an instruction to change the operation state of the migration source server that returns the call processing in the server management information 103 to “normal” and to return the migration destination server to “NULL”. .
  • the distribution control unit 12 changes the operation state of the migration source server that returns the call processing to “running”, returns the migration destination server address to “NULL”, and accepts the new event. Set to “Yes”.
  • the call control server 21 includes a communication control unit 201, a call processing unit 202, and a power supply control unit 203.
  • the communication control unit 201 controls communication among the communication control device 1, the transmission side system 30, and the reception side system 40.
  • the call processing unit 202 processes a call set from the communication control device 1. For example, the call processing unit 202 performs generation and transmission of call information to be sent to the communication control device 1, creation and transmission of a signal to be transmitted to the originating side system 30 and the terminating side system 40, and the like. When the call processing unit 202 generates a signal to be transmitted to the originating side system 30 and the terminating side system 40, the Via header and Record-Route header are edited so as to pass through the distribution control unit 12 of the communication control device 1. .
  • the power supply control unit 203 receives a stop command from the server stop control unit 15 of the communication control device 1, starts the stop process of the call control server 21, and then turns off the power supply. Also, the power supply control unit 203 receives the activation command from the server activation control unit 11 of the communication control device 1, turns on the power of the call control server 21, and starts the activation process.
  • the power control unit 203 is an example of a “stop control unit”.
  • FIG. 6 is a diagram illustrating call processing managed by each call control server before the movement of call processing occurs.
  • FIG. 7 is a diagram illustrating call processing managed by each call control server after the call processing has moved.
  • FIG. 8 is a diagram showing call processing managed by each call control server before returning the call processing.
  • FIG. 9 is a diagram showing call processing managed by each call control server after returning call processing.
  • Each of the vertical axes in FIGS. 6 to 9 represents the load applied to the call control server corresponding to the number of call processes, and the horizontal axis represents each call control server 20.
  • call control servers # 1 to # 3 there are three call control servers 20 called call control servers # 1 to # 3 will be described. Further, here, for convenience of explanation, processing such as determination of the call control server 20 to which the call processing such as sorting described above is transferred is omitted, and call processing of the call control servers # 2 and # 3 is transferred to the call control server # 1. The case will be described.
  • the server stop control unit 15 stores, for example, a server stop monitoring threshold 302 shown in FIG. 6 in advance as a threshold for determining whether or not the server can be stopped.
  • the maximum load amount 301 is a value representing the maximum load amount that can be applied to the call control server 20.
  • the server stop monitoring threshold 302 is a value lower than the maximum load amount 301.
  • the call control server # 1 manages call processing A
  • the call control server # 2 manages call processing B
  • the call control server # 3 performs call processing C. Is managing.
  • the server stop control unit 15 determines whether the load amount of the call control server # 1 exceeds the server stop monitoring threshold 302 when the call processing managed by the call control servers # 2 and # 3 is transferred to the call control server # 1. Determine whether or not. If not, both call control servers # 2 and # 3 are determined to be servers to be stopped. Here, as shown by the dotted line in FIG. 6, even if the call processing B and the call processing C are added to the call processing A managed by the call control server # 1, the server stop monitoring threshold 302 is not exceeded. Therefore, the server stop control unit 15 moves the call processes B and C managed by the call control servers # 2 and # 3 to the call control server # 1, and determines to stop the call control servers # 2 and # 3. .
  • the server stop control unit 15 notifies that the call processing B and the call processing C managed by the call control servers # 2 and # 3 are transferred to the call control server # 1 and updates the server state management table 101.
  • An instruction is notified to the distribution control unit 12.
  • the distribution control unit 12 stops the operation states of the call control servers # 2 and # 3 in the server state management table 101, and the call control server # 2 and The address of the call control server # 1 is written in the destination server address of the call processing B and the call processing C managed by # 3.
  • the distribution control unit 12 transmits each process in the subsequent call process B and call process C to the server # 1. That is, as shown in FIG. 7, call processing B and call processing C managed by call control servers # 2 and # 3 are transferred to call control server # 1.
  • a new call is set in the call control server # 1, and the call processing D and the call processing E are managed by the call control server # 1, and are shown in FIG.
  • the load amount of the call control server # 1 is equal to or higher than the server activation monitoring threshold 303, and becomes a high load server. Therefore, the server activation control unit 11 determines to return the call processing B and the call processing C that have been transferred to the call control server # 1 to the call control servers # 2 and # 3 that are the transfer source servers.
  • the server activation control unit 11 notifies that the call process B and the call process C managed by the call control server # 1 are returned to the call control servers # 2 and # 3, and an instruction to update the server state management table 101 Is sent to the distribution control unit 12.
  • the distribution control unit 12 Upon receiving the notification from the server activation control unit 11, the distribution control unit 12 returns the operation state of the call control servers # 2 and # 3 in the server state management table 101 to normal, and further, the call control server # 2 and The migration destination server address corresponding to # 3 is returned to “NULL”.
  • the distribution control unit 12 transmits each process in the subsequent call process B to the server # 2, and transmits each process in the call process C to the server # 3. That is, as shown in FIG. 9, the call processing B and the call processing C are returned to the call control servers # 2 and # 3, and the load amount of the call control server # 1 can be reduced.
  • FIG. 10 is a diagram of a configuration example in the case where the communication control apparatus is configured by two servers.
  • the distribution server 151 includes a server activation control unit 11, a distribution control unit 12, a server stop control unit 15, and a communication control unit 191.
  • the distribution server 151 also stores a server state management table 101, a call connection information list 102, and server management information 103.
  • the distribution server 151 is a server having a function of distributing call processing to the call control server 20.
  • the DB server 152 includes a migration destination server management unit 14, a call connection number management unit 16, a call information access control unit 17, a call number management unit 18, and a communication control unit 192.
  • the DB server 152 stores call information 104.
  • the DB server 152 is a server having a function of managing a database in which call information is registered.
  • symbol as FIG. 1 has the same function.
  • the communication control unit 13 in FIG. 1 is divided into a communication control unit 191 of the distribution server 151 and a communication control unit 192 of the DB server 152.
  • the communication control device 1 can be divided into two servers as shown in FIG. 10, or the functions can be divided into more servers. Further, how to divide each function is not limited to the example in FIG. 10, and there is no particular limitation on which server has which function.
  • FIG. 11 is a sequence diagram of processing up to establishment of communication.
  • the origination system 30 makes a call request and transmits INVITE, which is a call setting request for setting a call, to the distribution server 151 (step S101).
  • the distribution server 151 receives INVITE from the originating system 30. Then, the distribution control unit 12 of the distribution server 151 selects the call control server 20 for setting a call, and transmits INVITE to the selected call control server 20 (step S102).
  • the call processing unit 202 of the call control server 20 receives INVITE from the distribution server 151. Then, the call processing unit 202 transmits a call number acquisition request to the DB server 152 (step S103).
  • the DB server 152 receives a call number acquisition request from the call processing unit 202 of the call control server 20. Then, the call number management unit 18 of the DB server 152 acquires a call number that is not used from the call information 104 (step S104). The call number management unit 18 assigns the acquired call number to a call for which a setting request has been made from the originating system 30. Further, the call number management unit 18 registers information in each column of the server management information 103 corresponding to the assigned call number (step S105). Further, the call number management unit 18 transmits the assigned call number to the call control server 20 (step S106).
  • the call processing unit 202 of the call control server 20 receives from the call number management unit 18 of the DB server 152 the call number assigned to the call for which the setting request has been issued from the originating system 30. Then, the call processing unit 202 generates call information corresponding to the assigned call number using the setting request from the caller system 30 (step S107). Then, the call processing unit 202 transmits the generated call information to the DB server 152 (step S108).
  • the call information access control unit 17 of the DB server 152 receives call information from the call processing unit 202 of the call control server 20. Then, the call information access control unit 17 registers the received call information in the call information 104 (step S109).
  • the call processing unit 202 of the call control server 20 creates a signal for transmitting INVITE to the receiving side system 40 (step S110). At this time, the call processing unit 202 edits the Via header and Record-Route header of the created signal so as to pass through the distribution server 151. Then, the call processing unit 202 transmits INVITE to the receiving side system 40 using the created signal (step S111).
  • the receiving side system 40 When receiving the INVITE, the receiving side system 40 confirms each header of the received signal and specifies the response destination of the received signal. Then, the receiving-side system 40 transmits 100 Trying, which is a response indicating that the INVITE has been received, to the distribution server 151 (step S112).
  • the distribution control unit 12 of the distribution server 151 receives 100 Trying from the incoming-side system 40. Then, the distribution control unit 12 transmits 100Trying to the call control server 20 (step S113).
  • the call processing unit 202 of the call control server 20 receives 100 Trying from the distribution control unit 12 of the distribution server 151. Then, the call processing unit 202 transmits a call information read request to the DB server 152 (step S114).
  • the call information access control unit 17 of the DB server 152 receives a call information read request from the call processing unit 202 of the call control server 20. Then, the call information access control unit 17 reads from the call information 104 the call information of the call corresponding to the call information read request from the call information 104 (step S115). Then, the call information access control unit 17 transmits the read call information to the call control server 20 (step S116).
  • the call processing unit 202 of the call control server 20 receives call information from the call information access control unit 17 of the DB server 152. Then, the call processing unit 202 transitions the call state information included in the call information to the state where 100 Trying has been acquired (step S117). Then, the call processing unit 202 transmits a call information write request together with the changed call information to the DB server 152 (step S118).
  • the call information access control unit 17 of the DB server 152 receives a call information write request from the call processing unit 202 of the call control server 20 together with the call information whose call state has been changed. Then, the call information access control unit 17 writes and updates the call information whose call state has been changed to the state in which 100 Trying has been received in the call information 104 (step S119).
  • the call processing unit 202 of the call control server 20 creates a signal for transmitting 100 Trying to the caller system 30 (step S120). Then, the call processing unit 202 transmits 100 Trying to the originating system 30 using the created signal (step S121).
  • the receiving-side system 40 receives the INVITE from the receiving-side device and transmits 180 Ringing, which is a response indicating that the calling is performed by ringing the bell, to the distribution server 151 (step S122).
  • the distribution control unit 12 of the distribution server 151 receives 180 Ringing from the incoming-side system 40. Then, the distribution control unit 12 transmits 180 Ringing to the call control server 20 (step S123).
  • the call processing unit 202 of the call control server 20 receives 180 Ringing from the distribution control unit 12 of the distribution server 151. Then, the call processing unit 202 transmits a call information read request to the DB server 152 (step S124).
  • the call information access control unit 17 of the DB server 152 receives a call information read request from the call processing unit 202 of the call control server 20. Then, the call information access control unit 17 reads the call information of the call corresponding to the call information read request from the call information 104 from the call information 104 (step S125). Then, the call information access control unit 17 transmits the read call information to the call control server 20 (step S126).
  • the call processing unit 202 of the call control server 20 receives call information from the call information access control unit 17 of the DB server 152. Then, the call processing unit 202 transitions the call state information included in the call information to the calling state (step S127). Then, the call processing unit 202 transmits a call information write request together with the changed call information to the DB server 152 (step S128).
  • the call information access control unit 17 of the DB server 152 receives a call information write request from the call processing unit 202 of the call control server 20 together with the call information whose call state has been changed. Then, the call information access control unit 17 writes and updates the call information whose call state has been changed to the calling state in the call information 104 (step S129).
  • the call processing unit 202 of the call control server 20 creates a signal for transmitting 180 Ringing to the originating system 30 (step S130). Then, the call processing unit 202 transmits 180 Ringing to the caller system 30 using the created signal (step S131).
  • the receiving side system 40 transmits the 200 OK indicating that the INVITE request has been processed normally, that is, the calling success to the distribution server 151 (step S132).
  • the distribution control unit 12 of the distribution server 151 receives 200 OK from the incoming-side system 40. Then, the distribution control unit 12 transmits 200 OK to the call control server 20 (step S133).
  • the call processing unit 202 of the call control server 20 receives 200 OK from the distribution control unit 12 of the distribution server 151. Then, the call processing unit 202 transmits a call information read request to the DB server 152 (step S134).
  • the call information access control unit 17 of the DB server 152 receives a call information read request from the call processing unit 202 of the call control server 20. Then, the call information access control unit 17 reads the call information of the call corresponding to the call information read request from the call information 104 from the call information 104 (step S135). Then, the call information access control unit 17 transmits the read call information to the call control server 20 (step S136).
  • the call processing unit 202 of the call control server 20 receives call information from the call information access control unit 17 of the DB server 152. Then, the call processing unit 202 changes the call state information included in the call information to a state indicating a successful call (step S137). Then, the call processing unit 202 transmits a call information write request together with the changed call information to the DB server 152 (step S138).
  • the call information access control unit 17 of the DB server 152 receives a call information write request from the call processing unit 202 of the call control server 20 together with the call information whose call state has been changed. Then, the call information access control unit 17 writes and updates the call information whose call state has been changed to a state indicating a successful call in the call information 104 (step S139).
  • the call processing unit 202 of the call control server 20 creates a signal for transmitting 200 OK to the originating system 30 (step S140). Then, the call processing unit 202 transmits 200 OK to the caller system 30 using the created signal (step S141).
  • the originating system 30 receives 200 OK from the call processing unit 202 of the call control server 20. Then, ACT, which is an acknowledgment indicating that the 200 OK response has been received, is transmitted to the call control server 20 (step S142).
  • the call processing unit 202 of the call control server 20 receives 200 OK from the transmission side system 30. Then, the call processing unit 202 transmits a call information read request to the DB server 152 (step S143).
  • the call information access control unit 17 of the DB server 152 receives a call information read request from the call processing unit 202 of the call control server 20. Then, the call information access control unit 17 reads the call information of the call corresponding to the call information read request from the call information 104 from the call information 104 (step S144). Then, the call information access control unit 17 transmits the read call information to the call control server 20 (step S145).
  • the call processing unit 202 of the call control server 20 receives call information from the call information access control unit 17 of the DB server 152. Then, the call processing unit 202 changes the call state information included in the call information to a state indicating that the call is in progress (step S146). Then, the call processing unit 202 transmits a call information write request together with the changed call information to the DB server 152 (step S147).
  • the call information access control unit 17 of the DB server 152 receives a call information write request from the call processing unit 202 of the call control server 20 together with the call information whose call state has been changed. Then, the call information access control unit 17 writes and updates the call information whose call state has been changed to a state representing a call in the call information 104 (step S148).
  • the call processing unit 202 of the call control server 20 creates a signal for transmitting the ACT to the receiving side system 40 (step S149). Then, the call processing unit 202 transmits an ACT to the called-side system 40 using the created signal (step S150). As a result, communication is established, and a call is performed between the originating side device in the originating side system 30 and the terminating side device in the terminating side system 40 (step S151).
  • FIG. 12 is a sequence diagram of the call process transition process.
  • the case where the call processing managed by the call control server # 2 is transferred to the call control server # 3 will be described.
  • the server stop control unit 15 of the distribution server 151 starts a periodic process for performing a call process transition (step S201).
  • the server stop control unit 15 transmits a call connection information acquisition request to the DB server 152 (step S202). At this time, the server stop control unit 15 transmits the server management information 103 to the DB server 152.
  • the call connection number management unit 16 of the DB server 152 receives a call connection information acquisition request from the server stop control unit 15 of the distribution server 151. Then, the call connection number management unit 16 creates the call connection information list 102 from the server management information 103 (step S203). Then, the call connection number management unit 16 transmits the created call connection information list 102 to the distribution server 151 (step S204).
  • the server stop control unit 15 of the distribution server 151 receives the call connection information list 102 from the call connection number management unit 16 of the DB server 152. Then, the server stop control unit 15 sorts the call control servers 20 in ascending order of the number of call connections, and calculates the server migration destination (step S205). The server stop control unit 15 determines whether there is a stop target server based on the calculation result of the server migration destination (step S206). When there is no stop target server (No at Step S206), the server stop control unit 15 ends the call processing transition processing (Step S207).
  • step S206 when there is a server to be stopped (step S206: Yes), the server stop control unit 15 notifies the distribution control unit 12 of stop distribution of the new event to the call control server # 2. The distribution control unit 12 stops the distribution of new events to the call control server # 2 (step S208).
  • the server stop control unit 15 selects one of the stop target servers (step S209). And the server stop control part 15 transmits the update request
  • the migration destination server management unit 14 of the DB server 152 receives an update request for the server management information 103 from the server stop control unit 15 of the distribution server 151. And the transfer destination server management part 14 updates the driving
  • the server stop control unit 15 of the distribution server 151 receives the update completion notification of the server management information 103 from the migration destination server management unit 14 of the DB server 152. Then, the server stop control unit 15 sends an update instruction for the server state management table 101 together with information on the selected stoppable server and information on the destination server of the call processing managed by the stoppable server. 12 to send.
  • the distribution control unit 12 updates the operation state and the migration destination server address of the designated stop target server in the server state management table 101 (step S213).
  • the server stop control unit 15 transmits a power OFF request to the call control server # 2 (here, the call control server # 2 will be described as an example) that is a stop target server (step S214).
  • the power control unit 203 of the call control server # 2 receives the power OFF request from the server stop control unit 15 of the distribution server 151. Then, the power supply control unit 203 performs server stop processing (step S215). After the server stop process is completed, the power control unit 203 turns off the power of the call control server # 2 (step S216).
  • the server stop control unit 15 determines whether or not all of the stop target servers have been turned off (step S217). If there is a stop target server that is not turned off (No at Step S217), the server stop control unit 15 returns to Step S209.
  • step S217 when all the servers to be stopped have been turned off (step S217: Yes), the server stop control unit 15 ends the periodic process (step S218).
  • FIG. 13 is a sequence diagram of call processing after migration.
  • the call processing managed by the call control server # 2 is transferred to the call control server # 3 will be described.
  • the originating system 30 transmits BYE, which is a call termination request for the call generated by the call control server # 2, to the distribution server 151 (step S301).
  • the distribution control unit 12 of the distribution server 151 receives BYE from the transmission side system 30.
  • the distribution control unit 12 refers to the server state management table 101 (step S302).
  • the distribution control unit 12 acquires from the server state management table 101 the call control server 20 that manages the call processing to which the call number of the call for which a call termination request has been assigned.
  • the distribution control unit 12 acquires the call processing server # 3 as the BYE distribution destination.
  • the distribution control unit 12 distributes BYE to the call processing server # 3 (step S303).
  • the distribution control unit 12 transmits BYE to the call control server # 3 (step S304).
  • the call processing unit 202 of the call control server # 3 receives BYE from the distribution control unit 12 of the distribution server 151. Then, the call processing unit 202 transmits a call information read request to the DB server 152 (step S305).
  • the call information access control unit 17 of the DB server 152 receives the call information read request from the call processing unit 202 of the call control server # 3. Then, the call information access control unit 17 reads from the call information 104 the call information of the call corresponding to the call information read request from the call information 104 (step S306). Then, the call information access control unit 17 transmits the read call information to the call control server # 3 (step S307).
  • the call processing unit 202 of the call control server # 3 receives call information from the call information access control unit 17 of the DB server 152. Then, the call processing unit 202 changes the call state information included in the call information to a call end state (step S308). Then, the call processing unit 202 transmits a call information write request together with the changed call information to the DB server 152 (step S309).
  • the call information access control unit 17 of the DB server 152 receives a call information write request from the call processing unit 202 of the call control server 20 together with the call information whose call state has been changed. Then, the call information access control unit 17 writes and updates the call information whose call state has been changed to the call end state in the call information 104 (step S310).
  • the call processing unit 202 of the call control server # 3 creates a signal for transmitting BYE to the callee system 40 (step S311). Then, the call processing unit 202 transmits BYE to the receiving side system 40 using the created signal (step S312).
  • the receiving side system 40 receives the BYE from the call processing unit 202 of the call control server # 3. Then, the receiving-side system 40 transmits 200 OK, which is a signal indicating the disconnection success, to the distribution server 151 (step S313).
  • the distribution control unit 12 of the distribution server 151 receives 200 OK from the incoming-side system 40.
  • the distribution control unit 12 refers to the server state management table 101 (step S314).
  • the distribution control unit 12 acquires, from the server state management table 101, the call control server 20 that manages the call processing to which the call number of the call whose call has ended is assigned.
  • the distribution control unit 12 acquires the call processing server # 3 as a distribution destination of 200 OK.
  • the distribution control unit 12 distributes 200 OK to the call processing server # 3 (step S315).
  • the distribution control unit 12 transmits 200 OK to the call control server # 3 (step S316).
  • the call processing unit 202 of the call control server # 3 receives 200 OK from the distribution control unit 12 of the distribution server 151. Then, the call processing unit 202 transmits a call information read request to the DB server 152 (step S317).
  • the call information access control unit 17 of the DB server 152 receives the call information read request from the call processing unit 202 of the call control server # 3. Then, the call information access control unit 17 reads the call information of the call corresponding to the call information reading request from the call information 104 (step S318). Then, the call information access control unit 17 transmits the read call information to the call control server 20 (step S319).
  • the call processing unit 202 of the call control server # 3 receives call information from the call information access control unit 17 of the DB server 152. Then, the call processing unit 202 changes the call state information included in the call information to a call end state (step S320). Then, the call processing unit 202 transmits a call information write request together with the changed call information to the DB server 152 (step S321).
  • the call information access control unit 17 of the DB server 152 receives a call information write request from the call processing unit 202 of the call control server 20 together with the call information whose call state has been changed. Then, the access control unit 17 writes and updates the call information whose call state has been changed to the call end state in the call information 104 (step S322).
  • the call processing unit 202 of the call control server # 3 creates a signal for transmitting 200 OK to the caller system 30 (step S323). Then, the call processing unit 202 transmits 200 OK to the caller system 30 using the created signal, and notifies the disconnection success (step S324).
  • FIG. 14 is a sequence diagram of call processing return processing.
  • the case where the call processing transferred to the call control server # 3 is returned to the call control server # 2 will be described.
  • the server activation control unit 11 of the distribution server 151 starts a periodic process for shifting the call process (step S401).
  • the server activation control unit 11 transmits a call connection information acquisition request to the DB server 152 (step S402). At this time, the server activation control unit 11 transmits the server management information 103 to the DB server 152.
  • the call connection number management unit 16 of the DB server 152 receives a call connection information acquisition request from the server activation control unit 11 of the distribution server 151. Then, the call connection number management unit 16 creates the call connection information list 102 from the server management information 103 (step S403). Then, the call connection number management unit 16 transmits the created call connection information list 102 to the distribution server 151 (step S404).
  • the server activation control unit 11 of the distribution server 151 receives the call connection information list 102 from the call connection number management unit 16 of the DB server 152. Then, when there is a call control server 20 that is stopped, the server activation control unit 11 calculates the load amount of the call control server 20 that is operating (step S405). The server activation control unit 11 determines whether or not there is a high load server based on the load amount calculation result (step S406). If there is no high load server (No at Step S406), the server activation control unit 11 ends the return processing of the call processing (Step S407).
  • step S406 when there is a high load server (step S406: Yes), the server activation control unit 11 selects one of the high load servers (step S408). Then, the server activation control unit 11 transmits, to the DB server 152, an update request for information on the selected high load server in the server management information 103 and the migration source server that returns the call processing managed by the high load server (step). S409). At this time, the server activation control unit 11 transmits information of the migration source server that returns the call processing managed by the high load server to the DB server 152.
  • the migration destination server management unit 14 of the DB server 152 receives an update request for the server management information 103 from the server activation control unit 11 of the distribution server 151. Then, the migration destination server management unit 14 returns the operation state of the migration source server that returns the designated call processing to normal, and further changes the migration destination server number to “NULL” and updates the server management information 103 (step). S410). Next, the migration destination server management unit 14 notifies the distribution server 151 of an update completion notification of the server management information 103 (step S411).
  • the server activation control unit 11 of the distribution server 151 receives the update completion notification of the server management information 103 from the migration destination server management unit 14 of the DB server 152. Then, the server activation control unit 11 transmits a power ON request to the call control server # 2 that returns the call processing (here, the call control server # 2 will be described as an example) (step S412).
  • the power control unit 203 of the call control server # 2 receives the power ON request from the server activation control unit 11 of the distribution server 151. Then, the power control unit 203 turns on the server (step S413). Next, the power supply control unit 203 performs server activation processing (step S414).
  • the server activation control unit 11 of the distribution server 151 distributes the update instruction of the server state management table 101 together with the information of the selected high load server and the information of the migration source server that returns the call processing managed by the high load server. It transmits to the control unit 12.
  • the distribution control unit 12 returns the operation state of the migration source server that returns the call processing managed by the specified high load server in the server status management table 101 to normal, and returns the migration destination server address to “NULL” and updates it. (Step S415).
  • the server activation control unit 11 of the distribution server 151 determines whether or not all the servers to be stopped have been turned on (step S416). When there is a stop target server that has not been turned off (No at Step S416), the server stop control unit 15 returns to Step S408.
  • step S416 Yes
  • the server activation control unit 11 ends the periodic process (step S417).
  • FIG. 15 is a sequence diagram of the call processing after returning.
  • the call processing managed by the call control server # 3 is returned to the call control server # 2 will be described.
  • the originating system 30 transmits BYE, which is a call termination request for a call generated by the call control server # 2, to the distribution server 151 (step S501).
  • the distribution control unit 12 of the distribution server 151 receives BYE from the transmission side system 30.
  • the distribution control unit 12 refers to the server state management table 101 (step S502).
  • the distribution control unit 12 acquires from the server state management table 101 the call control server 20 that manages the call processing to which the call number of the call for which a call termination request has been assigned.
  • the distribution control unit 12 acquires the call processing server # 2 as the BYE distribution destination.
  • the distribution control unit 12 distributes BYE to the call processing server # 2 (step S503).
  • the distribution control unit 12 transmits BYE to the call control server # 2 (step S504).
  • the call processing unit 202 of the call control server # 2 receives BYE from the distribution control unit 12 of the distribution server 151. Then, the call processing unit 202 transmits a call information read request to the DB server 152 (step S505).
  • the call information access control unit 17 of the DB server 152 receives the call information read request from the call processing unit 202 of the call control server # 2. Then, the call information access control unit 17 reads the call information of the call corresponding to the call information read request from the call information 104 from the call information 104 (step S506). Then, the call information access control unit 17 transmits the read call information to the call control server # 2 (step S507).
  • the call processing unit 202 of the call control server # 2 receives call information from the call information access control unit 17 of the DB server 152. Then, the call processing unit 202 changes the call state information included in the call information to a call end state (step S508). Then, the call processing unit 202 transmits a call information write request together with the changed call information to the DB server 152 (step S509).
  • the call information access control unit 17 of the DB server 152 receives a call information write request from the call processing unit 202 of the call control server 20 together with the call information whose call state has been changed. Then, the call information access control unit 17 writes and updates the call information whose call state has been changed to the call end state in the call information 104 (step S510).
  • the call processing unit 202 of the call control server # 2 creates a signal for transmitting BYE to the callee side system 40 (step S511). Then, the call processing unit 202 transmits BYE to the called-side system 40 using the created signal (step S512).
  • the receiving side system 40 receives the BYE from the call processing unit 202 of the call control server # 2. Then, the receiving-side system 40 transmits 200 OK, which is a signal indicating the disconnection success, to the distribution server 151 (step S513).
  • the distribution control unit 12 of the distribution server 151 receives 200 OK from the incoming-side system 40.
  • the distribution control unit 12 refers to the server state management table 101 (step S514).
  • the distribution control unit 12 acquires, from the server state management table 101, the call control server 20 that manages the call processing to which the call number of the call whose call has ended is assigned.
  • the distribution control unit 12 acquires the call processing server # 2 as a distribution destination of 200 OK.
  • the distribution control unit 12 distributes 200 OK to the call processing server # 2 (step S515).
  • the distribution control unit 12 transmits 200 OK to the call control server # 2 (step S516).
  • the call processing unit 202 of the call control server # 2 receives 200 OK from the distribution control unit 12 of the distribution server 151. Then, the call processing unit 202 transmits a call information read request to the DB server 152 (step S517).
  • the call information access control unit 17 of the DB server 152 receives the call information read request from the call processing unit 202 of the call control server # 2. Then, the call information access control unit 17 reads from the call information 104 the call information of the call corresponding to the call information read request from the call information 104 (step S518). Then, the call information access control unit 17 transmits the read call information to the call control server # 2 (step S519).
  • the call processing unit 202 of the call control server # 2 receives call information from the call information access control unit 17 of the DB server 152. Then, the call processing unit 202 changes the call state information included in the call information to a call end state (step S520). Then, the call processing unit 202 transmits a call information write request together with the changed call information to the DB server 152 (step S521).
  • the call information access control unit 17 of the DB server 152 receives a call information write request from the call processing unit 202 of the call control server 20 together with the call information whose call state has been changed. Then, the call information access control unit 17 writes and updates the call information whose call state has been changed to the call end state in the call information 104 (step S522).
  • the call processing unit 202 of the call control server 20 generates a signal for transmitting 200 OK to the caller system 30 (step S523). Then, the call processing unit 202 transmits 200 OK to the caller system 30 using the generated signal, and notifies the disconnection success (step S524).
  • FIG. 16 is a flowchart of processing for determining a stop target server and a migration destination server.
  • FIG. 17 is a diagram illustrating an example of a state of the call connection information list before the transition.
  • FIG. 18 is a diagram showing an example of the call connection number ascending order sort result.
  • FIG. 19 is a diagram illustrating an example of a calculation result when the stop target server and the migration destination server are determined.
  • a case will be described where transfer of call processing has not yet been performed in any of the call control servers 20.
  • a case where there is a call control server 20 with server numbers 1 to 5 will be described as an example.
  • the call control servers 20 with the server numbers 1 to 5 are represented as call control servers # 1 to # 5, respectively.
  • the server stop control unit 15 When the server stop control unit 15 starts the determination process of the stop target server, the server stop control unit 15 notifies the call connection number management unit 16 of an acquisition request for the call connection information list 102 and acquires the call connection information list 102 from the call connection number management unit 16. (Step S601). In this case, since the call processing has not been transferred yet, the server stop control unit 15 acquires the call connection information list 102 as shown in the table 401 of FIG. In the table 401, the number of migration processing calls is 0 in any call control server 20, and all of the migration source servers are “NULL”.
  • the server stop control unit 15 extracts the number of normal processing calls and the number of migration processing calls of each call control server 20 from the acquired call connection information list 102, and the number of normal processing calls and migration for each call control server 20.
  • the number of call connections is calculated by adding the number of processed calls (step S602).
  • the server stop control unit 15 sorts the call control servers 20 in ascending order of the number of call connections (step S603).
  • the number of normal processes in the table 401 in FIG. 17 becomes the number of call connections of each call control server 20. Therefore, when the call control servers 20 in this case are sorted by the number of call connections, the call connection number ascending sort result shown in the table 402 of FIG. 18 is obtained. In this case, the server numbers are sorted in the order of 2, 5, 4, 3, 1.
  • the server stop control unit 15 selects the server with the highest sort order from among the call control servers 20 that have not been checked whether or not to be a stop target server (step S604).
  • the server stop control unit 15 first selects the call control server # 2, and when the check of the call control server # 2 is finished, the server stop control unit 15 next selects the call control server # 5 and performs a check. Repeat until # 1.
  • the server stop control unit 15 selects the call selected by the server that can transfer the call processing because the load amount when the call processing of the selected call control server 20 is transferred falls below the server stop monitoring threshold. It is determined whether or not the order is lower than the control server 20 (step S605).
  • the server stop control unit 15 selects the call control server 20 having the lowest sort order as the transfer destination server among the servers that can transfer the call processing of the selected call control server 20 (step S606). .
  • the server stop control unit 15 sets the call process managed by the stop target server to 0, and further calculates the result when the call process managed by the stop target server is transferred to the migration destination server as shown in FIG. Is stored and updated (step S607).
  • the server stop control unit 15 determines whether or not all the call control servers 20 have been checked (step S608). When there is a call control server 20 that has not been checked (No at Step S608), the server stop control unit 15 returns to Step S604. On the other hand, when all the checks have been completed (step S608: affirmative), the server stop control unit 15 determines the calculation result (step S609).
  • the server stop monitoring threshold is the load when the number of call connections is 500.
  • the server stop control unit 15 selects the call control server # 2 as a check target.
  • the number of call connections of the call control server # 2 is 200, and the call control server 20 whose number of call connections does not exceed 500 even when this call processing is shifted is the call connection server # 5, # 4 or # 3. Therefore, the server stop control unit 15 determines that there is a server that can transfer the call processing of the call control server # 2. Then, the server stop control unit 15 selects the call control server # 3 having the lowest sort order from the servers that can be migrated as the call processing migration destination server managed by the call control server # 2.
  • the server stop control unit 15 sets the call processing managed by the call control server # 2 to 0, and updates the calculation result with the content of shifting the call processing managed by the call control server # 2 to the call control server # 3. .
  • the server stop control unit 15 sets the column 431 representing the number of normally processed calls of the call control server # 2 shown in the table 401 of FIG. Further, the server number 3 is registered in the transfer destination server number column 432 of the call control server # 2.
  • the server stop control unit 15 registers 200, which is the number of call processes managed by the call control server # 2, in the column 433 indicating the number of migration process calls of the call control server # 3. Further, the server stop control unit 15 registers the server number 2 in the column 434 representing the migration source server of the call processing that has migrated to the call control server # 3.
  • the call control server # 2 is checked and the call control server # 5, which is the next rank server in the table 402 of FIG. 18, is checked after the call processing of the call control server # 2 is shifted to the call control server # 3.
  • the number of normally processed calls of the call control server # 5 is 210. Since the call control server # 3 has already been determined to shift the call processing managed by the call control server # 2, the number of call connections of the call control server # 3 is 430. Therefore, the call control server 20 whose number of call connections does not exceed 500 even if the call processing of the call control server # 5 is shifted is the call connection server # 4.
  • the server stop control unit 15 determines that there is a server that can transfer the call processing of the call control server # 5 and that it is the call connection server # 4. Next, the server stop control unit 15 sets the call process managed by the call control server # 5 to 0, and updates the calculation result with the content of transferring the call process managed by the call control server # 5 to the call control server # 4. . Specifically, the server stop control unit 15 sets the column 435 representing the number of normally processed calls of the call control server # 5 shown in the table 401 of FIG. Further, the server number 4 is registered in the transfer destination server number column 436 of the call control server # 5.
  • the server stop control unit 15 registers 210, which is the number of call processes managed by the call control server # 5, in the column 437 representing the number of migration process calls of the call control server # 4. Further, the server stop control unit 15 registers the server number 5 in the column 438 representing the transfer source server of the call processing transferred to the call control server # 4.
  • the server stop control unit 15 sets the state of the table 403 in FIG. 19 as the final calculation result.
  • FIG. 20 is a flowchart of the call control server determination process for returning the transferred call process.
  • FIG. 21 is a diagram showing an example of the state of the call connection information list before returning the call processing.
  • FIG. 22 is a diagram illustrating an example of a calculation result when the call control server determination process for returning the call process is performed. In this case, a case will be described where the call processing is started from the state where the call processing described with reference to FIGS.
  • the server activation control unit 11 When the server activation control unit 11 starts the determination process of the call control server 20 that returns the call process, the server activation control unit 11 notifies the call connection number management unit 16 of an acquisition request for the call connection information list 102. Then, the server activation control unit 11 acquires the call connection information list 102 generated by the call connection management unit 16 (step S701). In this case, the server activation control unit 11 acquires the call connection information list 102 reflecting the calculation result shown in FIG. 19, that is, the call connection information list 102 as shown in the table 404 in FIG. In the table 404, the column 441 indicating the number of normal processing calls of the call control server # 2 is zero.
  • the column 442 indicating the number of migration processing calls of the call control server # 3 is 230, and the server number 2 is registered in the column 443 of the migration source server.
  • the column 444 indicating the number of normal processing calls of the call control server # 5 is zero.
  • the column 445 indicating the number of migration processing calls of the call control server # 4 is 210, and the server number 5 is registered in the column 446 of the migration source server.
  • the server activation control unit 11 determines from the call connection information list 102 whether there is a stopped call control server 20 (step S702). If there is no stopped server (No at Step S702), the server activation control unit 11 ends the process. On the other hand, if there is a stopped server (step S702: Yes), the server activation control unit 11 is not selected as a check target for checking whether to return the call processing from the activated call control server 20. The call control server 20 is selected (step S703).
  • the server activation control unit 11 determines whether or not the load amount of the selected call control server 20 is equal to or greater than the server activation monitoring threshold (step S704). When the load amount of the selected call control server 20 is lower than the server activation monitoring threshold (No at Step S704), the server activation control unit 11 proceeds to Step S707.
  • step S704 when the load amount of the selected call control server 20 is equal to or greater than the server activation monitoring threshold (step S704: Yes), the server activation control unit 11 performs the call processing that has been transferred to the selected call control server 20. It is determined to return to the migration source server (step S705).
  • the server activation control unit 11 stores and updates the result when the call processing that has been transferred to the selected call control server 20 is returned to the transfer source server as a calculation result as shown in FIG. 22 (step S706). ).
  • the server activation control unit 11 determines whether or not all the call control servers 20 have been checked (step S707). When there is a call control server 20 that has not been checked (No at Step S707), the server activation control unit 11 returns to Step S703. On the other hand, when all the checks are finished (step S707: affirmative), the server activation control unit 11 finalizes the calculation result (step S708).
  • the server activation control unit 11 determines to return the call processing to the migration source server in any of the call control servers # 3 and # 4. Then, the server activation control unit 11 obtains a calculation result as shown in the table 405 in FIG.
  • the server activation control unit 11 registers 230 in the column 451 indicating the number of calls to be returned from the call control server # 3 to the migration destination server, and returns the server number indicating the call control server 20 to which the call processing is returned.
  • Server number 2 is registered in the field 452.
  • the server activation control unit 11 registers 210 in the column 453 indicating the number of return processing calls for the processing to return from the call control server # 4 to the migration destination server, and indicates the return destination server number representing the call control server 20 that returns the call processing.
  • Server number 5 is registered in the field 454.
  • FIG. 23 is a diagram illustrating transition of server management information.
  • FIG. 24 is a diagram illustrating transition of call information.
  • FIG. 25 is a diagram illustrating transition of the server state management table.
  • the server management information 103 is in a state like a table 131 in FIG. 23 when no call processing is assigned to any call control server 20.
  • the operation state corresponding to the call number of each call is changed to “normal” as shown in the table 132, and the call control server that manages the call processing of the call is registered.
  • the migration destination servers are all “NULL”.
  • the server management information 103 is in a state as shown in the table 133. That is, the operation state corresponding to the call number of the call process managed by the call control server # 2 is “in transition”. Further, the server number 3 is registered in the migration destination server corresponding to the call number of the call processing managed by the call control server # 2.
  • the server management information 103 is based on the operation state corresponding to the call number of the migrated call process and the column of the migration destination server. It is returned as in the table 134.
  • the table 134 and the table 132 are the same, and it can be seen that the server management information 103 has returned to the state before the migration.
  • the call information 104 is in a state as shown in the table 141 in FIG. 24 when no call processing is assigned to any call control server 20.
  • the call state corresponding to the call number of each call is changed to “busy” as shown in the table 142, and the called number, calling number, and call start time of the call are changed. Is registered.
  • the call information 104 in the state where the migration has occurred is the table 143, and the call information 104 in the state where the return processing of the call processing has occurred is the table 144. In this way, the call information is not rewritten even if migration or call processing return processing occurs.
  • the operation state of each call control server 20 is “normal” and the transfer destination server address is “NULL” in the state before the transfer occurs, as in the table 111.
  • the new event is “OK” for any call control server 20.
  • the server state management table 101 is in a state like the table 112. That is, the operation state of the call control server # 2 in the server state management table 101 is “stopped”. Further, the address of the call control server # 3 is registered in the migration destination server corresponding to the call number of the call processing managed by the call control server # 2 in the server state management table 101. Furthermore, since the call control server # 2 is stopped, whether or not a new event can be accepted in the server state management table 101 is “impossible”.
  • the server state management table 101 restores the state of the call control server # 2 that has been stopped to become the table 113. . It can be seen that the table 113 and the table 111 are the same, and the server state management table 101 has returned to the state before the migration.
  • FIG. 26A is a diagram illustrating an example of a state of call connection in the case where the conventional technique is used.
  • FIG. 26B is a diagram illustrating an example of the state of the number of call connections when the communication control apparatus according to the present embodiment is used.
  • FIG. 27A is a diagram illustrating another example of a state of call connection when the conventional technique is used.
  • FIG. 27B is a diagram illustrating another example of the state of the number of call connections when the communication control apparatus according to the present embodiment is used.
  • 26A and B and FIGS. 27A and 27B are cases where five call control servers 20 are operating. 26A and 26B are comparisons when four of the five call control servers 20 can be stopped. 27A and 27B are comparisons when two of the five call control servers 20 can be stopped.
  • FIGS. 26A and B and FIGS. 27A and B represents the passage of time of one day on the horizontal axis.
  • the call control server 20 does not stop and all the call control servers 20 continue to run all day.
  • FIG. 26B when the communication control device 1 according to the present embodiment is used, when the call processing is reduced, the migration is started at the timing 501 and all the call control servers 20 The processing is integrated and the other call control servers 20 are stopped. Thereafter, when the number of call processes increases, the call control server 20 that was stopped at the timing 502 is activated, and the call processes are assigned to the five call control servers 20. In this manner, the four call control servers 20 can be stopped between 1 o'clock and 6 o'clock. Thereby, compared with the case of FIG. 26A, in the case of FIG. 26B, power consumption can be reduced by about 20%.
  • the communication control apparatus performs a certain call control when a predetermined load amount is not exceeded even when a call process managed by a certain call control server is transferred to another call control server. Stops after migrating server call processing. Thereby, the number of operating servers can be reduced, and energy saving of the communication system can be achieved.
  • the call processing is a series of processing from call setting to communication disconnection, and the processing time varies depending on the use situation. Therefore, if the call control server is stopped after the managed call processing is completed and there is no more managed call processing, it is difficult to carry out optimal power saving control without knowing when it can be stopped. is there.
  • the communication control apparatus can move the call processing to another server during the call processing from the call setting to the communication disconnection. Therefore, according to the communication control apparatus according to the present embodiment, the call processing managed by the call control server at an appropriate timing can be eliminated, and the power of the call control server can be turned off at an appropriate timing.
  • the communication control apparatus stops when there is a call control server that has been stopped due to transfer of call processing, and the load of the active call control server exceeds a predetermined value. Activates the current call control server and returns the call processing. As a result, a state in which the call control server is heavily loaded can be avoided, and the communication system can be stably operated.
  • FIG. 28 is a hardware configuration diagram of the communication control device.
  • the communication control apparatus 1 includes a CPU (Central Processing Unit) 901, a memory 902, a network card 903, and a hard disk 904.
  • CPU Central Processing Unit
  • the memory 902, the network card 903, and the hard disk 904 are connected to the CPU 901 by a bus.
  • the network card 903 and the CPU 901 realize, for example, the function of the communication control unit 13 illustrated in FIG.
  • the hard disk 904 implements the function of the storage unit 10 shown in FIG.
  • the CPU 901, the memory 902, and the hard disk 904 include the server activation control unit 11, the distribution control unit 12, the migration destination server management unit 14, the server stop control unit 15, the call connection management unit 16, and the call information access control illustrated in FIG. Functions of the unit 17 and the call number management unit 18 are realized.
  • the hard disk 904 includes the server activation control unit 11, the distribution control unit 12, the migration destination server management unit 14, the server stop control unit 15, the call connection management unit 16, and the call information access control unit illustrated in FIG. 17 and various programs for realizing processing by the call number management unit 18 and the like are stored.
  • the processor 901 reads out various programs stored in the hard disk 904 and develops them on the memory 902 to generate processes for realizing the above-described functions.
  • the distribution server 151 and the DB server 152 shown in FIG. 10 also have the hardware configuration shown in FIG.
  • the function of the communication control unit 191 illustrated in FIG. 10 is realized by the CPU 901 and the network card 903 of the distribution server 151.
  • the server status management table 101, the call information connection list 102, the server management information 103, and the like shown in FIG. 10 are stored in the hard disk 904 of the distribution server 151.
  • the functions of the server start control unit 11, the distribution control unit 12, the server stop control unit 15, and the like illustrated in FIG. 10 are realized by the CPU 901, the memory 902, and the hard disk 904 of the distribution server 151.
  • the CPU 901 and the network card 903 of the DB server 152 are realized by the CPU 901 and the network card 903 of the DB server 152. Further, the call information 104 shown in FIG. 10 is stored in the hard disk 904 of the DB server 152.
  • the CPU 901, the memory 902, and the hard disk 904 of the DB server 152 realize functions such as the migration destination server management unit 14, the call connection number management unit 16, the call information access control unit 17, and the call number management unit 18 shown in FIG. Is done.
  • FIG. 28 the hardware configuration of the communication control device 1 is illustrated, but the call control server 20 also has the same hardware configuration. Accordingly, each hardware of the call control server 20 will be described with reference to FIG. 28 corresponding to the hardware of the call control server 20.
  • the function of the communication control unit 201 shown in FIG. 1 is realized by the CPU 901 and the network card 904 of the call control server 20. Further, the CPU 901, the memory 902, and the hard disk 904 of the call control server 20 realize functions such as the call processing unit 202 and the power supply control unit 203 shown in FIG.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

 呼接続数管理部(16)は、呼処理を行う各呼制御サーバの処理している呼の数を表す呼接続数を取得する。サーバ停止制御部(15)は、呼制御サーバ毎の呼接続数を基に第一の呼制御サーバを選択し、第一の呼制御サーバに割り当てている呼処理を他の呼制御サーバに移行し、第一の呼制御サーバに割り当てている呼処理がなくなると第一の呼制御サーバを停止させる。振分制御部(12)は、呼処理に関する処理要求を受け、処理要求に対応する呼処理を行っていた呼制御サーバがサーバ停止制御部(15)により停止されている場合、サーバ停止制御部(15)が前記処理要求に対応する呼処理を移行した先の前記他の呼制御サーバに前記処理要求を振分ける。

Description

通信制御装置、通信制御方法及び通信制御システム
 本発明は、通信制御装置、通信制御方法及び通信制御システムに関する。
 近年、通信サービスの分野において、ブロードバンド契約者の増加やサービスの多様化により、トラフィック量が増加しつつある。このような傾向から、通信分野で用いるサーバには、将来的なトラフィック量にも耐えうる性能が求められている。
 このように求められる性能を実現するにあたり、1台のサーバを大容量化していく方法では、対応できる性能に限界がある。また、最近では、スモールスタートからの段階的なトラフィック変動への設備有効活用や省電力化対策が求められている。このような状況の中で、従来のACT/SBY(Active/Standby)機能や2重化構造だけでは、サーバに求められる要件を満たせなくなってきている。そのため、複数台のサーバをベースとした通信制御システムを用いることで、システムの性能及び規模向上を実現することが提案されている。
 そうした中、クライアントからの単位時間あたりの処理要求数の最大値から算出したサーバ1台あたりの処理数を用いて、現在の要求を処理するのに必要なサーバ台数を求め、停止可能なサーバ又は起動すべきサーバがあるか否かを判定する従来技術がある(例えば、特許文献1参照)。
 また、複数のサーバの優先度にしたがい、優先度の高いサーバから閾値に達するまで要求を割り当てることで、サーバ稼働台数を増減させる従来技術がある(例えば、特許文献2参照)。
特開2011-015196号公報 特開2011-013870号公報
 しかしながら、要求を処理するのに必要なサーバ台数を基にサーバを停止又は起動させる従来技術では、停止しようとしているサーバに対する継続処理要求を、サーバが全て処理し終わるまでは、サーバを停止することができない。そのため、効率的に省電力化することは困難である。特に、呼制御を行うサーバの場合、処理時間は利用者の利用状況によって変わるため、省電力化のための最適な制御ができないおそれがある。また、優先度にしたがって要求を割り当てる従来技術では、一時的に負荷が高くなり優先度の低いサーバに処理が割り当てられた場合、その後負荷が低くなっても割り当てられた処理が残っている優先度の低いサーバは、処理が終了するまで停止することができない。
 開示の技術は、上記に鑑みてなされたものであって、通信システムの消費電力を軽減する通信制御装置、通信制御方法及び通信制御システムを提供することを目的とする。
 本願の開示する通信制御装置、通信制御方法及び通信制御システムは、一つの態様において、呼接続数管理部は、呼処理を行う各呼制御サーバの処理している呼の数を表す呼接続数を取得する。サーバ停止制御部は、前記サーバ毎の呼接続数を基に前記呼制御サーバから第一の呼制御サーバを選択し、前記第一の呼制御サーバに割り当てている呼処理を他の呼制御サーバに移行し、前記第一の呼制御サーバに割り当てている呼処理がなくなると前記第一の呼制御サーバを停止させる。振分制御部は、呼処理に関する処理要求を受け、前記処理要求に対応する呼処理を行っていた呼制御サーバが前記サーバ停止制御部により停止されている場合、前記サーバ停止処理部が前記処理要求に対応する呼処理を移行した先の前記他の呼制御サーバに前記処理要求を振分ける。
 本願の開示する通信制御装置、通信制御方法及び通信制御システムの一つの態様によれば、通信システムの消費電力を軽減することができるという効果を奏する。
図1は、実施例に係る通信制御システムのブロック図である。 図2は、呼情報の一例の図である。 図3は、サーバ管理情報の一例の図である。 図4は、呼接続情報リストの一例の図である。 図5は、サーバ状態管理テーブルの一例の図である。 図6は、呼処理の移動が発生する前の各呼制御サーバが管理する呼処理を表す図である。 図7は、呼処理の移動が発生した後の各呼制御サーバが管理する呼処理を表す図である。 図8は、呼処理を戻す前の各呼制御サーバが管理する呼処理を表す図である。 図9は、呼処理を戻した後の各呼制御サーバが管理する呼処理を表す図である。 図10は、通信制御装置を2台のサーバで構成した場合の構成例の図である。 図11は、通信確立までの処理のシーケンス図である。 図12は、呼処理の移行の処理のシーケンス図である。 図13は、移行後の呼処理のシーケンス図である。 図14は、呼処理の戻し処理のシーケンス図である。 図15は、戻した後の呼処理のシーケンス図である。 図16は、停止対象サーバ及び移行先サーバの決定処理のフローチャートである。 図17は、移行前の呼接続情報リストの状態の一例を示す図である。 図18は、呼接続数昇順ソート結果の一例を示す図である。 図19は、停止対象サーバ及び移行先サーバの決定処理が行われたときの計算結果の一例を示す図である。 図20は、移行されていた呼処理を戻す呼制御サーバの決定処理のフローチャートである。 図21は、呼処理を戻す前の呼接続情報リストの状態の一例を示す図である。 図22は、呼処理を戻す呼制御サーバの決定処理が行われたときの計算結果の一例を示す図である。 図23は、サーバ管理情報の遷移を表す図である。 図24は、呼情報の遷移を表す図である。 図25は、サーバ状態管理テーブルの遷移を表す図である。 図26Aは、従来技術を用いた場合における呼接続の状態の一例を示す図である。 図26Bは、本実施例に係る通信制御装置を用いた場合における呼接続数の状態の一例を示す図である。 図27Aは、従来技術を用いた場合における呼接続の状態の他の例を示す図である。 図27Bは、本実施例に係る通信制御装置を用いた場合における呼接続数の状態の他の例を示す図である。 図28は、通信制御装置のハードウェア構成図である。
 以下に、本願の開示する通信制御装置、通信制御方法及び通信制御システムの実施例を図面に基づいて詳細に説明する。なお、以下の実施例により本願の開示する通信制御装置、通信制御方法及び通信制御システムが限定されるものではない。
 図1は、実施例に係る通信制御システムのブロック図である。本実施例に係る通信制御システムは、通信制御装置1及び呼制御サーバ21~22を有している。ここで、図1では、呼制御サーバ21及び22の2台のみを記載しているが、呼制御サーバは3台以上あってもよい。以下では各呼制御サーバを区別しない場合、「呼制御サーバ20」と言う。通信制御装置1と呼制御サーバ20とはネットワークで接続されている。
 また、発信側システム31と着信側システム41との組合せは、呼制御サーバ21によりシステム間の呼処理が行われているシステムであることを表している。また、発信側システム32と着信側システム42との組合せは、呼制御サーバ22によりシステム間の呼処理が行われているシステムであることを表している。図1では、呼処理を管理している呼制御サーバとの対応を表すため、呼制御サーバ21及び22と発信側システム31、32及び着信側システム41、42とのそれぞれが接続されているように表している。ただし、発信側システム31、32及び着信側システム41、42は、通信制御装置1と呼制御サーバ21~22とを接続しているネットワークに接続していても良い。以下の説明では、各発信側システムを区別しない場合には、「発信側システム30」と言う。また、各着信側システムを区別しない場合には、「着信側システム40」という。
 通信制御装置1は、記憶部10、サーバ起動制御部11、振分制御部12、通信制御部13、移行先サーバ管理部14、サーバ停止制御部15、呼接続数管理部16、呼情報アクセス制御部17及び呼番号管理部18を有している。
 記憶部10は、サーバ状態管理テーブル101、呼接続情報リスト102、サーバ管理情報103及び呼情報104のそれぞれのフォーマットを記憶している。
 図2は、呼情報の一例の図である。例えば、呼情報104は、図2に示すように、呼番号、呼状態、着番号、発番号、通話開始時刻及びその他情報のそれぞれが対応するように登録されているテーブルなどである。呼状態は、呼番号が割り当てられた呼が通話中か否かなどの呼の状態を示す情報である。着番号は、着信側の装置の電話番号を示す情報である。発番号は、発信側の装置の電話番号を示す情報である。通話開始時刻は、発信側の装置と着信側の装置との間で通話が開始された時刻を表す情報である。その他情報は、図2では、「etc」として表される情報であり、呼に付随する各種情報である。
 図3は、サーバ管理情報の一例の図である。例えば、サーバ管理情報103は、図3に示すように、呼番号、運転状態、呼生成サーバ及び移行先サーバのそれぞれが対応するように登録されているテーブルなどである。運転状態は、呼番号が割り当てられた呼の呼処理が、その呼を生成した呼制御サーバで管理されているか、その呼処理が呼生成サーバから他の呼制御サーバに移行され移行先の呼制御サーバで管理されているかを表す情報である。また、呼生成サーバは、呼番号が割り当てられた呼を生成した呼制御サーバの情報である。以下では、呼を生成した呼制御サーバを「呼生成サーバ」と言う場合がある。移行先サーバは、後述する呼生成サーバから他の呼制御サーバへ呼処理の移行が行われた場合の、呼処理を移行した先の呼制御サーバの情報である。以下では、呼処理を移行した先の呼制御サーバを「移行先サーバ」と言う場合がある。サーバ管理情報103では、呼に割り当てられていない呼番号に対応する運転状態は「空き」とされ、呼生成サーバ及び移行先サーバは「NULL」とされている。
 図4は、呼接続情報リストの一例の図である。例えば、呼接続情報リスト102は、図4に示すように、サーバ番号、通常処理呼数、移行処理呼数及び移行元サーバのそれぞれが対応するように登録されているテーブルなどである。サーバ番号は、各呼制御サーバ20の識別情報である。通常処理呼数は、対応するサーバ番号を有する呼制御サーバ20が生成し管理している呼の個数である。移行処理個数は、対応するサーバ番号を有する呼制御サーバ20に呼処理が移行された呼の移行元サーバ毎の個数である。呼生成サーバは、呼番号が割り当てられた呼を生成した呼制御サーバの識別情報である。移行先サーバは、対応するサーバ番号を有する呼制御サーバ20に呼処理を移行した呼制御サーバ20の識別情報である。呼接続情報リスト102は、後述する呼接続数管理部16により生成される。
 図5は、サーバ状態管理テーブルの一例の図である。例えば、サーバ状態管理テーブル101は、図5に示すように、サーバ番号、アドレス、運転状態、移行先サーバアドレス及び新規イベント受付可否のそれぞれが対応するように登録されているテーブルなどである。サーバ番号は、各呼制御サーバ20の識別情報である。運転状態は、対応するサーバ番号を有する呼制御サーバ20が運転中か停止中かを表す情報である。移行先サーバアドレスは、対応するサーバ番号を有する呼制御サーバ20が有していた呼処理が移行された呼制御サーバ20のアドレスである。新規イベント受付可否は、対応するサーバ番号を有する呼制御サーバ20が新規イベントを受け付けることができるか否かを表す情報である。
 通信制御部13は、呼制御サーバ20、発信側システム30及び着信側システム40からデータを受信し、受信したデータを処理する各部にデータを出力する。また、通信制御部13は、各部から出力されたデータを受信し、呼制御サーバ20、発信側システム30及び着信側システム40へデータを送信する。このように、通信制御装置1の各部は、実際には通信制御部13を介して呼制御サーバ20、発信側システム30及び着信側システム40とデータのやり取りを行うが、以下の説明では、便宜上、各部が呼制御サーバ20とデータの授受を行っているように説明する場合がある。
 呼番号管理部18は、発信側システム30から呼設定の要求を受けた呼制御サーバ20から呼番号取得要求を受ける。呼番号管理部18は、呼情報104の呼状態を確認し、使用されていない呼番号を特定する。呼番号管理部18は、呼制御サーバ20からの呼番号取得要求に対して使用されていない呼番号を割り当てる。そして、呼番号管理部18は、呼番号取得要求を送信してきた呼制御サーバ20へ割り当てた呼番号を送信する。
 さらに、呼番号管理部18は、割り当てた呼番号に対応するサーバ管理情報103の運転状態の欄に「通常」と登録する。また、呼番号管理部18は、割り当てた呼番号に対応するサーバ管理情報103の呼生成サーバの欄にその呼番号を送信した呼制御サーバ20の識別情報を登録する。
 呼情報アクセス制御部17は、ある呼制御サーバ20が管理している呼の情報は他の呼制御サーバ20がアクセスできないようにするなどの排他制御機能を具備している。そして、呼情報アクセス制御部17は、呼制御サーバ20が呼番号に応じて個情報にアクセスし参照や更新などを行うための機能を提供する。
 例えば、通話を確立する場合、呼情報アクセス制御部17は、呼番号管理部18が割り当てた呼番号とその番号に対応する発番号や着番号などの情報を呼制御サーバ20から受信する。そして、呼情報アクセス制御部17は、受信した発番号、着番号などの情報を呼情報104に登録する。さらに、呼情報アクセス制御部17は、受信した呼番号に対応する呼情報104の呼状態を発呼状態に変更する。その後、呼情報アクセス制御部17は、呼制御サーバ20から呼情報読出要求を受けると、呼情報104を読み出して呼制御サーバ20へ送信する。また、呼情報アクセス制御部17は、呼の状態が遷移した後に、呼制御サーバ20から呼情報書込要求を受ける。そして、呼情報アクセス制御部17は、呼の遷移状態を表すように呼情報104の呼状態を変更する。そして通話状態になると、呼情報アクセス制御部17は、呼情報104の呼状態を「通話中」に変更する。
 また、通話を終了する場合も同様に、呼情報アクセス制御部17は、呼制御サーバ20から呼情報読出要求を受けると、呼情報104を読み出して呼制御サーバ20へ送信する。また、呼情報アクセス制御部17は、呼の状態が遷移した後に、呼制御サーバ20から呼情報書込要求を受ける。そして、呼情報アクセス制御部17は、呼の遷移状態を表すように呼情報104の呼状態を変更する。そして通話の切断が成功すると、呼情報アクセス制御部17は、呼情報104における通話の切断が成功した呼の呼番号に対応する呼状態を「空き」に変更するとともに、その呼番号に対応する着番号、着番号、通話開始時間及びその他情報を呼情報104から削除する。
 呼接続数管理部16は、後述するサーバ停止制御部15から呼接続情報取得要求を受けると、サーバ管理情報103における運転状態が「通常」となっている呼処理を抽出し、各呼生成サーバ毎に集計する。そして、呼接続数管理部16は、集計結果を呼接続情報リスト102における各呼制御サーバの通常処理呼数に登録する。また、呼接続数管理部16は、サーバ管理情報103における運転状態が「移行」となっている呼処理を抽出し、移行先サーバ毎に且つ呼生成サーバ毎に集計する。そして、呼接続数管理部16は、集計した各移行先サーバに対応する呼接続情報リスト102における呼制御サーバ20を特定する。呼接続数管理部16は、サーバ管理情報103において、特定した呼制御サーバ20を移行先サーバとする呼生成サーバの識別情報を、呼接続情報リスト102の特定した呼制御サーバに対応する移行元サーバ番号の欄に登録する。さらに、呼接続数管理部16は、登録した移行元サーバ番号に対応する移行処理呼数の欄に集計結果を登録する。
 サーバ停止制御部15は、定期的に呼接続数管理部16に対して呼接続情報取得要求を送信する。ここで、呼接続情報要求を送信する周期は、短ければサーバを停止の頻度を上げることができるので、より省電力化を図ることができるが、通信制御装置の負荷が高くなる。そこで、呼接続情報要求を送信する周期は、運用状況に合わせて決められることが好ましい。
 サーバ停止制御部15は、呼接続数管理部16が更新した呼接続情報リストを参照し、停止可能なサーバがあるか否かを判定する。ここで、サーバ停止制御部15による、停止可能サーバの判定について、詳細に説明する。
 サーバ停止制御部15は、サーバが停止可能か否かを判定するためのサーバ停止監視閾値を予め記憶している。例えば、サーバ停止監視閾値は、最大負荷量の20%などとすることができる。そして、サーバ停止制御部15は、呼接続情報リスト102から各呼制御サーバ20が管理する通常処理呼数と移行処理呼数を取得する。そして、サーバ停止制御部15は、呼制御サーバ20毎に通常処理個数と移行処理個数とを合計し呼接続数を算出する。その後、サーバ停止制御部15は、呼接続数の昇順に呼制御サーバ20をソートする。そして、サーバ停止制御部15は、昇順の最上位から最下位に向けて1つずつチェック対象サーバを選択し以下の処理を繰り返していく。サーバ停止制御部15は、チェック対象サーバの次の順位の呼制御サーバ20から最下位の呼制御サーバ20までの間で、そのサーバが管理する呼接続数にチェック対象サーバの呼接続数を加算してもサーバ停止監視閾値を超えないサーバがあるか否かを判定する。サーバ停止制御部15は、チェック対象サーバの呼接続数を加算してもサーバ停止監視閾値を超えないサーバがある場合、そのチェック対象サーバを停止対象サーバと判定する。この停止対象サーバが、「第一の呼制御サーバ」の一例にあたる。そして、サーバ停止制御部15は、停止対象サーバの呼接続数を加算してもサーバ停止監視閾値を超えないサーバのうち順位が最も低い呼制御サーバ20を移行先サーバとして決定する。そして、サーバ停止制御部15は、呼処理を移行することにより各呼制御サーバ20が管理することになった呼処理の数を計算結果として求める。サーバ停止制御部15は、チェック対象サーバが次の呼制御サーバ20に移った場合にもこの計算結果を保持していき、呼処理の移行が発生する都度更新していく。
 全ての呼制御サーバ20に対する停止可能か否かのチェックが完了すると、サーバ停止制御部15は、停止対象サーバの振分けの停止を振分制御部12へ通知する。
 さらに、サーバ停止制御部15は、サーバ管理情報103における停止対象サーバの運転状態の「停止中」への変更及び移行先サーバの登録を移行先サーバ管理部14に通知する。
 移行先サーバ管理部14からサーバ管理情報103の更新の完了通知を受けると、サーバ停止制御部15は、停止対象サーバが管理していた呼の移行先サーバを振分制御部12に通知し、サーバ状態管理テーブル101の更新を振分制御部12に指示する。
 次に、サーバ停止制御部15は、停止対象サーバである呼制御サーバ20に停止命令を送信する。
 サーバ起動制御部11は、定期的に呼接続数管理部16に対して呼接続情報取得要求を送信する。ここで、呼接続情報要求を送信する周期は、短ければサーバの起動の頻度を上げることができ、サーバが高負荷になることを抑えることができるが、通信制御装置1の負荷が高くなる。そこで、呼接続情報要求を送信する周期は、運用状況に合わせて決められることが好ましい。
 サーバ起動制御部11は、呼接続数管理部16が更新した呼接続情報リスト102を参照し、停止中サーバがあるか否かを判定する。停止中サーバがある場合、サーバ起動制御部11は、予め記憶しているサーバ起動監視閾値を超える負荷量を有する呼制御サーバ20(以下、「高負荷サーバ」という場合がある。)があるか否かを判定する。ここで、サーバ起動監視閾値は、サーバ停止監視閾値よりも低い値を取る。例えば、サーバ停止監視閾値を最大負荷量の20%とした場合、サーバ起動監視閾値は、最大負荷量の50%などとすることができる。
 高負荷サーバがある場合、サーバ起動制御部11は、高負荷サーバに移行されている呼処理を移行元サーバに戻すことを決定する。サーバ起動制御部11は、サーバ管理情報の更新要求を移行先サーバ管理部14へ通知する。
 移行先サーバ管理部14からサーバ管理情報103の更新の完了通知を受けると、サーバ起動制御部11は、呼処理を戻す移動元サーバである呼制御サーバ20に起動命令を送信する。
 さらに、サーバ起動制御部11は、高負荷サーバの情報をサーバ状態管理部に通知し、且つサーバ状態管理テーブル101の更新を振分制御部12に指示する。
 さらに、サーバ起動制御部11は、サーバ管理情報103における呼処理を戻す移行元サーバの運転状態の「通常」への変更及び移行先サーバを「NULL」に戻すことを移行先サーバ管理部14に指示する。
 移行先サーバ管理部14は、サーバ管理情報103における停止対象サーバの運転状態の「停止中」への変更及び移行先サーバの登録の要求をサーバ停止制御部15から受ける。そして、移行先サーバ管理部14は、サーバ管理情報103における停止対象サーバの運転状態を「停止中」へ変更し、さらに停止対象サーバから呼が移行された移行先サーバの識別情報を登録する。その後、移行先サーバ管理部14は、サーバ管理情報103の更新の完了通知をサーバ停止制御部15へ出力する。
 また、移行先サーバ管理部14は、サーバ管理情報103における呼処理を戻す移行元サーバの運転状態の「通常」への変更及び移行先サーバを「NULL」に戻す要求をサーバ停止制御部15から受ける。そして、移行先サーバ管理部14は、サーバ管理情報103における呼処理を戻す移行元サーバの運転状態の「通常」へ変更し、さらに移行先サーバを「NULL」に戻す。その後、移行先サーバ管理部14は、サーバ管理情報103の更新の完了通知をサーバ起動制御部11へ出力する。
 振分制御部12は、呼設定の要求を発信側システム30から受ける。そして、振分制御部12は、呼制御サーバ20の中から呼を設定するサーバを選択する。その後、振分制御部12は、発信側システム30の情報及び着信側システム40の情報を選択した呼制御サーバ20に通知し、選択した呼制御サーバ20に呼設定を行う。
 振分制御部12は、新規イベントの振り分け停止の指示をサーバ停止制御部15から受ける。そして、振分制御部12は、それ以降に要求された呼設定などのイベントを停止対象サーバに振分けないようにする。
 その後、振分制御部12は、停止対象サーバが管理していた呼処理の移行先サーバの通知及びサーバ状態管理テーブル101の更新の指示をサーバ停止制御部15から受ける。そして、振分制御部12は、サーバ状態管理テーブル101の停止対象サーバの運転状態を「停止中」に変更する。さらに、振分制御部12は、移行先サーバアドレスに停止対象サーバの呼処理の移行先サーバのアドレスを書込み、新規イベント受付可否を「不可」にする。
 また、振分制御部12は、サーバ管理情報103における呼処理を戻す移行元サーバの運転状態の「通常」への変更及び移行先サーバを「NULL」に戻す指示をサーバ起動制御部11から受ける。そして、振分制御部12は、サーバ状態管理テーブル101において、呼処理を戻す移行元サーバの運転状態を「運転中」に変更し、移行先サーバアドレスを「NULL」に戻し、新規イベント受付可否を「可」にする。
 次に、呼制御サーバについて説明する。ここでは、呼制御サーバ21を例に説明するが、呼制御サーバ20は、いずれも同様の機能を有する。呼制御サーバ21は、通信制御部201、呼処理部202及び電源制御部203を有する。
 通信制御部201は、通信制御装置1、発信側システム30及び着信側システム40との間の通信を制御する。
 呼処理部202は、通信制御装置1から設定された呼の処理を行う。例えば、呼処理部202は、通信制御装置1へ送る呼情報の生成や送信、発信側システム30や着信側システム40へ送信する信号の作成及び送信などを行う。呼処理部202は、発信側システム30や着信側システム40へ送信する信号を生成する場合、Viaヘッダ、Record-Routeヘッダは、通信制御装置1の振分制御部12を経由するように編集する。
 電源制御部203は、通信制御装置1のサーバ停止制御部15からの停止命令を受けて、呼制御サーバ21の停止処理を開始し、その後、電源をOFFにする。また、電源制御部203は、通信制御装置1のサーバ起動制御部11からの起動命令を受けて、呼制御サーバ21の電源をONにし、起動処理を開始する。この電源制御部203が、「停止制御部」の一例にあたる。
 次に、図6~9を参照して、呼処理の移行処理及び移動した呼処理の戻し処理の概要を再度まとめて説明する。図6は、呼処理の移動が発生する前の各呼制御サーバが管理する呼処理を表す図である。また、図7は、呼処理の移動が発生した後の各呼制御サーバが管理する呼処理を表す図である。また、図8は、呼処理を戻す前の各呼制御サーバが管理する呼処理を表す図である。また、図9は、呼処理を戻した後の各呼制御サーバが管理する呼処理を表す図である。図6~9の縦軸はいずれも呼処理の数に対応する呼制御サーバにかかる負荷量を表しており、横軸は各呼制御サーバ20を表している。以下の説明では、呼制御サーバ#1~#3という3台の呼制御サーバ20がある場合で説明する。また、ここでは、説明の便宜上、上述したソートなどの呼処理を移行する呼制御サーバ20の決定などの処理は省き、呼制御サーバ#2及び#3の呼処理を呼制御サーバ#1へ移行する場合で説明する。
 サーバ停止制御部15は、サーバが停止可能か否かを判定するための閾値として、例えば、図6に示すサーバ停止監視閾値302を予め記憶している。最大負荷量301は、呼制御サーバ20にかけることができる負荷量の最大値を表す値である。サーバ停止監視閾値302は、最大負荷量301より低い値である。そして、図6の状態では、呼制御サーバ#1は、呼処理Aを管理しており、呼制御サーバ#2は、呼処理Bを管理しており、呼制御サーバ#3は、呼処理Cを管理している。
 そして、サーバ停止制御部15は、呼制御サーバ#2及び#3が管理する呼処理を呼制御サーバ#1へ移行した場合に呼制御サーバ#1の負荷量がサーバ停止監視閾値302を超えるか否かを判定する。超えない場合には、呼制御サーバ#2及び#3の双方を停止対象サーバであると判定する。ここでは、図6の点線に示すように、呼制御サーバ#1が管理している呼処理Aに呼処理B及び呼処理Cを加えてもサーバ停止監視閾値302を超えない。そこで、サーバ停止制御部15は、呼制御サーバ#2及び#3が管理する呼処理B及びCを呼制御サーバ#1に移動し、呼制御サーバ#2及び#3を停止することを決定する。
 そして、サーバ停止制御部15は、呼制御サーバ#2及び#3が管理していた呼処理B及び呼処理Cを呼制御サーバ#1へ移行する旨の通知及びサーバ状態管理テーブル101の更新の指示を振分制御部12へ通知する。振分制御部12は、サーバ停止制御部15からの通知を受けて、サーバ状態管理テーブル101における、呼制御サーバ#2及び#3の運転状態を停止中にし、さらに、呼制御サーバ#2及び#3が管理していた呼処理B及び呼処理Cの移行先サーバアドレスに呼制御サーバ#1のアドレスを書き込む。これにより、振分制御部12は、これ以降の呼処理B及び呼処理Cにおける各処理をサーバ#1に送信することになる。すなわち、図7に示すように、呼制御サーバ#2及び#3が管理していた呼処理B及び呼処理Cが呼制御サーバ#1へ移行されたことになる。
 次に、図7の状態のときに、例えば、呼制御サーバ#1に新しい呼が設定され、呼処理D及び呼処理Eが呼制御サーバ#1により管理されるようになり、図8で表される状態になったとする。この場合、呼制御サーバ#1の負荷量はサーバ起動監視閾値303以上となり、高負荷サーバとなる。そこで、サーバ起動制御部11は、呼制御サーバ#1に移行されている呼処理B及び呼処理Cを移行元サーバである呼制御サーバ#2及び#3へ戻すことを決定する。
 そして、サーバ起動制御部11は、呼制御サーバ#1が管理している呼処理B及び呼処理Cを呼制御サーバ#2及び#3へ戻す旨の通知及びサーバ状態管理テーブル101の更新の指示を振分制御部12へ通知する。振分制御部12は、サーバ起動制御部11からの通知を受けて、サーバ状態管理テーブル101における、呼制御サーバ#2及び#3の運転状態を通常に戻し、さらに、呼制御サーバ#2及び#3に対応する移行先サーバアドレスを「NULL」に戻す。これにより、振分制御部12は、これ以降の呼処理Bにおける各処理をサーバ#2に送信し、呼処理Cにおける各処理をサーバ#3に送信することになる。すなわち、図9に示すように、呼制御サーバ#2及び#3に呼処理B及び呼処理Cが戻され、呼制御サーバ#1の負荷量を減少させることができる。
 次に、図10を参照して、通信制御装置1を振分サーバ151及びDB(Data Base)サーバ152に分けて構成した場合の通信システムについて説明する。図10は、通信制御装置を2台のサーバで構成した場合の構成例の図である。
 振分サーバ151は、サーバ起動制御部11、振分制御部12、サーバ停止制御部15及び通信制御部191を有している。また、振分サーバ151は、サーバ状態管理テーブル101、呼接続情報リスト102及びサーバ管理情報103を記憶する。振分サーバ151は、呼制御サーバ20に対して呼処理を振分ける機能を有するサーバである。
 DBサーバ152は、移行先サーバ管理部14、呼接続数管理部16、呼情報アクセス制御部17、呼番号管理部18及び通信制御部192を有している。また、DBサーバ152は、呼情報104を記憶する。DBサーバ152は、呼情報が登録されたデータベースを管理する機能を有するサーバである。
 そして、図10において、図1と同じ符号を有する各部は同じ機能を有する。ただし、2台のサーバに分けたため、図1における通信制御部13は、振分サーバ151の通信制御部191とDBサーバ152の通信制御部192に分けられている。
 このように、通信制御装置1は、図10に示すように、2台のサーバに分けることもできるし、それ以上の台数のサーバに機能を分けることともできる。また、各機能の分け方は図10の例に限らず、どちらのサーバがどの機能を有するかに特に制限はない。
 ここで、図11を参照して、図10の通信情報システムを例に、通信確立までの処理の流れについて説明する。図11は、通信確立までの処理のシーケンス図である。
 発信側システム30は、通話要求を行い、呼を設定するための呼設定要求であるINVITEを振分サーバ151へ送信する(ステップS101)。
 振分サーバ151は、INVITEを発信側システム30から受信する。そして、振分サーバ151の振分制御部12は、呼を設定する呼制御サーバ20を選択し、選択した呼制御サーバ20へINVITEを送信する(ステップS102)。
 呼制御サーバ20の呼処理部202は、INVITEを振分サーバ151から受信する。そして、呼処理部202は、DBサーバ152に呼番号取得要求を送信する(ステップS103)。
 DBサーバ152は、呼番号取得要求を呼制御サーバ20の呼処理部202から受信する。そして、DBサーバ152の呼番号管理部18は、呼情報104から使用されていない呼番号を取得する(ステップS104)。呼番号管理部18は、取得した呼番号を発信側システム30から設定要求のあった呼に割り当てる。さらに、呼番号管理部18は、割り当てた呼番号に対応するサーバ管理情報103の各欄に情報を登録する(ステップS105)。さらに、呼番号管理部18は、割り当てた呼番号を呼制御サーバ20へ送信する(ステップS106)。
 呼制御サーバ20の呼処理部202は、発信側システム30から設定要求のあった呼に割り当てられた呼番号をDBサーバ152の呼番号管理部18から受信する。そして、呼処理部202は、発信側システム30からの設定要求を用いて割り当てられた呼番号に対応する呼情報を生成する(ステップS107)。そして、呼処理部202は、生成した呼情報をDBサーバ152へ送信する(ステップS108)。
 DBサーバ152の呼情報アクセス制御部17は、呼情報を呼制御サーバ20の呼処理部202から受信する。そして、呼情報アクセス制御部17は、受信した呼情報を呼情報104に登録する(ステップS109)。
 呼制御サーバ20の呼処理部202は、INVITEを着信側システム40へ伝えるための信号を作成する(ステップS110)。この時、呼処理部202は、作成した信号のViaヘッダ及びRecord-Routeヘッダを、振分サーバ151を経由するように編集する。そして、呼処理部202は、作成した信号を用いてINVITEを着信側システム40へ送信する(ステップS111)。
 着信側システム40は、INVITEを受信すると、受信した信号の各ヘッダを確認し、受信信号の応答先を特定する。そして、着信側システム40は、INVITEを受信したことを示す応答である100 Tryingを振分サーバ151へ送信する(ステップS112)。
 振分サーバ151の振分制御部12は、100 Tryingを着信側システム40から受信する。そして、振分制御部12は、呼制御サーバ20に100Tryingを送信する(ステップS113)。
 呼制御サーバ20の呼処理部202は、振分サーバ151の振分制御部12から100 Tryingを受信する。そして、呼処理部202は、呼情報読出要求をDBサーバ152へ送信する(ステップS114)。
 DBサーバ152の呼情報アクセス制御部17は、呼情報読出要求を呼制御サーバ20の呼処理部202から受信する。そして、呼情報アクセス制御部17は、呼情報104から呼情報読出要求に対応する呼の呼情報を呼情報104から読み出す(ステップS115)。そして、呼情報アクセス制御部17は、読み出した呼情報を呼制御サーバ20へ送信する(ステップS116)。
 呼制御サーバ20の呼処理部202は、DBサーバ152の呼情報アクセス制御部17から呼情報を受信する。そして、呼処理部202は、100 Tryingを取得した状態に呼情報に含まれる呼の状態の情報を遷移させる(ステップS117)。そして、呼処理部202は、変更した呼情報とともに呼情報書込要求をDBサーバ152へ送信する(ステップS118)。
 DBサーバ152の呼情報アクセス制御部17は、呼状態が変更された呼情報とともに呼制御サーバ20の呼処理部202から呼情報書込要求を受ける。そして、呼情報アクセス制御部17は、100 Tryingを受信した状態に呼状態が変更された呼情報を呼情報104に書込み更新する(ステップS119)。
 呼制御サーバ20の呼処理部202は、100 Tryingを発信側システム30へ伝えるための信号を作成する(ステップS120)。そして、呼処理部202は、作成した信号を用いて100 Tryingを発信側システム30へ送信する(ステップS121)。
 着信側システム40は、着信側装置がINVITEを受け取り、ベルを鳴らすなどして呼び出しを行っていることを示す応答である180 Ringingを振分サーバ151へ送信する(ステップS122)。
 振分サーバ151の振分制御部12は、180 Ringingを着信側システム40から受信する。そして、振分制御部12は、呼制御サーバ20に180 Ringingを送信する(ステップS123)。
 呼制御サーバ20の呼処理部202は、振分サーバ151の振分制御部12から180 Ringingを受信する。そして、呼処理部202は、呼情報読出要求をDBサーバ152へ送信する(ステップS124)。
 DBサーバ152の呼情報アクセス制御部17は、呼情報読出要求を呼制御サーバ20の呼処理部202から受信する。そして、呼情報アクセス制御部17は、呼情報104から呼情報読出要求に対応する呼の呼情報を呼情報104から読み出す(ステップS125)。そして、呼情報アクセス制御部17は、読み出した呼情報を呼制御サーバ20へ送信する(ステップS126)。
 呼制御サーバ20の呼処理部202は、DBサーバ152の呼情報アクセス制御部17から呼情報を受信する。そして、呼処理部202は、呼び出し中の状態に呼情報に含まれる呼の状態の情報を遷移させる(ステップS127)。そして、呼処理部202は、変更した呼情報とともに呼情報書込要求をDBサーバ152へ送信する(ステップS128)。
 DBサーバ152の呼情報アクセス制御部17は、呼状態が変更された呼情報とともに呼制御サーバ20の呼処理部202から呼情報書込要求を受ける。そして、呼情報アクセス制御部17は、呼び出し中の状態に呼状態が変更された呼情報を呼情報104に書込み更新する(ステップS129)。
 呼制御サーバ20の呼処理部202は、180 Ringingを発信側システム30へ伝えるための信号を作成する(ステップS130)。そして、呼処理部202は、作成した信号を用いて180 Ringingを発信側システム30へ送信する(ステップS131)。
 その後、着信側装置において呼び出し応答があった場合、着信側システム40は、INVITEのリクエストが正常に処理された、すなわち、呼び出し成功を示す200 OKを振分サーバ151へ送信する(ステップS132)。
 振分サーバ151の振分制御部12は、200 OKを着信側システム40から受信する。そして、振分制御部12は、呼制御サーバ20に200 OKを送信する(ステップS133)。
 呼制御サーバ20の呼処理部202は、振分サーバ151の振分制御部12から200 OKを受信する。そして、呼処理部202は、呼情報読出要求をDBサーバ152へ送信する(ステップS134)。
 DBサーバ152の呼情報アクセス制御部17は、呼情報読出要求を呼制御サーバ20の呼処理部202から受信する。そして、呼情報アクセス制御部17は、呼情報104から呼情報読出要求に対応する呼の呼情報を呼情報104から読み出す(ステップS135)。そして、呼情報アクセス制御部17は、読み出した呼情報を呼制御サーバ20へ送信する(ステップS136)。
 呼制御サーバ20の呼処理部202は、DBサーバ152の呼情報アクセス制御部17から呼情報を受信する。そして、呼処理部202は、呼情報に含まれる呼の状態の情報を呼び出し成功を表す状態に遷移させる(ステップS137)。そして、呼処理部202は、変更した呼情報とともに呼情報書込要求をDBサーバ152へ送信する(ステップS138)。
 DBサーバ152の呼情報アクセス制御部17は、呼状態が変更された呼情報とともに呼制御サーバ20の呼処理部202から呼情報書込要求を受ける。そして、呼情報アクセス制御部17は、呼び出し成功を表す状態に呼状態が変更された呼情報を呼情報104に書込み更新する(ステップS139)。
 呼制御サーバ20の呼処理部202は、200 OKを発信側システム30へ伝えるための信号を作成する(ステップS140)。そして、呼処理部202は、作成した信号を用いて200 OKを発信側システム30へ送信する(ステップS141)。
 発信側システム30は、200 OKを呼制御サーバ20の呼処理部202から受信する。そして、200 OKのレスポンスを受け取ったことを示す確認応答であるACTを呼制御サーバ20へ送信する(ステップS142)。
 呼制御サーバ20の呼処理部202は、発信側システム30から200 OKを受信する。そして、呼処理部202は、呼情報読出要求をDBサーバ152へ送信する(ステップS143)。
 DBサーバ152の呼情報アクセス制御部17は、呼情報読出要求を呼制御サーバ20の呼処理部202から受信する。そして、呼情報アクセス制御部17は、呼情報104から呼情報読出要求に対応する呼の呼情報を呼情報104から読み出す(ステップS144)。そして、呼情報アクセス制御部17は、読み出した呼情報を呼制御サーバ20へ送信する(ステップS145)。
 呼制御サーバ20の呼処理部202は、DBサーバ152の呼情報アクセス制御部17から呼情報を受信する。そして、呼処理部202は、呼情報に含まれる呼の状態の情報を通話中を表す状態に遷移させる(ステップS146)。そして、呼処理部202は、変更した呼情報とともに呼情報書込要求をDBサーバ152へ送信する(ステップS147)。
 DBサーバ152の呼情報アクセス制御部17は、呼状態が変更された呼情報とともに呼制御サーバ20の呼処理部202から呼情報書込要求を受ける。そして、呼情報アクセス制御部17は、通話中を表す状態に呼状態が変更された呼情報を呼情報104に書込み更新する(ステップS148)。
 呼制御サーバ20の呼処理部202は、ACTを着信側システム40へ伝えるための信号を作成する(ステップS149)。そして、呼処理部202は、作成した信号を用いてACTを着信側システム40へ送信する(ステップS150)。これにより、通信が確立し、発信側システム30における発信側装置と着信側システム40における着信側装置との間で通話が行われる(ステップS151)。
 次に、図12を参照して、図10の通信情報システムを例に、呼処理の移行の処理の流れについて説明する。図12は、呼処理の移行の処理のシーケンス図である。ここでは、呼制御サーバ#2が管理している呼処理を呼制御サーバ#3へ移行する場合で説明する。
 振分サーバ151のサーバ停止制御部15は、呼処理の移行を行う周期処理を開始する(ステップS201)。サーバ停止制御部15は、呼接続情報取得要求をDBサーバ152へ送信する(ステップS202)。この時、サーバ停止制御部15は、サーバ管理情報103をDBサーバ152へ送信する。
 DBサーバ152の呼接続数管理部16は、振分サーバ151のサーバ停止制御部15から呼接続情報取得要求を受信する。そして、呼接続数管理部16は、サーバ管理情報103から呼接続情報リスト102を作成する(ステップS203)。そして、呼接続数管理部16は、作成した呼接続情報リスト102を振分サーバ151へ送信する(ステップS204)。
 振分サーバ151のサーバ停止制御部15は、DBサーバ152の呼接続数管理部16から呼接続情報リスト102を受信する。そして、サーバ停止制御部15は、呼接続数の昇順に呼制御サーバ20のソートなどを行い、サーバ移行先の計算を行う(ステップS205)。サーバ停止制御部15は、サーバ移行先の計算結果により停止対象サーバが有るか否かを判定する(ステップS206)。停止対象サーバが無い場合(ステップS206:否定)、サーバ停止制御部15は、呼処理の移行の処理を終了する(ステップS207)。
 これに対して、停止対象サーバが有る場合(ステップS206:肯定)、サーバ停止制御部15は、呼制御サーバ#2への新規イベントの振分け停止を振分制御部12に通知する。振分制御部12は、呼制御サーバ#2への新規イベントの振分けを停止する(ステップS208)。
 サーバ停止制御部15は、停止対象サーバの中から1つを選択する(ステップS209)。そして、サーバ停止制御部15は、サーバ管理情報103における選択した停止対象サーバの情報の更新要求をDBサーバ152へ送信する(ステップS210)。この時、サーバ停止制御部15は、選択した停止対象サーバの情報及びその停止対象サーバが管理する呼処理を移行する移行先サーバの情報をDBサーバ152へ送信する。
 DBサーバ152の移行先サーバ管理部14は、振分サーバ151のサーバ停止制御部15からサーバ管理情報103の更新要求を受信する。そして、移行先サーバ管理部14は、指定された停止対象サーバの運転状態及び移行先サーバ番号を更新する(ステップS211)。次に、移行先サーバ管理部14は、サーバ管理情報103の更新の完了通知を振分サーバ151へ通知する(ステップS212)。
 振分サーバ151のサーバ停止制御部15は、DBサーバ152の移行先サーバ管理部14からサーバ管理情報103の更新の完了通知を受信する。そして、サーバ停止制御部15は、選択した停止可能サーバの情報及びその停止可能サーバが管理していた呼処理の移行先サーバの情報とともに、サーバ状態管理テーブル101の更新の指示を振分制御部12へ送信する。振分制御部12は、サーバ状態管理テーブル101における指定された停止対象サーバの運転状態及び移行先サーバアドレスを更新する(ステップS213)。
 サーバ停止制御部15は、停止対象サーバである呼制御サーバ#2(ここでは呼制御サーバ#2を例に説明する。)に対して電源OFF要求を送信する(ステップS214)。
 呼制御サーバ#2の電源制御部203は、振分サーバ151のサーバ停止制御部15から電源OFF要求を受信する。そして、電源制御部203は、サーバ停止処理を行う(ステップS215)。サーバ停止処理完了後、電源制御部203は、呼制御サーバ#2の電源をOFFする(ステップS216)。
 サーバ停止制御部15は、停止対象サーバ全ての電源OFFが終わったか否かを判定する(ステップS217)。電源OFFをしていない停止対象サーバがある場合(ステップS217:否定)、サーバ停止制御部15は、ステップS209へ戻る。
 これに対して、停止対象サーバ全ての電源OFFが終わっている場合(ステップS217:肯定)、サーバ停止制御部15は、周期処理を終了する(ステップS218)。
 次に、図13を参照して、図10の通信情報システムを例に、移行後の呼処理の流れについて説明する。図13は、移行後の呼処理のシーケンス図である。ここでは、呼制御サーバ#2が管理している呼処理が呼制御サーバ#3へ移行されている場合で説明する。
 発信側システム30が、呼制御サーバ#2が生成した呼に対する通話終了要求であるBYEを振分サーバ151へ送信する(ステップS301)。
 振分サーバ151の振分制御部12は、発信側システム30からBYEを受信する。振分制御部12は、サーバ状態管理テーブル101を参照する(ステップS302)。振分制御部12は、通話終了要求があった呼の呼番号が割り当てられた呼処理を管理している呼制御サーバ20をサーバ状態管理テーブル101から取得する。ここでは、呼制御サーバ#2が生成した呼の呼処理を呼制御サーバ#3が管理しているので、振分制御部12は、BYEの振分先として呼処理サーバ#3を取得する。そして、振分制御部12は、BYEを呼処理サーバ#3へ振分ける(ステップS303)。振分制御部12は、BYEを呼制御サーバ#3へ送信する(ステップS304)。
 呼制御サーバ#3の呼処理部202は、振分サーバ151の振分制御部12からBYEを受信する。そして、呼処理部202は、呼情報読出要求をDBサーバ152へ送信する(ステップS305)。
 DBサーバ152の呼情報アクセス制御部17は、呼情報読出要求を呼制御サーバ#3の呼処理部202から受信する。そして、呼情報アクセス制御部17は、呼情報104から呼情報読出要求に対応する呼の呼情報を呼情報104から読み出す(ステップS306)。そして、呼情報アクセス制御部17は、読み出した呼情報を呼制御サーバ#3へ送信する(ステップS307)。
 呼制御サーバ#3の呼処理部202は、DBサーバ152の呼情報アクセス制御部17から呼情報を受信する。そして、呼処理部202は、呼情報に含まれる呼の状態の情報を通話終了の状態に遷移させる(ステップS308)。そして、呼処理部202は、変更した呼情報とともに呼情報書込要求をDBサーバ152へ送信する(ステップS309)。
 DBサーバ152の呼情報アクセス制御部17は、呼状態が変更された呼情報とともに呼制御サーバ20の呼処理部202から呼情報書込要求を受ける。そして、呼情報アクセス制御部17は、通話終了の状態に呼状態が変更された呼情報を呼情報104に書込み更新する(ステップS310)。
 呼制御サーバ#3の呼処理部202は、BYEを着信側システム40へ伝えるための信号を作成する(ステップS311)。そして、呼処理部202は、作成した信号を用いてBYEを着信側システム40へ送信する(ステップS312)。
 着信側システム40は、呼制御サーバ#3の呼処理部202からBYEを受信する。そして、着信側システム40は、切断成功を表す信号である200 OKを振分サーバ151へ送信する(ステップS313)。
 振分サーバ151の振分制御部12は、200 OKを着信側システム40から受信する。振分制御部12は、サーバ状態管理テーブル101を参照する(ステップS314)。そして、振分制御部12は、通話が終了した呼の呼番号が割り当てられた呼処理を管理している呼制御サーバ20をサーバ状態管理テーブル101から取得する。ここでは、呼制御サーバ#2が生成した呼の呼処理を呼制御サーバ#3が管理しているので、振分制御部12は、200 OKの振分先として呼処理サーバ#3を取得する。そして、振分制御部12は、200 OKを呼処理サーバ#3へ振分ける(ステップS315)。次に、振分制御部12は、呼制御サーバ#3に200 OKを送信する(ステップS316)。
 呼制御サーバ#3の呼処理部202は、振分サーバ151の振分制御部12から200 OKを受信する。そして、呼処理部202は、呼情報読出要求をDBサーバ152へ送信する(ステップS317)。
 DBサーバ152の呼情報アクセス制御部17は、呼情報読出要求を呼制御サーバ#3の呼処理部202から受信する。そして、呼情報アクセス制御部17は、呼情報104から呼情報読出要求に対応する呼の呼情報を呼情報104から読み出す(ステップS318)。そして、呼情報アクセス制御部17は、読み出した呼情報を呼制御サーバ20へ送信する(ステップS319)。
 呼制御サーバ#3の呼処理部202は、DBサーバ152の呼情報アクセス制御部17から呼情報を受信する。そして、呼処理部202は、呼情報に含まれる呼の状態の情報を通話終了の状態に遷移させる(ステップS320)。そして、呼処理部202は、変更した呼情報とともに呼情報書込要求をDBサーバ152へ送信する(ステップS321)。
 DBサーバ152の呼情報アクセス制御部17は、呼状態が変更された呼情報とともに呼制御サーバ20の呼処理部202から呼情報書込要求を受ける。そして、アクセス制御部17は、通話終了の状態に呼状態が変更された呼情報を呼情報104に書込み更新する(ステップS322)。
 呼制御サーバ#3の呼処理部202は、200 OKを発信側システム30へ伝えるための信号を作成する(ステップS323)。そして、呼処理部202は、作成した信号を用いて200 OKを発信側システム30へ送信し、切断成功を通知する(ステップS324)。
 次に、図14を参照して、図10の通信情報システムを例に、呼処理の戻し処理の流れについて説明する。図14は、呼処理の戻し処理のシーケンス図である。ここでは、呼制御サーバ#3に移行された呼処理を呼制御サーバ#2へ戻す場合で説明する。
 振分サーバ151のサーバ起動制御部11は、呼処理の移行を行う周期処理を開始する(ステップS401)。サーバ起動制御部11は、呼接続情報取得要求をDBサーバ152へ送信する(ステップS402)。この時、サーバ起動制御部11は、サーバ管理情報103をDBサーバ152へ送信する。
 DBサーバ152の呼接続数管理部16は、振分サーバ151のサーバ起動制御部11から呼接続情報取得要求を受信する。そして、呼接続数管理部16は、サーバ管理情報103から呼接続情報リスト102を作成する(ステップS403)。そして、呼接続数管理部16は、作成した呼接続情報リスト102を振分サーバ151へ送信する(ステップS404)。
 振分サーバ151のサーバ起動制御部11は、DBサーバ152の呼接続数管理部16から呼接続情報リスト102を受信する。そして、サーバ起動制御部11は、停止している呼制御サーバ20がある場合、稼動している呼制御サーバ20の負荷量を計算する(ステップS405)。サーバ起動制御部11は、負荷量の計算結果により高負荷サーバが有るか否かを判定する(ステップS406)。高負荷サーバが無い場合(ステップS406:否定)、サーバ起動制御部11は、呼処理の戻し処理を終了する(ステップS407)。
 これに対して、高負荷サーバが有る場合(ステップS406:肯定)、サーバ起動制御部11は、高負荷サーバの中から一つを選択する(ステップS408)。そして、サーバ起動制御部11は、サーバ管理情報103における選択した高負荷サーバ及びその高負荷サーバが管理している呼処理を戻す移行元サーバの情報の更新要求をDBサーバ152へ送信する(ステップS409)。この時、サーバ起動制御部11は、高負荷サーバが管理している呼処理を戻す移行元サーバの情報をDBサーバ152へ送信する。
 DBサーバ152の移行先サーバ管理部14は、振分サーバ151のサーバ起動制御部11からサーバ管理情報103の更新要求を受信する。そして、移行先サーバ管理部14は、指定された呼処理を戻す移行元サーバの運転状態を通常に戻し、さらに移行先サーバ番号を「NULL」に変更してサーバ管理情報103を更新する(ステップS410)。次に、移行先サーバ管理部14は、サーバ管理情報103の更新の完了通知を振分サーバ151へ通知する(ステップS411)。
 振分サーバ151のサーバ起動制御部11は、DBサーバ152の移行先サーバ管理部14からサーバ管理情報103の更新の完了通知を受信する。そして、サーバ起動制御部11は、呼処理を戻す呼制御サーバ#2(ここでは呼制御サーバ#2を例に説明する。)に対して電源ON要求を送信する(ステップS412)。
 呼制御サーバ#2の電源制御部203は、振分サーバ151のサーバ起動制御部11から電源ON要求を受信する。そして、電源制御部203は、サーバの電源をONする(ステップS413)。次に、電源制御部203は、サーバ起動処理を行う(ステップS414)。
 振分サーバ151のサーバ起動制御部11は、選択した高負荷サーバの情報及びその高負荷サーバが管理する呼処理を戻す移行元サーバの情報とともに、サーバ状態管理テーブル101の更新の指示を振分制御部12へ送信する。振分制御部12は、サーバ状態管理テーブル101における指定された高負荷サーバが管理する呼処理を戻す移行元サーバの運転状態を通常に戻し、移行先サーバアドレスを「NULL」にもどして更新する(ステップS415)。
 振分サーバ151のサーバ起動制御部11は、停止対象サーバ全ての電源ONが終わったか否かを判定する(ステップS416)。電源OFFをしていない停止対象サーバがある場合(ステップS416:否定)サーバ停止制御部15は、ステップS408へ戻る。
 これに対して、停止対象サーバ全ての電源ONが終わっている場合(ステップS416:肯定)、サーバ起動制御部11は、周期処理を終了する(ステップS417)。
 次に、図15を参照して、図10の通信情報システムを例に、戻した後の呼処理の流れについて説明する。図15は、戻した後の呼処理のシーケンス図である。ここでは、呼制御サーバ#3が管理していた呼処理が呼制御サーバ#2へ戻された場合で説明する。
 発信側システム30が、呼制御サーバ#2が生成した呼に対する通話終了要求であるBYEを振分サーバ151へ送信する(ステップS501)。
 振分サーバ151の振分制御部12は、発信側システム30からBYEを受信する。振分制御部12は、サーバ状態管理テーブル101を参照する(ステップS502)。振分制御部12は、通話終了要求があった呼の呼番号が割り当てられた呼処理を管理している呼制御サーバ20をサーバ状態管理テーブル101から取得する。ここでは、呼制御サーバ#3が管理していた呼処理が呼制御サーバ#2に戻されているので、振分制御部12は、BYEの振分先として呼処理サーバ#2を取得する。そして、振分制御部12は、BYEを呼処理サーバ#2へ振分ける(ステップS503)。振分制御部12は、BYEを呼制御サーバ#2へ送信する(ステップS504)。
 呼制御サーバ#2の呼処理部202は、振分サーバ151の振分制御部12からBYEを受信する。そして、呼処理部202は、呼情報読出要求をDBサーバ152へ送信する(ステップS505)。
 DBサーバ152の呼情報アクセス制御部17は、呼情報読出要求を呼制御サーバ#2の呼処理部202から受信する。そして、呼情報アクセス制御部17は、呼情報104から呼情報読出要求に対応する呼の呼情報を呼情報104から読み出す(ステップS506)。そして、呼情報アクセス制御部17は、読み出した呼情報を呼制御サーバ#2へ送信する(ステップS507)。
 呼制御サーバ#2の呼処理部202は、DBサーバ152の呼情報アクセス制御部17から呼情報を受信する。そして、呼処理部202は、呼情報に含まれる呼の状態の情報を通話終了の状態に遷移させる(ステップS508)。そして、呼処理部202は、変更した呼情報とともに呼情報書込要求をDBサーバ152へ送信する(ステップS509)。
 DBサーバ152の呼情報アクセス制御部17は、呼状態が変更された呼情報とともに呼制御サーバ20の呼処理部202から呼情報書込要求を受ける。そして、呼情報アクセス制御部17は、通話終了の状態に呼状態が変更された呼情報を呼情報104に書込み更新する(ステップS510)。
 呼制御サーバ#2の呼処理部202は、BYEを着信側システム40へ伝えるための信号を作成する(ステップS511)。そして、呼処理部202は、作成した信号を用いてBYEを着信側システム40へ送信する(ステップS512)。
 着信側システム40は、呼制御サーバ#2の呼処理部202からBYEを受信する。そして、着信側システム40は、切断成功を表す信号である200 OKを振分サーバ151へ送信する(ステップS513)。
 振分サーバ151の振分制御部12は、200 OKを着信側システム40から受信する。振分制御部12は、サーバ状態管理テーブル101を参照する(ステップS514)。そして、振分制御部12は、通話が終了した呼の呼番号が割り当てられた呼処理を管理している呼制御サーバ20をサーバ状態管理テーブル101から取得する。ここでは、呼制御サーバ#3が管理していた呼処理が呼制御サーバ#2に戻されているので、振分制御部12は、200 OKの振分先として呼処理サーバ#2を取得する。そして、振分制御部12は、200 OKを呼処理サーバ#2へ振分ける(ステップS515)。次に、振分制御部12は、呼制御サーバ#2に200 OKを送信する(ステップS516)。
 呼制御サーバ#2の呼処理部202は、振分サーバ151の振分制御部12から200 OKを受信する。そして、呼処理部202は、呼情報読出要求をDBサーバ152へ送信する(ステップS517)。
 DBサーバ152の呼情報アクセス制御部17は、呼情報読出要求を呼制御サーバ#2の呼処理部202から受信する。そして、呼情報アクセス制御部17は、呼情報104から呼情報読出要求に対応する呼の呼情報を呼情報104から読み出す(ステップS518)。そして、呼情報アクセス制御部17は、読み出した呼情報を呼制御サーバ#2へ送信する(ステップS519)。
 呼制御サーバ#2の呼処理部202は、DBサーバ152の呼情報アクセス制御部17から呼情報を受信する。そして、呼処理部202は、呼情報に含まれる呼の状態の情報を通話終了の状態に遷移させる(ステップS520)。そして、呼処理部202は、変更した呼情報とともに呼情報書込要求をDBサーバ152へ送信する(ステップS521)。
 DBサーバ152の呼情報アクセス制御部17は、呼状態が変更された呼情報とともに呼制御サーバ20の呼処理部202から呼情報書込要求を受ける。そして、呼情報アクセス制御部17は、通話終了の状態に呼状態が変更された呼情報を呼情報104に書込み更新する(ステップS522)。
 呼制御サーバ20の呼処理部202は、200 OKを発信側システム30へ伝えるための信号を生成する(ステップS523)。そして、呼処理部202は、生成した信号を用いて200 OKを発信側システム30へ送信し、切断成功を通知する(ステップS524)。
 次に、図16~19を参照して、停止対象サーバ及び移行先サーバの決定処理の流れ、並びに、その処理における各種情報の変化について説明する。図16は、停止対象サーバ及び移行先サーバの決定処理のフローチャートである。また、図17は、移行前の呼接続情報リストの状態の一例を示す図である。また、図18は、呼接続数昇順ソート結果の一例を示す図である。また、図19は、停止対象サーバ及び移行先サーバの決定処理が行われたときの計算結果の一例を示す図である。この場合、呼処理の移行がいずれの呼制御サーバ20においても未だ行われていない場合で説明する。ここでは、サーバ番号1~5の呼制御サーバ20がある場合を例に説明する。以下では、サーバ番号1~5の呼制御サーバ20を、それぞれ呼制御サーバ#1~5と表す。
 サーバ停止制御部15は、停止対象サーバの決定処理を開始すると、呼接続情報リスト102の取得要求を呼接続数管理部16へ通知し、呼接続情報リスト102を呼接続数管理部16から取得する(ステップS601)。この場合、未だ呼処理の移行が行われていないため、サーバ停止制御部15は、図17のテーブル401で示されるような呼接続情報リスト102を取得する。テーブル401では、移行処理呼数がどの呼制御サーバ20においても0であり、且つ移行元サーバの全て「NULL」となっている。
 次に、サーバ停止制御部15は、取得した呼接続情報リスト102から各呼制御サーバ20の通常処理呼数と移行処理呼数とを抽出し、呼制御サーバ20毎に通常処理呼数と移行処理呼数とを加算し呼接続数を算出する(ステップS602)。
 次に、サーバ停止制御部15は、各呼制御サーバ20を呼接続数の昇順にソートする(ステップS603)。この場合、未だいずれの呼制御サーバ20も移行されてきた呼処理を有していないので、図17のテーブル401の通常処理個数が各呼制御サーバ20の呼接続数となる。そこで、この場合の各呼制御サーバ20を呼接続数でソートすると、図18のテーブル402で示される呼接続数昇順ソート結果が得られる。この場合、サーバ番号2、5、4、3、1の順にソートされている。
 次に、サーバ停止制御部15は、停止対象サーバとなるか否かのチェックが未チェックの呼制御サーバ20のうちソート順位が最上位のサーバを選択する(ステップS604)。ここでは、サーバ停止制御部15は、まず呼制御サーバ#2を選択し、呼制御サーバ#2のチェックが終わると次に呼制御サーバ#5を選択してチェックを行うという処理を呼制御サーバ#1まで繰り返す。
 そして、サーバ停止制御部15は、選択した呼制御サーバ20の呼処理を移行した場合の負荷量がサーバ停止監視閾値を下回り、呼処理を移行することが可能なサーバが、選択している呼制御サーバ20より下の順位に有るか否かを判定する(ステップS605)。
 そして、サーバ停止制御部15は、選択した呼制御サーバ20の呼処理を移行することが可能なサーバの中で、ソート順が最も低い呼制御サーバ20を移行先サーバとして選択する(ステップS606)。
 そして、サーバ停止制御部15は、停止対象サーバが管理する呼処理を0とし、さらに、移行先サーバへ停止対象サーバが管理する呼処理を移行した場合の結果を図19に示すような計算結果として記憶して更新する(ステップS607)。
 そして、サーバ停止制御部15は、全ての呼制御サーバ20のチェックが完了したか否かを判定する(ステップS608)。チェックを終えていない呼制御サーバ20がある場合(ステップS608:否定)、サーバ停止制御部15は、ステップS604へ戻る。これに対して、チェックが全て終わっている場合(ステップS608:肯定)、サーバ停止制御部15は、計算結果を確定する(ステップS609)。
 例えば、図18のようにソートした場合で説明する。ここでは、サーバ停止監視閾値は呼接続数が500の場合の負荷量とする。まず、サーバ停止制御部15は、呼制御サーバ#2をチェック対象として選択する。呼制御サーバ#2の呼接続数は200であり、この呼処理を移行しても呼接続数が500を超えない呼制御サーバ20は、呼接続サーバ#5、#4又は#3である。そこで、サーバ停止制御部15は、呼制御サーバ#2の呼処理を移行することが可能なサーバがあると判定する。そして、サーバ停止制御部15は移行可能なサーバの中から、ソート順が最も低い呼制御サーバ#3を呼制御サーバ#2が管理する呼処理の移行先サーバとして選択する。次に、サーバ停止制御部15は、呼制御サーバ#2が管理する呼処理を0とし、呼制御サーバ#2が管理する呼処理を呼制御サーバ#3へ移行する内容で計算結果を更新する。具体的には、サーバ停止制御部15は、図19のテーブル401に示す、呼制御サーバ#2の通常処理呼数を表す欄431を0とする。さらに、呼制御サーバ#2の移行先サーバ番号の欄432にサーバ番号3を登録する。また、サーバ停止制御部15は、呼制御サーバ#3の移行処理呼数を表す欄433に呼制御サーバ#2が管理していた呼処理の数である200を登録する。さらに、サーバ停止制御部15は、呼制御サーバ#3へ移行した呼処理の移行元サーバを表す欄434にサーバ番号2を登録する。
 さらに、呼制御サーバ#2の呼処理を呼制御サーバ#3へ移行するとした後に、図18のテーブル402における次順位のサーバである呼制御サーバ#5をチェックする場合を説明する。この場合、呼制御サーバ#5の通常処理呼数は210である。そして、呼制御サーバ#3には既に呼制御サーバ#2の管理していた呼処理の移行が決定されているので、呼制御サーバ#3の呼接続数は430となっている。そのため、呼制御サーバ#5の呼処理を移行しても呼接続数が500を超えない呼制御サーバ20は、呼接続サーバ#4である。そこで、サーバ停止制御部15は、呼制御サーバ#5の呼処理を移行することが可能なサーバがあり、それは呼接続サーバ#4であると判定する。次に、サーバ停止制御部15は、呼制御サーバ#5が管理する呼処理を0とし、呼制御サーバ#5が管理する呼処理を呼制御サーバ#4へ移行する内容で計算結果を更新する。具体的には、サーバ停止制御部15は、図17のテーブル401に示す、呼制御サーバ#5の通常処理呼数を表す欄435を0とする。さらに、呼制御サーバ#5の移行先サーバ番号の欄436にサーバ番号4を登録する。また、サーバ停止制御部15は、呼制御サーバ#4の移行処理呼数を表す欄437に呼制御サーバ#5が管理していた呼処理の数である210を登録する。さらに、サーバ停止制御部15は、呼制御サーバ#4へ移行した呼処理の移行元サーバを表す欄438にサーバ番号5を登録する。
 これ以外には、停止対象サーバがないので、この場合、サーバ停止制御部15は、図19のテーブル403の状態を最終的な計算結果とする。
 図20~22を参照して、移行されていた呼処理を戻す呼制御サーバ20の決定処理の流れ、並びに、その処理における各種情報の変化について説明する。図20は、移行されていた呼処理を戻す呼制御サーバの決定処理のフローチャートである。また、図21は、呼処理を戻す前の呼接続情報リストの状態の一例を示す図である。また、図22は、呼処理を戻す呼制御サーバの決定処理が行われたときの計算結果の一例を示す図である。この場合、図17~19を用いて説明した呼処理の移行が行われた状態から開始する場合で説明する。
 サーバ起動制御部11は、呼処理を戻す呼制御サーバ20の決定処理を開始すると、呼接続情報リスト102の取得要求を呼接続数管理部16へ通知する。そして、サーバ起動制御部11は、呼接続管理部16により生成された呼接続情報リスト102を取得する(ステップS701)。この場合、サーバ起動制御部11は、図19で示される計算結果が反映された呼接続情報リスト102、すなわち、図21のテーブル404で示されるような呼接続情報リスト102を取得する。テーブル404では、呼制御サーバ#2の通常処理呼数を示す欄441が0である。また、テーブル404では、呼制御サーバ#3の移行処理呼数示す欄442が230であり、移行元サーバの欄443にサーバ番号2が登録されている。さらに、テーブル404では、呼制御サーバ#5の通常処理呼数を示す欄444が0である。また、テーブル404では、呼制御サーバ#4の移行処理呼数示す欄445が210であり、移行元サーバの欄446にサーバ番号5が登録されている。
 次に、サーバ起動制御部11は、呼接続情報リスト102から、停止中の呼制御サーバ20が有るか否かを判定する(ステップS702)。停止中サーバがなければ(ステップS702:否定)、サーバ起動制御部11は、処理を終了する。これに対して、停止中のサーバが有る場合(ステップS702:肯定)、サーバ起動制御部11は、起動中の呼制御サーバ20の中から呼処理を戻すか否かのチェックの対象として未選択の呼制御サーバ20を選択する(ステップS703)。
 そして、サーバ起動制御部11は、選択した呼制御サーバ20の負荷量がサーバ起動監視閾値以上か否かを判定する(ステップS704)。選択した呼制御サーバ20の負荷量がサーバ起動監視閾値より低い場合(ステップS704:否定)、サーバ起動制御部11は、ステップS707へ進む。
 これに対して、選択した呼制御サーバ20の負荷量がサーバ起動監視閾値以上の場合(ステップS704:肯定)、サーバ起動制御部11は、選択した呼制御サーバ20へ移行されている呼処理を移行元のサーバへ戻すことを決定する(ステップS705)。
 そして、サーバ起動制御部11は、選択した呼制御サーバ20へ移行されていた呼処理を移行元サーバへ戻した場合の結果を図22に示すような計算結果として記憶して更新する(ステップS706)。
 そして、サーバ起動制御部11は、全ての呼制御サーバ20のチェックが完了したか否かを判定する(ステップS707)。チェックを終えていない呼制御サーバ20がある場合(ステップS707:否定)、サーバ起動制御部11は、ステップS703へ戻る。これに対して、チェックが全て終わっている場合(ステップS707:肯定)、サーバ起動制御部11は、計算結果を確定する(ステップS708)。
 例えば、サーバ起動監視閾値が管理する呼処理数が700の時の負荷量の場合で説明する。図21では、呼制御サーバ#3の接続個数は通常処理呼数と移行処理個数を合わせて830であり、呼制御サーバ#4の接続個数は810である。この場合、呼制御サーバ#3及び#4のいずれも、負荷量がサーバ起動監視閾値を超えている。そこで、サーバ起動制御部11は、呼制御サーバ#3及び#4のいずれにおいても、呼処理を移行元サーバへ戻すことを決定する。そして、サーバ起動制御部11は、図22のテーブル405に示すような計算結果を求める。すなわち、サーバ起動制御部11は、呼制御サーバ#3から移行先サーバへ戻す処理も戻し処理呼数を示す欄451に230を登録し、呼処理を戻す呼制御サーバ20を表す戻し先サーバ番号の欄452にサーバ番号2を登録する。また、サーバ起動制御部11は、呼制御サーバ#4から移行先サーバへ戻す処理も戻し処理呼数を示す欄453に210を登録し、呼処理を戻す呼制御サーバ20を表す戻し先サーバ番号の欄454にサーバ番号5を登録する。
 さらに、呼処理の移行から呼処理を戻すという一連の処理におけるサーバ管理情報103、呼情報104及びサーバ状態管理テーブル101の遷移について、図23~25を参照して説明する。図23は、サーバ管理情報の遷移を表す図である。図24は、呼情報の遷移を表す図である。図25は、サーバ状態管理テーブルの遷移を表す図である。ここでは、サーバ番号2を有する呼制御サーバ20である呼制御サーバ#2の呼処理がサーバ番号3を有する呼制御サーバ20である呼制御サーバ#3へ移行される場合について説明する。
 サーバ管理情報103は、いずれの呼制御サーバ20にも呼処理が割り当てられていない状態では、図23のテーブル131のような状態となる。そして、呼処理が割り当てられると、テーブル132のように、各呼の呼番号に対応する運転状態が「通常」に変わり、その呼の呼処理を管理している呼制御サーバが登録される。この場合、未だ呼処理の移行は発生していないので、移行先サーバはいずれも「NULL」となっている。
 そして、呼制御サーバ#2から呼制御サーバ#3へ呼処理が移行されると、サーバ管理情報103は、テーブル133のような状態となる。すなわち、呼制御サーバ#2が管理していた呼処理の呼番号に対応する運転状態は「移行中」となる。また、呼制御サーバ#2が管理していた呼処理の呼番号に対応する移行先サーバには、サーバ番号3が登録される。
 その後、移行していた呼処理を移行元サーバへ戻す処理が行われた場合、サーバ管理情報103は、移行されていた呼処理の呼番号に対応する運転状態及び移行先サーバの欄は元に戻されテーブル134のようになる。テーブル134とテーブル132は同じであり、移行前の状態にサーバ管理情報103が戻っていることが分かる。
 呼情報104は、いずれの呼制御サーバ20にも呼処理が割り当てられていない状態では、図24のテーブル141のような状態となる。そして、呼処理が割り当てられ通話が開始されると、テーブル142のように、各呼の呼番号に対応する呼状態が「通話中」に変わり、その呼の着番号、発番号及び通話開始時刻が登録される。その後、移行が発生した状態の呼情報104は、テーブル143であり、呼処理の戻し処理が発生した状態の呼情報104は、テーブル144である。このように、呼情報は、移行や呼処理の戻し処理が発生しても、書き換わらない。
 サーバ状態管理テーブル101は、移行が発生する前の状態では、テーブル111のように、各呼制御サーバ20の運転状態は「通常」であり、移行先サーバアドレスは「NULL」となっており、新規イベントはいずれの呼制御サーバ20も「可」となっている。
 そして、呼制御サーバ#2から呼制御サーバ#3へ呼処理が移行され、呼制御サーバ#2が停止すると、サーバ状態管理テーブル101は、テーブル112のような状態となる。すなわち、サーバ状態管理テーブル101の呼制御サーバ#2の運転状態は「停止中」となる。また、サーバ状態管理テーブル101の呼制御サーバ#2が管理していた呼処理の呼番号に対応する移行先サーバには、呼制御サーバ#3のアドレスが登録される。さらに、呼制御サーバ#2は停止しているので、サーバ状態管理テーブル101の新規イベント受付可否は「不可」となる。
 その後、移行していた呼処理を移行元サーバへ戻す処理が行われた場合、サーバ状態管理テーブル101は、停止されていた呼制御サーバ#2の状態が元に戻されテーブル113のようになる。テーブル113とテーブル111は同じであり、移行前の状態にサーバ状態管理テーブル101が戻っていることが分かる。
 ここで、図26A、B及び図27A、Bを参照して、本実施例に係る通信制御装置による消費電力の軽減の一例について説明する。図26Aは、従来技術を用いた場合における呼接続の状態の一例を示す図である。図26Bは、本実施例に係る通信制御装置を用いた場合における呼接続数の状態の一例を示す図である。また、図27Aは、従来技術を用いた場合における呼接続の状態の他の例を示す図である。図27Bは、本実施例に係る通信制御装置を用いた場合における呼接続数の状態の他の例を示す図である。
 図26A、B及び図27A、Bのいずれも、呼制御サーバ20が5台稼動している場合である。そして、図26A、Bは、5台のうち4台の呼制御サーバ20が停止できた場合の比較である。また、図27A、Bは、5台のうち2台の呼制御サーバ20が停止できた場合の比較である。図26A、B及び図27A、Bのいずれも、横軸で1日の時間の経過を表している。
 図26Aに示すように、従来技術の場合、全体的に呼接続数が減っても呼制御サーバ20は停止することなく、全ての呼制御サーバ20が1日中動き続ける。これに対して、図26Bに示すように、本実施例に係る通信制御装置1を用いた場合、呼処理が減ると、タイミング501で移行が開始され1台の呼制御サーバ20に全ての呼処理が集約され、他の呼制御サーバ20は停止する。その後、呼処理が増えると、タイミング502で停止していた呼制御サーバ20が起動され、5台の呼制御サーバ20に呼処理が割り当てられる。このように、1時~6時の間は4台の呼制御サーバ20を停止することができる。これにより、図26Aの場合と比較して図26Bの場合は、消費電力を約20%削減することができる。
 また、図27Aの場合も図26Aと同様に、従来技術では、全体的に呼接続数が減っても呼制御サーバ20は停止することなく、全ての呼制御サーバ20が1日中動き続ける。これに対して、図27Bに示すように、本実施例に係る通信制御装置1を用いた場合、呼処理が減ると、タイミング503で移行が開始され、2台の呼制御サーバの呼処理が他の2台の呼制御サーバ20に移行される。そして、管理する呼処理が無くなった2台の呼制御サーバ20は停止する。その後、呼処理が増えると、タイミング504で停止していた2台の呼制御サーバ20が起動され、5台の呼制御サーバ20に呼処理が割り当てられる。このように、1時~6時の間は2台の呼制御サーバ20を停止することができる。これにより、図27Aの場合と比較して図27Bの場合は、消費電力を約10%削減することができる。
 以上に説明したように、本実施例に係る通信制御装置は、ある呼制御サーバが管理する呼処理を他の呼制御サーバに移行しても所定の負荷量を超えない場合に、ある呼制御サーバの呼処理を移行したのち停止する。これにより、稼動するサーバを減らすことができ、通信システムの省エネ化を図ることができる。この点、呼処理は呼設定から通信切断までが一連の処理であり、利用状況によって処理時間がまちまちとなる。そのため、管理している呼処理が完了し、管理する呼処理がなくなってから呼制御サーバを停止していては、いつ停止できるかわからず最適な省電力のための制御を行うことが困難である。その点、本実施例に係る通信制御装置は、呼設定から通信切断までの間である呼処理の処理中に、呼処理を他のサーバに移動することができる。そのため、本実施例に係る通信制御装置によれば、適切なタイミングで呼制御サーバが管理する呼処理をなくすことができ、呼制御サーバの電源を適切なタイミングで落とすことができる。
 また、本実施例に係る通信制御装置は、呼処理を移行して停止している呼制御サーバがある場合に、稼動している呼制御サーバの負荷が所定の値を超えた場合、停止している呼制御サーバを起動し呼処理を戻す。これにより、呼制御サーバが高負荷となる状態を回避することができ、通信システムの安定的な運転が可能となる。
(ハードウェア構成)
 図28は、通信制御装置のハードウェア構成図である。本実施例に係る通信制御装置1は、CPU(Central Processing Unit)901、メモリ902、ネットワークカード903及びハードディスク904を有している。
 メモリ902、ネットワークカード903及びハードディスク904は、CPU901とバスで接続されている。
 ネットワークカード903及びCPU901は、例えば、図1に示した通信制御部13の機能を実現する。
 ハードディスク904は、例えば、図1に示した記憶部10の機能を実現する。
 CPU901、メモリ902及びハードディスク904は、図1に示した、サーバ起動制御部11、振分制御部12、移行先サーバ管理部14、サーバ停止制御部15、呼接続管理部16、呼情報アクセス制御部17及び呼番号管理部18などの機能を実現する。具体的には、ハードディスク904は、図1に示したサーバ起動制御部11、振分制御部12、移行先サーバ管理部14、サーバ停止制御部15、呼接続管理部16、呼情報アクセス制御部17及び呼番号管理部18などによる処理を実現する各種プログラムを記憶している。そして、プロセッサ901は、ハードディスク904に記憶されている各種プログラムを読み出してメモリ902上に展開し、上述の各機能を実現するプロセスを生成する。
 また、図10に示した振分サーバ151及びDBサーバ152も図28で示されるハードウェア構成を有している。この場合、振分サーバ151の、CPU901及びネットワークカード903により、図10に示す通信制御部191の機能が実現される。また、振分サーバ151のハードディスク904に、図10に示す、サーバ状態管理テーブル101、呼情報接続リスト102及びサーバ管理情報103などが記憶される。そして、振分サーバ151のCPU901、メモリ902及びハードディスク904により、図10に示す、サーバ起動制御部11、振分制御部12及びサーバ停止制御部15などの機能が実現される。また、DBサーバ152の、CPU901及びネットワークカード903により、図10に示す通信制御部192の機能が実現される。また、DBサーバ152のハードディスク904に、図10に示す呼情報104などが記憶される。そして、DBサーバ152のCPU901、メモリ902及びハードディスク904により、図10に示す移行先サーバ管理部14、呼接続数管理部16、呼情報アクセス制御部17及び呼番号管理部18などの機能が実現される。
 また、図28では、通信制御装置1のハードウェア構成を図示したが、呼制御サーバ20も同様のハードウェア構成を有している。そこで、図28を呼制御サーバ20のハードウェアに対応させて呼制御サーバ20の各ハードウェアについて説明する。呼制御サーバ20のCPU901及びネットワークカード904により、図1に示す通信制御部201の機能が実現される。また、呼制御サーバ20のCPU901、メモリ902及びハードディスク904により、図1に示す呼処理部202及び電源制御部203などの機能が実現される。
 1 通信制御装置
 10 記憶部
 11 サーバ起動制御部
 12 振分制御部
 13 通信制御部
 14 移行先サーバ管理部
 15 サーバ停止制御部
 16 呼接続数管理部
 17 呼情報アクセス制御部
 18 呼番号管理部
 20、21、22 呼制御サーバ
 30、31、32 発信側システム
 40、41、42 着信側システム
 101 サーバ状態管理テーブル
 102 呼接続情報リスト
 103 サーバ管理情報
 104 呼情報
 201 通信制御部
 202 呼処理部
 203 電源制御部

Claims (7)

  1.  呼処理を行う各呼制御サーバの処理している呼の数を表す呼接続数を取得する呼接続数管理部と、
     前記呼制御サーバ毎の呼接続数を基に前記呼制御サーバから第一の呼制御サーバを選択し、前記第一の呼制御サーバに割り当てている呼処理を他の呼制御サーバに移行し、前記第一の呼制御サーバに割り当てている呼処理がなくなると前記第一の呼制御サーバを停止させるサーバ停止制御部と、
     呼処理に関する処理要求を受け、前記処理要求に対応する呼処理を行っていた呼制御サーバが前記サーバ停止制御部により停止されている場合、前記サーバ停止制御部が前記処理要求に対応する呼処理を移行した先の前記他の呼制御サーバに前記処理要求を振分ける振分制御部と
     を備えたことを特徴とする通信制御装置。
  2.  前記サーバ停止制御部は、サーバ停止閾値を予め記憶しており、前記呼制御サーバ毎の呼接続数を基に第一の呼制御サーバを選択し、前記第一の呼制御サーバに割り当てた呼処理を他の呼制御サーバに移行した場合の当該他の呼制御サーバの負荷が前記サーバ停止閾値以下であれば、前記第一の呼制御サーバに割り当てた呼処理を当該他の呼制御サーバに移行し、前記第一の呼制御サーバに割り当てた呼処理がなくなると前記第一の呼制御サーバを停止することを特徴とする請求項1に記載の通信制御装置。
  3.  サーバ起動閾値を予め記憶しており、各前記呼制御サーバのいずれかの負荷が前記サーバ起動閾値を超えた場合、停止している呼制御サーバを起動させるサーバ起動制御部をさらに備えたことを特徴とする請求項1に記載の通信制御装置。
  4.  前記サーバ起動制御部は、負荷が前記サーバ起動閾値を超えた呼制御サーバに対して割り当てている呼処理のいずれかを、起動した呼制御サーバへ移行することを特徴とする請求項3に記載の通信制御装置。
  5.  前記サーバ制御起動部は、負荷が前記サーバ起動閾値を超えた呼制御サーバに割り当てた呼処理の中に起動した呼制御サーバから移行された移行呼処理がある場合、前記移行呼処理の移行元である起動した呼制御サーバへ前記移行呼処理を戻すことを特徴とする請求項4に記載の通信制御装置。
  6.  呼処理を行う各呼制御サーバの処理している呼の数を表す呼接続数を取得し、
     前記呼制御サーバ毎の呼接続数を基に前記呼制御サーバから第一の呼制御サーバを選択し、前記第一の呼制御サーバに割り当てている呼処理を他の呼制御サーバに移行し、
     前記第一の呼制御サーバに割り当てている呼処理がなくなると前記第一の呼制御サーバを停止させ、
     呼処理に関する処理要求を受け、前記処理要求に対応する呼処理を行っていた呼制御サーバが前記サーバ停止制御部により停止されている場合、前記処理要求に対応する呼処理を移行した先の前記他の呼制御サーバに前記処理要求を振分ける
     ことを特徴とする通信制御方法。
  7.  呼制御サーバと通信制御装置とを有する通信制御システムであって、
     前記呼制御サーバは、
     呼の処理を行う呼処理部と、
     自装置を停止させる停止制御部とを備え、
     前記通信制御装置は、
     各前記呼制御サーバの処理している呼の数を表す呼接続数を取得する呼接続数管理部と、
     前記呼制御サーバ毎の呼接続数を基に、前記呼制御サーバから第一の呼制御サーバを選択し、前記第一の呼制御サーバに割り当てている呼処理を他の呼制御サーバに移行し、前記第一の呼制御サーバに割り当てている呼処理がなくなると前記第一の呼制御サーバの前記停止制御部に対して停止を指示するサーバ停止制御部と、
     呼処理に関する処理要求を受け、前記処理要求に対応する呼処理を行っていた呼制御サーバが停止している場合、前記サーバ停止処理部が前記処理要求に対応する呼処理を移行した先の前記他の呼制御サーバに前記処理要求を振分ける振分制御部
     を備えたことを特徴とする通信制御システム。
PCT/JP2012/066292 2012-06-26 2012-06-26 通信制御装置、通信制御方法及び通信制御システム WO2014002196A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
PCT/JP2012/066292 WO2014002196A1 (ja) 2012-06-26 2012-06-26 通信制御装置、通信制御方法及び通信制御システム
CN201280074260.2A CN104412571B (zh) 2012-06-26 2012-06-26 通信控制装置、通信控制方法以及通信控制系统
JP2014522276A JP5954414B2 (ja) 2012-06-26 2012-06-26 通信制御装置、通信制御方法及び通信制御システム
US14/575,274 US20150103993A1 (en) 2012-06-26 2014-12-18 Communication control device, communication control method, and communication control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/066292 WO2014002196A1 (ja) 2012-06-26 2012-06-26 通信制御装置、通信制御方法及び通信制御システム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/575,274 Continuation US20150103993A1 (en) 2012-06-26 2014-12-18 Communication control device, communication control method, and communication control system

Publications (1)

Publication Number Publication Date
WO2014002196A1 true WO2014002196A1 (ja) 2014-01-03

Family

ID=49782428

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/066292 WO2014002196A1 (ja) 2012-06-26 2012-06-26 通信制御装置、通信制御方法及び通信制御システム

Country Status (4)

Country Link
US (1) US20150103993A1 (ja)
JP (1) JP5954414B2 (ja)
CN (1) CN104412571B (ja)
WO (1) WO2014002196A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001069169A (ja) * 1999-08-27 2001-03-16 Nippon Telegr & Teleph Corp <Ntt> サーバ配置制御装置
JP2010171714A (ja) * 2009-01-22 2010-08-05 Hitachi Ltd 移動体通信システム、呼制御サーバ及びアクセスゲートウェイ装置
JP2011234309A (ja) * 2010-04-30 2011-11-17 Toshiba Corp 登録管理サーバ装置、通信システム及び動作モード変更方法

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5838769A (en) * 1996-12-31 1998-11-17 Mci Communications Corporation Method of reducing risk that calls are blocked by egress switch or trunk failures
US7593321B2 (en) * 1997-02-11 2009-09-22 Cisco Technology, Inc. Method and system for a local and fast non-disruptive path switching in high speed packet switching networks
US6690664B1 (en) * 1999-04-27 2004-02-10 Sprint Communications Company, L.P. Call center communications system for handling calls to a call center
EP1511342A4 (en) * 2002-06-05 2009-05-13 Ntt Docomo Inc SERVER, MOBILE COMMUNICATION SYSTEM, POSITION INFORMATION MANAGEMENT METHOD, RADIO FIXED STATION, MOBILE STATION, CALLING METHOD IN MOBILE COMMUNICATION SYSTEM, AND MOBILE COMMUNICATION METHOD
US8543536B1 (en) * 2004-02-26 2013-09-24 Centurylink Intellectual Property Llc Computerized system and method for collecting and storing universal line usage information in a telecommunications network
WO2005083569A1 (ja) * 2004-02-26 2005-09-09 Nec Corporation ネットワーク間のプロセス移動方法およびそのネットワークシステム
US20070094325A1 (en) * 2005-10-21 2007-04-26 Nucleoid Corp. Hybrid peer-to-peer data communication and management
JP5120380B2 (ja) * 2007-09-18 2013-01-16 富士通株式会社 セッション管理の移行に係る通信方法、通信システム、サーバ、およびプログラム
JP5088239B2 (ja) * 2008-06-04 2012-12-05 日本電気株式会社 輻輳制御システム、境界ゲートウェイ装置及びそれらに用いる輻輳制御方法
US8635335B2 (en) * 2009-01-28 2014-01-21 Headwater Partners I Llc System and method for wireless network offloading
US8498207B2 (en) * 2008-06-26 2013-07-30 Reverb Networks Dynamic load balancing
US8260926B2 (en) * 2008-11-25 2012-09-04 Citrix Systems, Inc. Systems and methods for GSLB site persistence
US20100220622A1 (en) * 2009-02-27 2010-09-02 Yottaa Inc Adaptive network with automatic scaling
US8477926B2 (en) * 2010-04-16 2013-07-02 Bolder Thinking Communications, Inc. Cloud computing call centers
US8593967B2 (en) * 2011-03-08 2013-11-26 Medium Access Systems Private Limited Method and system of intelligently load balancing of Wi-Fi access point apparatus in a WLAN
US9088905B2 (en) * 2012-04-23 2015-07-21 Hughes Network Systems, Llc Method and apparatus for load balancing on a priority level basis over shared communications channels of a communications system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001069169A (ja) * 1999-08-27 2001-03-16 Nippon Telegr & Teleph Corp <Ntt> サーバ配置制御装置
JP2010171714A (ja) * 2009-01-22 2010-08-05 Hitachi Ltd 移動体通信システム、呼制御サーバ及びアクセスゲートウェイ装置
JP2011234309A (ja) * 2010-04-30 2011-11-17 Toshiba Corp 登録管理サーバ装置、通信システム及び動作モード変更方法

Also Published As

Publication number Publication date
CN104412571A (zh) 2015-03-11
US20150103993A1 (en) 2015-04-16
CN104412571B (zh) 2016-03-30
JPWO2014002196A1 (ja) 2016-05-26
JP5954414B2 (ja) 2016-07-20

Similar Documents

Publication Publication Date Title
CN100389392C (zh) 一种集群系统中实现负载均衡的方法、系统和存储控制器
CN108805702B (zh) 基于区块链的交易缓冲/加速方法及区块链交易处理系统
RU2509428C2 (ru) Кластерный сервер системы мгновенного обмена сообщениями и способ обмена сообщениями между кластерами
CN109040227B (zh) 基于区块链的业务请求响应方法、装置和计算机设备
EP2493118A1 (en) Information processing system
CN106980582B (zh) 数据处理方法和装置
CN101616083A (zh) 一种报文转发方法和装置
KR20000004988A (ko) 제한된 메모리 컴퓨터 시스템에서의 클라이언트관리흐름제어를 위한 방법과 장치
CN111338806B (zh) 一种业务控制方法及装置
CN104618221A (zh) 一种去中心化的消息服务系统
CN104243611A (zh) 一种基于分发思想的消息服务中间件系统
CN110808948A (zh) 远程过程调用方法、装置及系统
JP4734951B2 (ja) プレゼンス管理サーバ、及びシステム
US11700189B2 (en) Method for performing task processing on common service entity, common service entity, apparatus and medium for task processing
WO2013097363A1 (zh) 一种调度数据共享装置的方法及系统
CN112491951B (zh) 对等网络中的请求处理方法、服务器及存储介质
JP5954414B2 (ja) 通信制御装置、通信制御方法及び通信制御システム
JPWO2009034994A1 (ja) 負荷分散システム、サービス処理サーバ、負荷分散方法及び負荷分散プログラム
CN108737460B (zh) 一种连接的处理方法及客户端
CN114647701A (zh) 分布式数据库的负载均衡方法、装置、电子设备及介质
CN110166506B (zh) 超文本传输协议Http的连接方法及节点设备
CN103001987A (zh) 一种数据处理方法和数据处理节点
JP2008146119A (ja) センサ情報処理サーバおよびセンサ情報処理システム。
JP2015037216A (ja) 通信制御装置、通信制御方法及び通信制御システム
CN113434290A (zh) 基于raft协议的数据处理方法和设备,及计算机存储介质

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201280074260.2

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12879825

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2014522276

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12879825

Country of ref document: EP

Kind code of ref document: A1