CN101834877A - Method and system for balancing dynamic load based on distributed SIP architecture - Google Patents

Method and system for balancing dynamic load based on distributed SIP architecture Download PDF

Info

Publication number
CN101834877A
CN101834877A CN 201010191024 CN201010191024A CN101834877A CN 101834877 A CN101834877 A CN 101834877A CN 201010191024 CN201010191024 CN 201010191024 CN 201010191024 A CN201010191024 A CN 201010191024A CN 101834877 A CN101834877 A CN 101834877A
Authority
CN
China
Prior art keywords
server
sip
user
database
sip server
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN 201010191024
Other languages
Chinese (zh)
Other versions
CN101834877B (en
Inventor
戴彬
高广辉
莫益军
夏三波
杨军
王芙蓉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huazhong University of Science and Technology
Original Assignee
Huazhong University of Science and Technology
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 Huazhong University of Science and Technology filed Critical Huazhong University of Science and Technology
Priority to CN2010101910241A priority Critical patent/CN101834877B/en
Publication of CN101834877A publication Critical patent/CN101834877A/en
Application granted granted Critical
Publication of CN101834877B publication Critical patent/CN101834877B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a method and a system for balancing dynamic load based on a distributed SIP architecture. The system comprises a user side, DNS, a database and a plurality of SIP servers for dynamically registering information thereof to the database. The method for balancing the dynamic load comprises the following steps: maintaining a real-time service state list for the SIP servers in the database, wherein, the service state list comprises an SIP server address, a working state and a load rate; and initiating a call to the registered SIP servers by the user side, processing the signaling if the servers are idle, otherwise re-directing the signaling to other available idle servers for processing. By the invention, the burden for processing SIP information can be equally shared by each server, and the bottleneck of the system caused by that all signaling passes through the same balance server is avoided. The system can dynamically adapt to participation and departure of the SIP servers, thus improving reliability and self adaptability of the system.

Description

Method and system based on the dynamic load leveling of distributed SIP architecture
Technical field
The present invention relates to a kind of implementation method and system of dynamic load leveling, particularly based on the method and system of the dynamic load leveling of distributed SIP architecture.
Background technology
Along with VoIP (Voice over Internet Protocol), the extensive use of multimedia conferencing etc., the application of session initiation protocol (Session Initiation Protocol is called for short SIP) is more and more wider, has become one of next generation multimedia communication protocol.
The increase of SIP applied business number of users, the processing capability requirements of server increases thereupon, how to make the SIP webserver improve Business Processing to greatest extent, and make each resource bring into play it simultaneously is the problem that needs are considered as far as possible to greatest extent.
What generally adopt at present is Clustering.Cluster generally is made up of a load equalizer and a plurality of server.Load equalizer provides a unified external interface, receive user's the message and the response of forwarding server, when each user sends to load equalizer with sip message, allocation strategy by load equalizer, from a plurality of servers, select suitable (being generally not busy server), forward this message to the server processing of getting on, the message response for server is forwarded to user terminal via load equalizer again.Because load equalizer only needs the IP that parses message and port or its Call-ID of lightweight, arrive server according to balanced each message of distributing of this characteristic value then, do not relate to the parsing fully and the processing of message, therefore, load equalizer is less to the consumption of resource, thereby higher message throughput is arranged.Each server is finished identical functions, and is independently of one another, only handles the sip message that is assigned to book server.The increase of number of servers, concurrent processing ability to user message strengthens thereupon, in addition, because load equalizer accomplishes that as far as possible balanced each message of distributing is to server, thereby the message that can effectively avoid needing on a certain server to handle is too much waited for, and other servers are in the situation of idle condition.
This mode can improve the disposal ability of system greatly, but it also has tangible drawback: at first, when though load equalizer is transmitted with each server less system resource of specific consumption mutually, thereby more message can be distributed to a plurality of server process, but because all requests and response all need be passed through this load equalizer, when user's concurrent request surpasses the ability to bear of load equalizer, message is waited on load equalizer, even server cluster has the ability to handle these message simultaneously, also can only wait for after load equalizer is come distribution of messages and could handle.Like this, load equalizer just becomes a serious bottleneck of system, the disposal ability that system for restricting is higher.In addition, existing load balancing allocation strategy generally is based on Call-ID's, by this value is got hash value, thereby make Different Ca ll-ID discretization as far as possible after conversion, afterwards to being worth delivery (modulus is the number of server) behind the Hash, according to the difference of remainder, corresponding message is transferred to different server process.This method can not adaptation server dynamic adding and leave, when server adds or leaves, load equalizer can't the aware services device variation, thereby may be to the server that leaves service cluster with new call distribution, perhaps can't be to the server that joins service cluster with new call distribution.Thereby may cause call failure or load allocating inequality.
Summary of the invention
Technical problem to be solved by this invention provides a kind of method and system of the dynamic load leveling based on distributed SIP architecture, thereby guarantee the adding by server and leave, the disposed of in its entirety ability of dynamic debugging system, guarantee that simultaneously each server equilibrium shares Message Processing, avoid a certain processing unit to become the bottleneck of whole system.
For solving the problems of the technologies described above, the method for a kind of dynamic load leveling based on distributed SIP architecture of the present invention may further comprise the steps:
Step 1, safeguard the real-time service state tabulation of a sip server in database, described service state tabulation comprises IP address, operating state, registered user's load factor, the call load rate of sip server;
When step 2, user side were initiated registration to territory, DNS place, DNS selected that sip server of registered user's load factor minimum according to registered user's load factor of each server of described real-time service state tabulation record, distributes to the user side registration;
When step 3, user side were initiated the SIP request to the registration sip server, this sip server upgraded its present load number, if this server call load rate is less, then handles this message; Otherwise in the real-time service state tabulation of database, find the sip server of current call load rate minimum, and this message is redirected on that sip server.
Further improved, when described step 3 is redirected to the sip server of call load rate minimum with this message, comprise that this sip server upgraded its present load number when step 4:SIP server was received redirected SIP request, if this server call load rate is less, then handle this message; Otherwise in the real-time service state tabulation of database, find the sip server of current call load rate minimum, and this message is redirected on that sip server.
More optimal, comprise also when step 5:SIP server adds system that this initiate sip server is accepted new user's registration and shared the redirect message processing of other servers, and sets up heartbeat signal with described database; When server left, the user side that is registered to above it connected disconnection, re-registers on other server and the acceptance service, and the heartbeat signal of disconnection and described database.
The present invention also proposes a kind of system of the dynamic load leveling based on distributed SIP architecture, and this system comprises:
Database is used for record and upgrades described real-time service state tabulation;
DNS is responsible for balanced distributing user end registration;
Sip server is accepted and process user end request message; Sip server has heartbeat mechanism, and regularly mutual with database, the affirmation server state is normal;
User side, promptly the system registry user initiates the SIP service request.
Described real-time service state tabulation also comprises current registered user's number, maximum registered user's number, current calls, maximum calls.
The present invention can make each server equilibrium treatment user side request and not have the equalization server limited processing ability; Simultaneously according to the demand of user side, dynamically to adjust the adding of server and leave and can satisfy new demand, and do not need to carry out other parameter setting, thereby improve the reliability of system greatly, adaptivity has very high practical value.
Description of drawings
Below in conjunction with the drawings and specific embodiments technical scheme of the present invention is further described in detail.
Fig. 1 is the structural representation of system of the present invention.
Fig. 2 server initialization flowchart of the present invention.
Fig. 3 is user side register flow path figure of the present invention.
Process chart when Fig. 4 directly handles request message for server call load rate is little.
Fig. 5 is that server call load rate is bigger, realizes the process chart of real-time load balancing in the time of this request need being redirected to other server process.
Fig. 6 adds, leaves the process chart of dynamically adjusting for system of the present invention according to server.
Embodiment
Fig. 1 is the structural representation of system of the present invention.It comprises: DNS, database, a plurality of sip servers.The list structure schematic diagram of database is as shown in table 1, and it introduces See Figure 2 explanations in detail.DNS and a plurality of sip server are in the same territory, when user side during to the registration of this territory, at first initiate the DNS query messages to DNS, DNS is according to registered user's load factor of each available server in the database, select the IP of the minimum server of this value to respond, thereby user side is to server registration that distributes and initiation SIP request to user side.When server is received the SIP request, upgrade its current calls, if book server call load rate is little then handles it, otherwise this message is redirected on the server of other call load rate minimum, thereby reaches effect of load balance.
Server ip State Current registered user's number Maximum registered user's number Registered user's load factor (%) Current calls Maximum calls Call load rate (%)
??192.168.0.10 ??1 ??10 ??100 ??10 ??50 ??200 ??25
??192.168.0.20 ??0 ??0 ??0 ??0 ??0 ??0 ??0
??... ??... ??... ??... ??... ??... ??... ??...
The relevant information table of record server in table 1 database
The relevant information of table 1 comprises server ip address, state, current registered user's number, maximum registered user's number, registered user's load factor, current calls, maximum calls, call load rate.
When sip server adds this system for the first time, do not deposit the information of this server in the database, for this reason, need in this table, add its IP address of record, and its state is changed to service state can be provided, as: 1 is available, and 0 is unavailable; When server withdraws from, state is changed to unavailable; When server starts once more, as long as be changed to the state of the IP of correspondence record available.
The maximum registered user's number and the maximum calls of this sip server are set in the sip server application configuration file, and this parameter also can be added up the last dividing value that obtains concurrent processing by real-time test run according to the hardware configuration decision of this sip server.Like this can be according to the different performance of each server in the system, the reasonable distribution load.During startup of server, this parameter is written in the database corresponding record.
Current calls is the message count that sip server need be handled, and how to calculate for this value, needs to consider the particularity of sip message processing procedure.A complete SIP session (session) comprises two affairs (transaction) (respectively corresponding INVITE handles and BYE handles) and exchange of media process.Media Stream is generally finished forwarding by media gateway independently, does not need through sip server, and therefore, the exchange of media process does not need to consume the resource of sip server, only just needs the sip server processing in two transaction processes.For this reason, current calls should increase 1 with it when receiving INVITE or BYE request breath, and when this request has been handled it is subtracted 1.The busy condition that so just can accurately reflect sip server.
Registered user's load factor and call load rate come according to the variation of current registered user's number, current calls by database trigger and in real time compute upgrade, registered user's load factor=current registered user's number/maximum registered user's number, call load rate=current calls/maximum calls.This parameter can rationally reflect the load of server, is used for dns lookup registered user load factor minimum, searches the server of call load rate minimum when reaching server redirection.
Sip server has heartbeat mechanism, and regularly mutual with database, the affirmation server state is normal, like this, when the sip server catastrophic failure, when the user that it is registered above re-registers because of connecting disconnection, can be registered on other available server, continue to enjoy service.In addition, need trigger to make regular check on the state of each available sip server in the database,,, its state is changed to unavailable, service no longer is provided then for server breaks down if the time that server surpass to be set is not mutual with database.
Fig. 2 is a sip server initialization flowchart of the present invention.May further comprise the steps:
Step 201, sip server start, and start the sip server program;
Whether step 202, sip server have the server ip of record to conform to book server IP in database in the look-up table 1, nothing then is judged as this sip server and adds system for the first time, otherwise for adding system, are to start once more;
Step 203, be this sip server when adding system for the first time in judged result, in database table 1, increase a record, and the IP of minute book server, state is changed to upstate, according to the value in the configuration file, write down maximum registered user's number, maximum calls, and current registered user's number, registered user's load factor, current calls, call load rate are initialized as 0;
Step 204, be this sip server when starting once more, search corresponding record at database table 1 by the IP of this sip server in judged result, and as step 303 the value of correct other each parameter of record;
Step 205, sip server initialization are finished.
Fig. 3 is user side register flow path figure of the present invention, may further comprise the steps:
When step 401, user side registration, the register requirement address of sending out is the domain name at DNS and a plurality of sip servers place, for this reason, needs to initiate the DNS inquiry to DNS earlier;
When step 402, DNS received the DNS query messages, which sip server the table 1 of Query Database was found out and has been started and be upstate, and according to registered user's load factor of these sip servers, selected the sip server of a minimum, obtained its IP address;
Step 403, DNS respond user side DNS query messages, return the IP address of step 402 gained;
After step 404, user side obtain the IP address at registered domain name place, registration message is sent to the sip server of this IP, and wait for the other side's response;
When step 405, sip server are received step 404 register requirement, detect user's herd number and password thereof, if validated user, then the current registered user's number of this sip server increases 1 in database table 1, simultaneously, find record, its state is changed to presence as the respective user number of following table 2 records, User IP and port are changed to IP and the port in the registration message, and registration sip server IP is changed to this sip server IP; If user profile is illegal, then above data-base recording registration need not carried out;
Step 406, according to the execution result of step 405, the response registration request from user.
The information of registered users table, as shown in table 2 below,
Subscriber Number State User IP and port Registrar IP
??1000 ??1 ??192.168.0.100:10000 ??192.168.0.10
Subscriber Number State User IP and port Registrar IP
??2000 ??0
... ... ... ...
Table 2 information of registered users table
Table 2 comprises the server ip of Subscriber Number, state, User IP and port, registration.Number when Subscriber Number is registered for the user, when succeeding in registration state value is changed to online, as: 0 is off-line, and 1 is online, and 2 is call state; And the IP of recording user correspondence and port value, the server ip of registration.When registration failure and user withdraw from state is changed to off-line; When the user is in the session its state is changed to call state.The IP of user's correspondence and port value can allow server correctly handle the user message that is not registered on the book server.
When user side makes a call, can at first make a call to the server of being registered.Guarantee during registration that the number of users that distributes on each server is balanced as far as possible, so just can tentatively guarantee call treatment equalization of incidence potential on each server, even user's call request is more than other server on certain server, it is few as far as possible also can to guarantee to carry out the redirected request quantity of calling to call request, thereby improves the disposed of in its entirety ability of system to greatest extent.
Process chart when Fig. 4 directly handles request message for server call load rate is little, concrete steps are:
Step 5101, user side send the INVITE request to the server of registration;
Step 5102, because server receives that new request needs to handle, so the current calls of record that need database table 1 is corresponding with book server increases 1;
Step 5103, server be to the normal process of this INVITE request, be included in search in the database called, user both sides' state in the change database, and relevant signaling request and response between user both sides and server;
After step 5104, server disposed to this INVITE request, the current calls of record that need database table 1 is corresponding with book server subtracted 1;
Media Stream between step 5105, user is mutual, wherein needs the forwarding through the media transcoding gateway;
Step 5106, user one side want to finish conversation this time, send the BYE request;
Step 5107, BYE ask the same server resource that needs to consume with INVITE, and the current calls of record that need database table 1 is corresponding with book server increases 1 equally;
Step 5108, server comprise the state of user both sides in the change database to the normal process of this BYE message, and relevant signaling request and response between user both sides and server;
After step 5109, BYE request disposed, the current calls of the record that database table 1 is corresponding with book server subtracted 1;
Fig. 5 is that server call load rate is bigger, realizes the process chart of real-time load balancing in the time of this request need being redirected to other server process, and concrete steps are:
Step 5201, user side send the INVITE request to the server of registration;
Step 5202, busier owing to book server so book server is not handled this message, and is transferred to other notr busy server process.The current calls of at first that database table 1 is corresponding with book server record increases 1, searches the server of call load rate minimum then in this table, obtains its IP;
Step 5203, server are to user response 302 redirect request, and destination server is the server that previous step obtains;
Step 5204, this INVITE request dispose, and the current calls of the record that database table 1 is corresponding with book server subtracts 1;
Step 5205, the user server in redirect message is initiated the INVITE request;
Step 5206, when this call load rate servlets is received non-machine registered user's request, handle this message, the current calls of the record that database table 1 is corresponding with book server increases 1;
Step 5207,5208,5209 processing procedure and 5103~5109 processing procedure are similar, all are the corresponding message of normal process, and relevant parameter state in the change database.
Fig. 6 adds, leaves the process chart of dynamically adjusting for system of the present invention according to server.Concrete steps are:
Step 601, system comprise that the initialization of DNS, database, each server finishes, and user's normal registration is to the corresponding with service device and normal acceptance service;
Step 602, a server newly join in the system, prepare the acceptance service;
After step 603, this server join system, it is identical with book server at first to search the server ip whether record is arranged in database table 1, if there is not then newly-increased record, write book server IP, state is changed to available, according to the value in the configuration file, write down maximum registered user's number, maximum calls, current registered user's number, registered user's load factor, current calls, call load rate are changed to 0; Otherwise only need change each parameter value gets final product.If new user's registration is arranged, then DNS can find this server registration user load rate little, and new user is registered on this server.Simultaneously, the real-time call load rate of other server is bigger, when needing more redirected message to other server, also can find this server, thereby makes the overall operation burden of this server energy sharing system, reaches effect of load balance;
A certain server leaves or hinders cisco unity malfunction for some reason in step 604, the system;
Step 605, since server can bring in constant renewal in relevant information, whether database has trigger to make regular check on server simultaneously renewal, therefore, if certain server connects suddenly when disconnecting, database can be put down state to the state of this server in the table 1, registered user's load factor, call load rate are 0, and other users can not be registered on this failed server like this, and this server can not received the load that other server redirection is come yet.For the user who registers on this server, the user can be assigned on other normal server connecting when disconnecting and can re-registering, and can continue to enjoy service.And to user's ongoing conversation on this server, though can be affected because of interruption, can make a call once more, enjoy service by other server, can make the influence that causes because of a certain server interruption as far as possible little like this, also need not readjust its parameter of system.
From above step as can be seen, by the interaction mechanism between database and server, can correctly obtain the correlation behavior of server in real time, registration by DNS simultaneously distributes, can make system can be according to the adding of server, leave, the disposal ability of dynamic debugging system reaches the effect of dynamic load leveling.
It should be noted last that, above embodiment is only unrestricted in order to technical scheme of the present invention to be described, although the present invention is had been described in detail with reference to preferred embodiment, those of ordinary skill in the art is to be understood that, can make amendment or be equal to replacement technical scheme of the present invention, and not breaking away from the spirit and scope of technical solution of the present invention, it all should be encompassed in the middle of the claim scope of the present invention.

Claims (7)

1. the method based on the dynamic load leveling of distributed SIP architecture is characterized in that, may further comprise the steps:
Step 1, safeguard the real-time service state tabulation of a sip server in database, described service state tabulation comprises IP address, operating state, registered user's load factor, the call load rate of sip server;
When step 2, user side were initiated registration to territory, DNS place, DNS selected that sip server of registered user's load factor minimum according to registered user's load factor of each server of described real-time service state tabulation record, distributes to the user side registration;
When step 3, user side were initiated the SIP request to the registration sip server, this sip server upgraded its present load number, if this server call load rate is less, then handles this message; Otherwise in the real-time service state tabulation of database, find the sip server of current call load rate minimum, and this message is redirected on that sip server.
2. the method for the dynamic load leveling based on distributed SIP architecture according to claim 1, it is characterized in that, when described step 3 is redirected to the sip server of call load rate minimum with this message, comprise when step 4:SIP server is received redirected SIP request, this sip server upgrades its present load number, if this server call load rate is less, then handle this message; Otherwise in the real-time service state tabulation of database, find the sip server of current call load rate minimum, and this message is redirected on that sip server.
3. the method for the dynamic load leveling based on distributed SIP architecture according to claim 1 and 2, it is characterized in that, also comprise when step 5:SIP server adds system, this initiate sip server is accepted new user's registration and is shared the redirect message processing of other servers, and sets up heartbeat signal with described database; When server left, the user side that is registered to above it connected disconnection, re-registers on other server and the acceptance service, and the heartbeat signal of disconnection and described database.
4. the system of the dynamic load leveling based on distributed SIP architecture according to claim 1 and 2 is characterized in that, comprising:
Database is used for record and upgrades described real-time service state tabulation;
DNS is responsible for balanced distributing user end registration;
Sip server is accepted and process user end request message; Sip server and described database are set up heartbeat mechanism, and regularly mutual with database, the affirmation server state is normal;
User side, promptly the system registry user initiates the SIP service request.
5. the system of the dynamic load leveling based on distributed SIP architecture according to claim 3 is characterized in that, comprising:
Database is used for record and upgrades described real-time service state tabulation;
DNS is responsible for balanced distributing user end registration;
Sip server is accepted and process user end request message; Sip server and described database are set up heartbeat mechanism, and regularly mutual with database, the affirmation server state is normal;
User side, promptly the system registry user initiates the SIP service request.
6. according to the system of the described dynamic load leveling based on distributed SIP architecture of claim 4, it is characterized in that described real-time service state tabulation also comprises current registered user's number, maximum registered user's number, current calls, maximum calls.
7. according to the system of the described dynamic load leveling based on distributed SIP architecture of claim 5, it is characterized in that described real-time service state tabulation also comprises current registered user's number, maximum registered user's number, current calls, maximum calls.
CN2010101910241A 2010-06-03 2010-06-03 Method and system for balancing dynamic load based on distributed SIP architecture Expired - Fee Related CN101834877B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010101910241A CN101834877B (en) 2010-06-03 2010-06-03 Method and system for balancing dynamic load based on distributed SIP architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010101910241A CN101834877B (en) 2010-06-03 2010-06-03 Method and system for balancing dynamic load based on distributed SIP architecture

Publications (2)

Publication Number Publication Date
CN101834877A true CN101834877A (en) 2010-09-15
CN101834877B CN101834877B (en) 2012-08-08

Family

ID=42718806

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010101910241A Expired - Fee Related CN101834877B (en) 2010-06-03 2010-06-03 Method and system for balancing dynamic load based on distributed SIP architecture

Country Status (1)

Country Link
CN (1) CN101834877B (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102123179A (en) * 2011-03-28 2011-07-13 中国人民解放军国防科学技术大学 Load balancing method and system applied to distributed application system
CN102143075A (en) * 2011-03-28 2011-08-03 中国人民解放军国防科学技术大学 Method and system for achieving load balance
CN102457904A (en) * 2010-10-14 2012-05-16 深圳市泰海科技有限公司 Method and device for balancing load as well as handheld terminal and communication equipment
CN102523237A (en) * 2011-12-31 2012-06-27 北京佳讯飞鸿电气股份有限公司 Method for sharing load of SIP registrar in IP dispatching system
CN102572146A (en) * 2011-12-30 2012-07-11 华中科技大学 Method for communication between session initiation protocol (SIP) client and mobile phone in voice over Internet protocol (VoIP) system
CN103329499A (en) * 2010-11-30 2013-09-25 皇家Kpn公司 Dynamic assignment of a serving network node
CN103369014A (en) * 2012-03-30 2013-10-23 北京千橡网景科技发展有限公司 Uncongested client and server communication connection adjustment methods and devices
CN103746963A (en) * 2013-12-16 2014-04-23 深圳百科信息技术有限公司 SIP server cluster system and service application request processing method thereof
CN103891255A (en) * 2011-10-24 2014-06-25 阿尔卡特朗讯 A method for SIP proxy failover
CN104219325A (en) * 2014-09-23 2014-12-17 中国南方电网有限责任公司 SOA load balancing device and routing algorithm using device
CN104683253A (en) * 2013-11-27 2015-06-03 北京大唐高鸿数据网络技术有限公司 Dynamic load balancing method for unified communication system
CN105517654A (en) * 2014-04-25 2016-04-20 Abb技术有限公司 A household system of a door entry system, the door entry system and an integrated indoor station
CN106941508A (en) * 2016-01-05 2017-07-11 阿里巴巴集团控股有限公司 Service calling method, device and system
WO2018064939A1 (en) * 2016-10-09 2018-04-12 腾讯科技(深圳)有限公司 Method for disaster recovery of audio and video communication connection, apparatus and system
CN107968895A (en) * 2016-10-19 2018-04-27 北京京东尚科信息技术有限公司 Call center and its method for a large amount of speech channel requests of processing
CN110113303A (en) * 2019-03-25 2019-08-09 国家计算机网络与信息安全管理中心 Session Initiation Protocol stack SiteServer LBS and load-balancing method in a kind of telecommunications network IMS
CN110138711A (en) * 2018-02-09 2019-08-16 北京京东尚科信息技术有限公司 A kind of method and apparatus for registration
CN110740161A (en) * 2019-08-30 2020-01-31 武汉烽火众智数字技术有限责任公司 system and method for adapting converged communication
CN111885168A (en) * 2020-07-24 2020-11-03 高新兴科技集团股份有限公司 High-availability access system and access method thereof
CN111935285A (en) * 2020-08-12 2020-11-13 创意信息技术股份有限公司 Dynamic load balancing method
CN113794726A (en) * 2021-09-16 2021-12-14 杭州登虹科技有限公司 Multi-sip scheduling method and system
CN115242755A (en) * 2022-07-07 2022-10-25 齐鲁工业大学 Performance monitoring and load balancing method based on SIP signaling server cluster
CN117729189A (en) * 2024-02-08 2024-03-19 睿云联(厦门)网络通讯技术有限公司 SIP registration current limiting method and equipment medium based on cloud distributed liveness

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080101335A1 (en) * 2006-10-27 2008-05-01 Verizon Business Network Services Inc. Load balancing session initiation protocol (sip) servers
CN101448240A (en) * 2008-12-25 2009-06-03 中兴通讯股份有限公司 Registration method, system and equipment of session initiation protocol terminal
US20090245113A1 (en) * 2008-03-27 2009-10-01 Nec Corporation Load balancer, network system, load balancing method, and program
CN101616152A (en) * 2009-06-19 2009-12-30 中兴通讯股份有限公司 The system and method for a kind of CSCF entity disaster-tolerance and load balancing

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080101335A1 (en) * 2006-10-27 2008-05-01 Verizon Business Network Services Inc. Load balancing session initiation protocol (sip) servers
US20090245113A1 (en) * 2008-03-27 2009-10-01 Nec Corporation Load balancer, network system, load balancing method, and program
CN101448240A (en) * 2008-12-25 2009-06-03 中兴通讯股份有限公司 Registration method, system and equipment of session initiation protocol terminal
CN101616152A (en) * 2009-06-19 2009-12-30 中兴通讯股份有限公司 The system and method for a kind of CSCF entity disaster-tolerance and load balancing

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102457904A (en) * 2010-10-14 2012-05-16 深圳市泰海科技有限公司 Method and device for balancing load as well as handheld terminal and communication equipment
CN103329499A (en) * 2010-11-30 2013-09-25 皇家Kpn公司 Dynamic assignment of a serving network node
CN102143075A (en) * 2011-03-28 2011-08-03 中国人民解放军国防科学技术大学 Method and system for achieving load balance
CN102143075B (en) * 2011-03-28 2013-08-07 中国人民解放军国防科学技术大学 Method and system for achieving load balance
CN102123179A (en) * 2011-03-28 2011-07-13 中国人民解放军国防科学技术大学 Load balancing method and system applied to distributed application system
CN103891255A (en) * 2011-10-24 2014-06-25 阿尔卡特朗讯 A method for SIP proxy failover
CN102572146A (en) * 2011-12-30 2012-07-11 华中科技大学 Method for communication between session initiation protocol (SIP) client and mobile phone in voice over Internet protocol (VoIP) system
CN102572146B (en) * 2011-12-30 2013-06-26 华中科技大学 Method for communication between session initiation protocol (SIP) client and mobile phone in voice over Internet protocol (VoIP) system
CN102523237A (en) * 2011-12-31 2012-06-27 北京佳讯飞鸿电气股份有限公司 Method for sharing load of SIP registrar in IP dispatching system
CN103369014A (en) * 2012-03-30 2013-10-23 北京千橡网景科技发展有限公司 Uncongested client and server communication connection adjustment methods and devices
CN104683253A (en) * 2013-11-27 2015-06-03 北京大唐高鸿数据网络技术有限公司 Dynamic load balancing method for unified communication system
CN103746963A (en) * 2013-12-16 2014-04-23 深圳百科信息技术有限公司 SIP server cluster system and service application request processing method thereof
CN103746963B (en) * 2013-12-16 2017-02-15 深圳百科信息技术有限公司 SIP server cluster system and service application request processing method thereof
CN105517654A (en) * 2014-04-25 2016-04-20 Abb技术有限公司 A household system of a door entry system, the door entry system and an integrated indoor station
CN104219325A (en) * 2014-09-23 2014-12-17 中国南方电网有限责任公司 SOA load balancing device and routing algorithm using device
CN106941508A (en) * 2016-01-05 2017-07-11 阿里巴巴集团控股有限公司 Service calling method, device and system
WO2018064939A1 (en) * 2016-10-09 2018-04-12 腾讯科技(深圳)有限公司 Method for disaster recovery of audio and video communication connection, apparatus and system
CN107919971B (en) * 2016-10-09 2019-06-28 腾讯科技(深圳)有限公司 Method, apparatus and system for audio/video communication connection disaster tolerance
CN107919971A (en) * 2016-10-09 2018-04-17 腾讯科技(深圳)有限公司 Method, apparatus and system for audio/video communication connection disaster tolerance
CN107968895B (en) * 2016-10-19 2020-05-01 北京京东尚科信息技术有限公司 Call center and method for processing speech channel request thereof, electronic equipment and storage medium
CN107968895A (en) * 2016-10-19 2018-04-27 北京京东尚科信息技术有限公司 Call center and its method for a large amount of speech channel requests of processing
CN110138711A (en) * 2018-02-09 2019-08-16 北京京东尚科信息技术有限公司 A kind of method and apparatus for registration
CN110113303A (en) * 2019-03-25 2019-08-09 国家计算机网络与信息安全管理中心 Session Initiation Protocol stack SiteServer LBS and load-balancing method in a kind of telecommunications network IMS
CN110113303B (en) * 2019-03-25 2021-07-09 国家计算机网络与信息安全管理中心 SIP protocol stack load balancing system and method in telecommunication network IMS
CN110740161A (en) * 2019-08-30 2020-01-31 武汉烽火众智数字技术有限责任公司 system and method for adapting converged communication
CN110740161B (en) * 2019-08-30 2022-05-13 武汉烽火众智数字技术有限责任公司 System and method for adapting converged communication
CN111885168A (en) * 2020-07-24 2020-11-03 高新兴科技集团股份有限公司 High-availability access system and access method thereof
CN111935285A (en) * 2020-08-12 2020-11-13 创意信息技术股份有限公司 Dynamic load balancing method
CN113794726A (en) * 2021-09-16 2021-12-14 杭州登虹科技有限公司 Multi-sip scheduling method and system
CN115242755A (en) * 2022-07-07 2022-10-25 齐鲁工业大学 Performance monitoring and load balancing method based on SIP signaling server cluster
CN115242755B (en) * 2022-07-07 2023-10-03 齐鲁工业大学 Performance monitoring and load balancing method based on SIP signaling server cluster
CN117729189A (en) * 2024-02-08 2024-03-19 睿云联(厦门)网络通讯技术有限公司 SIP registration current limiting method and equipment medium based on cloud distributed liveness

Also Published As

Publication number Publication date
CN101834877B (en) 2012-08-08

Similar Documents

Publication Publication Date Title
CN101834877B (en) Method and system for balancing dynamic load based on distributed SIP architecture
US10693773B2 (en) Method for routing in a central conferencing routing server
US8775628B2 (en) Load balancing for SIP services
US8086709B2 (en) Method and apparatus for distributing load on application servers
US8533340B2 (en) IP multimedia subsystem virtual call/session control functions
US11824903B2 (en) Voice service restoration after element failure
CN101166176B (en) Method for dynamic load balance in distributed system based on session origination protocol
EP3200432B1 (en) Method for implementing session border controller pool, and session border controller pool
JP2007004361A (en) Load distribution device
US20130335513A1 (en) Collaboration conference linking in a telecommunications network
JP5366861B2 (en) Method, management device, and program for migrating session between gateway and SIP server
US20110149948A1 (en) On-net direct access to voicemail
US8630163B1 (en) Server driven endpoint re-homing
JP5226798B2 (en) Event packet processing method
TWI397296B (en) Server system and method for user registeration
RU2433558C2 (en) Calculating initial filter criterion
WO2006081758A1 (en) A network structure and a method of achieving multi-party communication service
CN1980294A (en) Method and apparatus for realizing multiple attachings
WO2013170837A2 (en) Inter-attendant cross-blade-server calling method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20120808

Termination date: 20130603