CN110913010A - SIP service cluster system and implementation method - Google Patents

SIP service cluster system and implementation method Download PDF

Info

Publication number
CN110913010A
CN110913010A CN201911233602.0A CN201911233602A CN110913010A CN 110913010 A CN110913010 A CN 110913010A CN 201911233602 A CN201911233602 A CN 201911233602A CN 110913010 A CN110913010 A CN 110913010A
Authority
CN
China
Prior art keywords
sip
message
service server
port
packet
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
CN201911233602.0A
Other languages
Chinese (zh)
Other versions
CN110913010B (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.)
Xinxun Digital Technology Hangzhou Co ltd
Original Assignee
Hangzhou Dongxin Beiyou Information Technology Co Ltd
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 Hangzhou Dongxin Beiyou Information Technology Co Ltd filed Critical Hangzhou Dongxin Beiyou Information Technology Co Ltd
Priority to CN201911233602.0A priority Critical patent/CN110913010B/en
Publication of CN110913010A publication Critical patent/CN110913010A/en
Application granted granted Critical
Publication of CN110913010B publication Critical patent/CN110913010B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1012Server selection for load balancing based on compliance of requirements or conditions with available server resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1101Session protocols
    • H04L65/1104Session initiation protocol [SIP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1008Server selection for load balancing based on parameters of servers, e.g. available memory or workload
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1034Reaction to server failures by a load balancer

Abstract

A SIP service cluster system and a realization method thereof are provided, the system comprises: LB, when receiving the SIP message from the user terminal, extracting the IP address and port of the user terminal from the source address and port of the IP packet carrying the SIP message, and selecting an SIP service server, then directly encapsulating the SIP message into a new IP packet, setting the source address and port of the IP packet as the IP address and port of the user terminal, and finally sending the IP packet to the selected SIP service server; before sending SIP message to user terminal, SIP service server carries its own external SIP service address and port in its field or parameter, then encapsulates SIP message into a new IP packet, sets the source address and port of IP packet as LB external address and port providing SIP service, and sends IP packet. The invention belongs to the technical field of information, and can have higher reliability and performance.

Description

SIP service cluster system and implementation method
Technical Field
The invention relates to an SIP service cluster system and an implementation method thereof, belonging to the technical field of information.
Background
SIP (Session Initiation Protocol) is a part of IETF standard, and is widely applied to IMS (IP Multimedia Subsystem), and is popularized and popularized in Voice over lte (long term Evolution Voice bearer).
NFV (network function virtualization) is a private dedicated device that replaces the communication network with standard x86 servers, storage and switching devices. The IT equipment of the x86 standard has the characteristics of low cost, open API interface and the like, can save cost, increase flexibility of network capacity and open API capacity, is adopted by operators and is gradually applied to 5G networks, so that NFV of SIP services is a necessary trend.
The SIP service is typically a clustered system, consisting of a SIP load balancer and a set of SIP service servers. The common SIP service trunking system is mainly implemented by the following two SIP load balancers:
1. full-proxy SIP load balancer: all SIP messages sent by the external SIP entity pass through the SIP load balancer and then reach the SIP service server, and all SIP messages sent by the SIP service server pass through the SIP load balancer and then reach the external SIP entity, so the technical scheme can achieve high reliability, but the performance of the technical scheme has a bottleneck point.
2. Initial request distributed SIP load balancer: the SIP initial request message sent by the external SIP entity passes through the SIP load balancer and then reaches the SIP service server, other subsequent messages are directly sent to the SIP service server, and all the SIP messages sent by the SIP service server also directly reach the external SIP entity, so the technical scheme has high performance, but high reliability cannot be realized.
Therefore, how to enable the SIP service trunking system to have higher reliability and performance at the same time has become a technical problem generally focused on by technicians.
Disclosure of Invention
In view of this, the present invention provides an SIP service trunking system and an implementation method thereof, which can enable the SIP service trunking system to have higher reliability and performance at the same time.
In order to achieve the above object, the present invention provides an SIP service trunking system, which comprises an SIP load balancer and a plurality of SIP service servers, where the SIP load balancer is abbreviated as LB, where:
LB, when receiving the SIP message from the external user terminal, extracting the IP address and port of the user terminal sending the message from the source address and port of the IP packet bearing the SIP message, and selecting a SIP service server for the SIP message: judging whether the SIP message is an initial request message, if so, selecting an SIP service server according to a set load balancing algorithm, and if not, selecting a corresponding SIP service server according to fields or parameters carried in the SIP message; then, directly packaging the SIP message into a new IP packet, and setting the source address and the port of the IP packet as the IP address and the port of the user terminal; finally, the IP packet is sent to the selected SIP service server;
before sending SIP message to user terminal, SIP service server carries its own external SIP service address and port data in the field or parameter of SIP message to be sent, then encapsulates SIP message into a new IP packet, sets the source address and port of IP packet as LB external address and port providing SIP service, and finally sends IP packet.
In order to achieve the above object, the present invention further provides a method for implementing an SIP service cluster, which includes an SIP load balancer and a plurality of SIP service servers, where the SIP load balancer is abbreviated as LB, and when the LB receives an SIP message sent by an external user terminal, the method includes:
step one, LB extracts IP address and port of user terminal sending message from source address and port of IP packet bearing SIP message, and judges whether SIP message is initial request message, if yes, selects a SIP service server according to set load balancing algorithm, then continues the next step; if not, selecting a corresponding SIP service server according to the field or the parameter carried in the SIP message, and continuing the next step;
step two, LB encapsulates SIP message into a new IP packet directly, and sets the source address and port of IP packet as the IP address and port of user terminal, then sends the IP packet to the selected SIP service server;
and step three, before the SIP service server sends the SIP message to the user terminal, carrying the external SIP service address and port data in the field or parameter of the SIP message to be sent, then encapsulating the SIP message into a new IP packet, setting the source address and port of the IP packet as the address and port of LB external SIP service, and finally sending the IP packet to the user terminal.
Compared with the prior art, the invention has the beneficial effects that: compared with the defects of the traditional SIP service cluster system in performance or reliability, all SIP messages sent to the SIP service server by the external user terminal are required to pass through LB, LB does not reassemble the received SIP messages, but directly encapsulates the SIP messages into a new IP packet to be sent to the SIP service server, and meanwhile, the SIP service server directly sends the SIP messages to the user terminal without passing through LB, so that high reliability is guaranteed, meanwhile, the performance consumption of LB is reduced as much as possible, and the system is guaranteed to achieve higher performance; when a certain SIP service server fails, other SIP service servers can take over the failed SIP service server to continue processing services.
Drawings
Fig. 1 is a structural diagram of a SIP service cluster system according to the present invention.
FIG. 2 is a structural view of LB composition.
Fig. 3 is a flowchart of a method for implementing an SIP service cluster according to the present invention.
Fig. 4 is a flowchart illustrating the detailed steps of step one in fig. 3.
Fig. 5 is a flowchart illustrating the third step of fig. 3.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the accompanying drawings.
As shown in fig. 1, the SIP service trunking system of the present invention includes an SIP load balancer (LB for short) and a plurality of SIP service servers, wherein:
LB, when receiving the SIP message from the external user terminal, extracting the IP address and port of the user terminal sending the message from the source address and port of the IP packet bearing the SIP message, and selecting a SIP service server for the SIP message: judging whether the SIP message is an initial request message, if so, selecting an SIP service server according to a set load balancing algorithm, and if not, selecting a corresponding SIP service server according to fields or parameters carried in the SIP message; then, directly packaging the SIP message into a new IP packet, and setting the source address and the port of the IP packet as the IP address and the port of the user terminal; finally, the IP packet is sent to the selected SIP service server; in order to increase the processing performance of the LB, the LB does not reassemble the SIP message, but directly packages and forwards the SIP message as a whole to the selected SIP service server;
before sending the SIP message to the user terminal, the SIP service server carries the external SIP service address and port data in the field or parameter of the SIP message to be sent, then encapsulates the SIP message into a new IP packet, sets the source address and port of the IP packet as the address and port of LB external SIP service, and finally sends the IP packet;
and the data backup server is used for backing up the session key data sent by the SIP service server.
As shown in fig. 2, the LB may further include:
the SIP analyzing device is used for receiving an SIP message sent by an external user terminal, judging whether the SIP message is an initial request message according To a starting line, a CALL-ID field and a To field in the SIP message, if so, forwarding the SIP message To the primary load balancing device, and if not, forwarding the SIP message To the primary session holding device;
the first-level load balancing device is used for hashing the CALL-ID value in the SIP message forwarded by the SIP analyzing device, then selecting a corresponding SIP service server according to the hashing result, and notifying the message packaging device of the SIP message and the selected SIP service server;
the first-level session holding device is used for judging whether the CALL-ID value in the SIP message forwarded by the SIP analyzing device contains the SIP service address and the port data of the SIP service server or not, if so, the contained SIP service server is extracted from the CALL-ID value, the SIP message and the extracted SIP service server are notified to the reliability processing device, and if not, the SIP message is forwarded to the second-level session holding device;
the second-level session holding device is used for judging whether a tag parameter value in the SIP message forwarded by the first-level session holding device contains the SIP service address and port data of the SIP service server, if so, the contained SIP service server is extracted from the SIP message, then the SIP message and the extracted SIP service server are notified to the reliability processing device, and if not, the SIP message is forwarded to the third-level session holding device;
the third-level session holding device is used for searching the session record table according to the CALL-ID value in the SIP message, extracting the SIP service server corresponding to the CALL-ID value, and then informing the reliability processing device of the SIP message and the extracted SIP service server;
the reliability processing device is used for carrying out availability detection on the received SIP service server and judging whether the SIP service server is in an available state or not, if so, the reliability processing device informs the received SIP message and the SIP service server to the message packaging device, and if not, the reliability processing device informs the SIP message to the secondary load balancing device;
the second-level load balancing device is used for selecting one SIP service server with low message rate from the SIP service servers according to the message rates of all the SIP service servers, and then notifying the message packaging device of the SIP message and the selected SIP service server;
and the message packaging device is used for directly packaging the received SIP message into a new IP packet, setting the source address and the port of the IP packet into the IP address and the port of the user terminal extracted from the source address and the port of the IP packet carrying the SIP message, then sending the IP packet to the selected SIP service server, and simultaneously recording and counting the message rate of the SIP service server.
In the invention, the SIP service server directly sends the SIP message to the user terminal, but simultaneously ensures that the subsequent message sent to the SIP service server by the user terminal still continues to pass through the LB, and simultaneously, by backing up the data of the SIP service server, when a certain SIP service server fails, other SIP service servers can take over the failed SIP service server to continue processing the service, thereby further ensuring that the system has higher performance and reliability. The SIP service server may further include:
the SIP message sending device is used for judging whether the SIP message sent to the user terminal is an initial request message, if so, carrying the external SIP service address and port data in the CALL-ID value of the SIP message to be sent, and if not, carrying the external SIP service address and port data in the tag parameter value of the SIP message to be sent; then, packaging the SIP message to be sent into a new IP packet, and setting the source address and the port of the IP packet as the address and the port of LB for providing SIP service to the outside; finally, sending IP packet to corresponding user terminal;
and the data backup device is used for collecting the key data of the session and then sending the data to the data backup server when the session is monitored to be established.
When the SIP service server A has a fault, LB selects the SIP service server B to take over the SIP service server A and continue to process the service: and the SIP service server B acquires the session key data of the SIP service server A from the data backup server, and then continues to process the service of the SIP service server A so as to enhance the reliability of the whole cluster system. The data backup technology can adopt the technology commonly used in the industry (such as shared storage, distributed storage and cache servers, etc.).
As shown in fig. 3, the method for implementing an SIP service cluster of the present invention includes an SIP load balancer (LB for short) and a plurality of SIP service servers, where when the LB receives an SIP message sent from an external user terminal, the method includes:
step one, LB extracts an IP address and a port of a user terminal that sends a SIP message from a source address and a port of an IP packet that carries the SIP message, and determines whether the SIP message is an initial request message? If yes, selecting an SIP service server according to a set load balancing algorithm, and continuing the next step; if not, the SIP message is a subsequent message of the existing session, a corresponding SIP service server is selected according to the field or the parameter carried in the SIP message, and then the next step is continued;
step two, LB encapsulates SIP message into a new IP packet directly, and sets the source address and port of IP packet as the IP address and port of user terminal, then sends the IP packet to the selected SIP service server; in order to increase the processing performance of the LB, the LB does not reassemble the SIP message, but directly packages and forwards the SIP message as a whole to the selected SIP service server;
and step three, before the SIP service server sends the SIP message to the user terminal, carrying the external SIP service address and port data in the field or parameter of the SIP message to be sent, then encapsulating the SIP message into a new IP packet, setting the source address and port of the IP packet as the address and port of LB external SIP service, and finally sending the IP packet to the user terminal.
As shown in fig. 4, the first step may further include:
step 11, LB extracts the IP address and port of the user terminal sending the SIP message from the source address and port of the IP packet carrying the SIP message, and then determines whether the SIP message is an initial request message according To the start line, CALL-ID field, and To field in the SIP message? If yes, continuing the next step; if not, continue step 13;
step 12, LB hashes the CALL-ID value in SIP message, then selects the corresponding SIP service server according to the hash result, and turns to step 18;
step 13, LB determines whether the CALL-ID value in the SIP message contains the SIP service address and port data of the SIP service server? If yes, extracting the contained SIP service server from the SIP service server, and then turning to step 16; if not, continuing the next step;
step 14, LB determines whether the tag parameter value in the SIP message contains the SIP service address and port data of the SIP service server? If yes, extracting the contained SIP service server from the SIP service server, and then turning to step 16; if not, continuing the next step;
step 15, LB searches the session record list according to the CALL-ID value in the SIP message, and extracts the SIP service server corresponding to the CALL-ID;
step 16, LB performs availability detection on the extracted SIP service server, and determines whether it is in an available state? If yes, the extracted SIP service server is the SIP service server selected by the LB, and the step 18 is turned to; if not, continuing the next step;
step 17, LB according to all SIP business server message rate, choose a small SIP business server from them;
and step 18, LB directly encapsulates the SIP message into a new IP packet, sets the source address and port of the IP packet as the IP address and port of the user terminal, then sends the IP packet to the selected SIP service server, and records and counts the message rate of the SIP service server.
The SIP service server in the invention directly sends the SIP message to the user terminal without LB after receiving and processing the SIP message sent by LB. In order to enable the LB to receive all subsequent SIP messages and satisfy the session maintenance policy of the LB and the high reliability of the entire system, as shown in fig. 5, step three may further include:
step 31, the SIP service server determines whether the SIP message sent to the user terminal is an initial request message? If so, carrying the external SIP service address and port data in the CALL-ID value of the SIP message to be sent, and continuing the next step; if not, carrying the external SIP service address and port data in the tag parameter value of the SIP message to be sent, and continuing the next step;
step 32, the SIP service server encapsulates the SIP message to be sent into a new IP packet, sets the source address and port of the IP packet as the address and port of LB providing SIP service to the outside, and then sends the IP packet to the corresponding user terminal.
In order to further ensure the high performance and reliability of the invention, the invention can also backup the data of the SIP service server, when a certain SIP service server fails, other SIP service servers can take over the failed SIP service server to continue processing the service. The invention may also include:
when the SIP service server monitors that a session is established, the SIP service server collects session key data and then sends the data to the data backup server.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (8)

1. A SIP service cluster system is characterized in that the system comprises a SIP load balancer and a plurality of SIP service servers, the SIP load balancer is called LB for short, wherein:
LB, when receiving the SIP message from the external user terminal, extracting the IP address and port of the user terminal sending the message from the source address and port of the IP packet bearing the SIP message, and selecting a SIP service server for the SIP message: judging whether the SIP message is an initial request message, if so, selecting an SIP service server according to a set load balancing algorithm, and if not, selecting a corresponding SIP service server according to fields or parameters carried in the SIP message; then, directly packaging the SIP message into a new IP packet, and setting the source address and the port of the IP packet as the IP address and the port of the user terminal; finally, the IP packet is sent to the selected SIP service server;
before sending SIP message to user terminal, SIP service server carries its own external SIP service address and port data in the field or parameter of SIP message to be sent, then encapsulates SIP message into a new IP packet, sets the source address and port of IP packet as LB external address and port providing SIP service, and finally sends IP packet.
2. The system of claim 1, wherein the LB further comprises:
the SIP analyzing device is used for receiving an SIP message sent by an external user terminal, judging whether the SIP message is an initial request message according To a starting line, a CALL-ID field and a To field in the SIP message, if so, forwarding the SIP message To the primary load balancing device, and if not, forwarding the SIP message To the primary session holding device;
the first-level load balancing device is used for hashing the CALL-ID value in the SIP message forwarded by the SIP analyzing device, then selecting a corresponding SIP service server according to the hashing result, and notifying the message packaging device of the SIP message and the selected SIP service server;
the first-level session holding device is used for judging whether the CALL-ID value in the SIP message forwarded by the SIP analyzing device contains the SIP service address and the port data of the SIP service server or not, if so, the contained SIP service server is extracted from the CALL-ID value, the SIP message and the extracted SIP service server are notified to the reliability processing device, and if not, the SIP message is forwarded to the second-level session holding device;
the second-level session holding device is used for judging whether a tag parameter value in the SIP message forwarded by the first-level session holding device contains the SIP service address and port data of the SIP service server, if so, the contained SIP service server is extracted from the SIP message, then the SIP message and the extracted SIP service server are notified to the reliability processing device, and if not, the SIP message is forwarded to the third-level session holding device;
the third-level session holding device is used for searching the session record table according to the CALL-ID value in the SIP message, extracting the SIP service server corresponding to the CALL-ID value, and then informing the reliability processing device of the SIP message and the extracted SIP service server;
the reliability processing device is used for carrying out availability detection on the received SIP service server and judging whether the SIP service server is in an available state or not, if so, the reliability processing device informs the received SIP message and the SIP service server to the message packaging device, and if not, the reliability processing device informs the SIP message to the secondary load balancing device;
the second-level load balancing device is used for selecting one SIP service server with low message rate from the SIP service servers according to the message rates of all the SIP service servers, and then notifying the message packaging device of the SIP message and the selected SIP service server;
and the message packaging device is used for directly packaging the received SIP message into a new IP packet, setting the source address and the port of the IP packet into the IP address and the port of the user terminal extracted from the source address and the port of the IP packet carrying the SIP message, then sending the IP packet to the selected SIP service server, and simultaneously recording and counting the message rate of the SIP service server.
3. The system of claim 1, wherein the SIP service server further comprises:
the SIP message sending device is used for judging whether the SIP message sent to the user terminal is an initial request message, if so, carrying the external SIP service address and port data in the CALL-ID value of the SIP message to be sent, and if not, carrying the external SIP service address and port data in the tag parameter value of the SIP message to be sent; then, packaging the SIP message to be sent into a new IP packet, and setting the source address and the port of the IP packet as the address and the port of LB for providing SIP service to the outside; and finally, sending the IP packet to the corresponding user terminal.
4. The system of claim 1, further comprising a data backup server for backing up session key data transmitted from the SIP service server,
the SIP service server further comprises:
and the data backup device collects the key data of the session when monitoring that the session is established, and then sends the data to the data backup server.
5. A realization method of SIP service cluster is characterized in that the realization method comprises an SIP load balancer and a plurality of SIP service servers, the SIP load balancer is called LB for short, when the LB receives an SIP message sent by an external user terminal, the realization method comprises the following steps:
step one, LB extracts IP address and port of user terminal sending message from source address and port of IP packet bearing SIP message, and judges whether SIP message is initial request message, if yes, selects a SIP service server according to set load balancing algorithm, then continues the next step; if not, selecting a corresponding SIP service server according to the field or the parameter carried in the SIP message, and continuing the next step;
step two, LB encapsulates SIP message into a new IP packet directly, and sets the source address and port of IP packet as the IP address and port of user terminal, then sends the IP packet to the selected SIP service server;
and step three, before the SIP service server sends the SIP message to the user terminal, carrying the external SIP service address and port data in the field or parameter of the SIP message to be sent, then encapsulating the SIP message into a new IP packet, setting the source address and port of the IP packet as the address and port of LB external SIP service, and finally sending the IP packet to the user terminal.
6. The method of claim 5, wherein step one further comprises:
step 11, LB extracts the IP address and port of the user terminal sending the message from the source address and port of the IP packet bearing SIP message, then judges whether the SIP message is an initial request message according To the starting line, CALL-ID field and To field in the SIP message, if yes, continues the next step; if not, continue step 13;
step 12, LB hashes the CALL-ID value in SIP message, then selects the corresponding SIP service server according to the hash result, and turns to step 18;
step 13, LB judges whether the CALL-ID value in SIP message contains SIP service address and port data of SIP service server, if yes, extracts the contained SIP service server from it, then turns to step 16; if not, continuing the next step;
step 14, LB determines whether the tag parameter value in the SIP message contains the SIP service address and port data of the SIP service server, if yes, extracts the contained SIP service server from it, and then goes to step 16; if not, continuing the next step;
step 15, LB searches the session record list according to the CALL-ID value in the SIP message, and extracts the SIP service server corresponding to the CALL-ID;
step 16, the LB performs availability detection on the extracted SIP service server, determines whether the extracted SIP service server is in an available state, and if so, the extracted SIP service server is the SIP service server selected by the LB, and goes to step 18; if not, continuing the next step;
step 17, LB according to all SIP business server message rate, choose a small SIP business server from them;
and step 18, LB directly encapsulates the SIP message into a new IP packet, sets the source address and port of the IP packet as the IP address and port of the user terminal, then sends the IP packet to the selected SIP service server, and records and counts the message rate of the SIP service server.
7. The method of claim 5, wherein step three further comprises:
step 31, the SIP service server judges whether the SIP message sent to the user terminal is an initial request message, if so, the external SIP service address and port data are carried in the CALL-ID value of the SIP message to be sent, and then the next step is continued; if not, carrying the external SIP service address and port data in the tag parameter value of the SIP message to be sent, and continuing the next step;
step 32, the SIP service server encapsulates the SIP message to be sent into a new IP packet, sets the source address and port of the IP packet as the address and port of LB providing SIP service to the outside, and then sends the IP packet to the corresponding user terminal.
8. The method of claim 5, further comprising: when the SIP service server monitors that a session is established, the SIP service server collects session key data and then sends the data to the data backup server.
CN201911233602.0A 2019-12-05 2019-12-05 SIP service cluster system and implementation method Active CN110913010B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911233602.0A CN110913010B (en) 2019-12-05 2019-12-05 SIP service cluster system and implementation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911233602.0A CN110913010B (en) 2019-12-05 2019-12-05 SIP service cluster system and implementation method

Publications (2)

Publication Number Publication Date
CN110913010A true CN110913010A (en) 2020-03-24
CN110913010B CN110913010B (en) 2021-12-31

Family

ID=69822652

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911233602.0A Active CN110913010B (en) 2019-12-05 2019-12-05 SIP service cluster system and implementation method

Country Status (1)

Country Link
CN (1) CN110913010B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111614738A (en) * 2020-05-07 2020-09-01 北京金山云网络技术有限公司 Service access method, device, equipment and storage medium based on Kubernetes cluster
WO2022127625A1 (en) * 2020-12-14 2022-06-23 中兴通讯股份有限公司 Sip network element multi-address learning method and apparatus, and signaling monitoring system
CN114979006A (en) * 2021-10-14 2022-08-30 中移互联网有限公司 SIP message processing method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101009662A (en) * 2007-01-31 2007-08-01 杭州华为三康技术有限公司 Message processing method, system and device based on the load balance technology
CN101166176A (en) * 2006-10-19 2008-04-23 中兴通讯股份有限公司 Method fro dynamic load balance in distributed system based on session origination protocol
CN102480469A (en) * 2010-11-29 2012-05-30 北京中和威软件有限公司 Method and device for load balancing in SIP (session initiation protocol) service cluster based on energy balance
CN102761618A (en) * 2012-07-03 2012-10-31 杭州华三通信技术有限公司 Method, equipment and system for realizing load balancing
CN105100957A (en) * 2014-05-09 2015-11-25 浙江智晓信息科技有限公司 Method of achieving high-definition video multi-link transmission based on SIP (Session Initiation Protocol) load balancing
CN106686085A (en) * 2016-12-29 2017-05-17 华为技术有限公司 Load balancing method, apparatus and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101166176A (en) * 2006-10-19 2008-04-23 中兴通讯股份有限公司 Method fro dynamic load balance in distributed system based on session origination protocol
CN101009662A (en) * 2007-01-31 2007-08-01 杭州华为三康技术有限公司 Message processing method, system and device based on the load balance technology
CN102480469A (en) * 2010-11-29 2012-05-30 北京中和威软件有限公司 Method and device for load balancing in SIP (session initiation protocol) service cluster based on energy balance
CN102761618A (en) * 2012-07-03 2012-10-31 杭州华三通信技术有限公司 Method, equipment and system for realizing load balancing
CN105100957A (en) * 2014-05-09 2015-11-25 浙江智晓信息科技有限公司 Method of achieving high-definition video multi-link transmission based on SIP (Session Initiation Protocol) load balancing
CN106686085A (en) * 2016-12-29 2017-05-17 华为技术有限公司 Load balancing method, apparatus and system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111614738A (en) * 2020-05-07 2020-09-01 北京金山云网络技术有限公司 Service access method, device, equipment and storage medium based on Kubernetes cluster
CN111614738B (en) * 2020-05-07 2022-05-10 北京金山云网络技术有限公司 Service access method, device, equipment and storage medium based on Kubernetes cluster
WO2022127625A1 (en) * 2020-12-14 2022-06-23 中兴通讯股份有限公司 Sip network element multi-address learning method and apparatus, and signaling monitoring system
CN114979006A (en) * 2021-10-14 2022-08-30 中移互联网有限公司 SIP message processing method and system
CN114979006B (en) * 2021-10-14 2023-09-05 中移互联网有限公司 Session Initiation Protocol (SIP) message processing method and system

Also Published As

Publication number Publication date
CN110913010B (en) 2021-12-31

Similar Documents

Publication Publication Date Title
CN110913010B (en) SIP service cluster system and implementation method
EP2768203B1 (en) Method and device for identifying an sctp packet field of the invention
US9141420B2 (en) Overload control in a cloud computing environment
US8374079B2 (en) Proxy server, communication system, communication method and program
US8917721B2 (en) Methods and apparatus to control a flash crowd event in a voice over internet protocol (VoIP) network
RU2464722C2 (en) Method, device and system for distribution of messages
US9467308B2 (en) Methods and apparatus to control synchronization in voice over internet protocol networks after catastrophes
EP2795849B1 (en) Method and apparatus for messaging in the cloud
US8631098B2 (en) Resource configuration method, server, network equipment and network system
US20190166020A1 (en) Policy-based sampling of network flows at a network visibility node
EP3595297A1 (en) Abnormality detection method, network video recorder (nvr) and video server
US9413880B1 (en) Automatic failover for phone recordings
CN108712516B (en) Method, device, equipment and storage medium for acquiring SIP server address
US8589498B2 (en) Phase based prioritization of IMS signaling messages for overload throttling
CN113162865B (en) Load balancing method, server and computer storage medium
US8437266B2 (en) Flow through call control
CN105009520B (en) For transmitting the method for content and its device in a communication network
CN105306755A (en) Quality detection method and device for contact centre
US8051129B2 (en) Arrangement and method for reducing required memory usage between communication servers
US20160302055A1 (en) Information processing system
CN110389771A (en) A kind of upgrade method and system regarding networked clients
US11240097B2 (en) Communications methods and apparatus for minimizing and/or preventing message processing faults
CN112104712A (en) Stacking system member equipment and remote management method thereof
US11956302B1 (en) Internet protocol version 4-to-version 6 redirect for application function-specific user endpoint identifiers
US20170111407A1 (en) Reestablishment of session initiation protocol (sip) dialogs

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 310013 4th floor, No.398 Wensan Road, Xihu District, Hangzhou City, Zhejiang Province

Patentee after: Xinxun Digital Technology (Hangzhou) Co.,Ltd.

Address before: 310013 4th floor, No.398 Wensan Road, Xihu District, Hangzhou City, Zhejiang Province

Patentee before: EB Information Technology Ltd.