WO2008026833A1 - Apparatus and method for providing internet-phone service - Google Patents

Apparatus and method for providing internet-phone service Download PDF

Info

Publication number
WO2008026833A1
WO2008026833A1 PCT/KR2007/003695 KR2007003695W WO2008026833A1 WO 2008026833 A1 WO2008026833 A1 WO 2008026833A1 KR 2007003695 W KR2007003695 W KR 2007003695W WO 2008026833 A1 WO2008026833 A1 WO 2008026833A1
Authority
WO
WIPO (PCT)
Prior art keywords
signaling message
tcp
udp
client
internet phone
Prior art date
Application number
PCT/KR2007/003695
Other languages
English (en)
French (fr)
Inventor
Chan Seok Jeon
Original Assignee
Nhn Corporation
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 Nhn Corporation filed Critical Nhn Corporation
Publication of WO2008026833A1 publication Critical patent/WO2008026833A1/en

Links

Classifications

    • 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/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0281Proxies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/12Arrangements for remote connection or disconnection of substations or of equipment thereof
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • 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/1069Session establishment or de-establishment
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • 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/80Responding to QoS

Definitions

  • the present invention relates to an Internet phone service, and more particularly to an apparatus and method for providing an Internet phone service, which can improve the quality of a call.
  • the Internet phone service is a service that enables a terminal to transmit and receive voice data over the Internet so that the terminal can be used like a general telephone, and is also called an Internet Protocol (IP) phone service.
  • IP Internet Protocol
  • FIG. 1 is a block diagram showing the configuration of the conventional Internet phone service provision system.
  • the conventional Internet phone service provision system comprises a client 100, Web server 120, media gateway 140, and Softswitch 130.
  • the client 100 includes a Web browser 102 for searching for the Web server 120 to connect the client 100 with the Web server 120, and an application 104 for receiving the Internet phone service over a communication network.
  • the Web server 120 provides a Web page necessary for user authentication for provision of the Internet phone service to the user over the communication network.
  • the media gateway 140 is connected with the client 100, and is a device that converts a traffic format according to the type of the communication network.
  • the media gateway 140 interworks with the Softswitch 130.
  • the Softswitch 130 is a device that connects a telephone network transferring a voice signal and a data packet network transferring data.
  • the Softswitch 130 is also connected with the media gateway 140 or client 100 to transfer voice data inputted from the client 100 to the telephone network.
  • HTTP HyperText Transfer Protocol
  • a Real-time Transport Protocol is used at a transport layer as a protocol for a connection 114 between the client 100 and the media gateway 140.
  • UDP User Datagram Protocol
  • IP Initiation Protocol
  • the Softswitch 130 and the client 100 is directly associated with the quality of the Internet phone service. That is, the UDP, which is the protocol of the transport layer used for the connection 112 between the Softswitch 130 and the client 100, is widely used owing to its advantages of a high data rate and a simple structure. The UDP is also adopted as a standard protocol for softswitches 130 currently commercially available.
  • the UDP is disadvantageous in that it is a communication protocol of an irrelevant service just transferring data one-sidedly, resulting in a degradation in stability of data transmission and reception. It was investigated that an error rate of about 5% occurs where the Internet phone service is practically provided using the UDP as a protocol. As a result, the quality of a call cannot be guaranteed, thereby making it impossible to widely spread the Internet phone service to users.
  • TCP Transmission Control Protocol
  • the present invention has been made in view of the above problems, and it is an object of the present invention to provide an apparatus and method for providing an Internet phone service, which can guarantee high stability and reliability of the Internet phone service.
  • NAT Network Address Translation
  • an apparatus for providing an Internet phone service comprising: a Transmission Control Protocol (TCP) transceiver for receiving a first signaling message based on a TCP from a client; a TCP/User Datagram Protocol (UDP) converter for converting the protocol of the TCP-based first signaling message received by the TCP transceiver to a UDP to output the first signaling message based on the UDP; a UDP transceiver for transmitting the UDP-based first signaling message from the TCP/UDP converter to a Softswitch and receiving a second signaling message based on the UDP from the Softswitch; and a UDP/TCP converter for converting the protocol of the UDP-based second signaling message received by the UDP transceiver to the TCP to output the second signaling message based on the TCP, wherein the TCP transceiver transmits the TCP-based second signal
  • Each of the first and second signaling messages may be based on a Session
  • IP Initiation Protocol
  • the TCP transceiver comprises: a TCP session creator for creating a TCP session with the client; a TCP detector for detecting whether the protocol of the first signaling message is the TCP, using header information of the first signaling message; and a TCP session controller for controlling maintenance and release of the created TCP session.
  • the UDP transceiver comprises: a UDP session creator for creating a UDP session with the Softswitch; a UDP detector for detecting whether the protocol of the second signaling message is the UDP, using header information of the second signaling message; and a UDP session controller for controlling maintenance and release of the created UDP session.
  • the apparatus may further comprise a decryptor for decrypting the TCP-based first signaling message when the TCP-based first signaling message received by the TCP transceiver is an encrypted signaling message.
  • the TCP/UDP converter converts the protocol of the decrypted TCP-based first signaling message to the UDP to output the decrypted first signaling message based on the UDP, and the UDP transceiver transmits the decrypted UDP-based first signaling message to the Softswitch.
  • the apparatus may further comprise an encryptor for encrypting the UDP-based second signaling message received by the UDP transceiver.
  • the UDP/TCP converter converts the protocol of the encrypted UDP-based second signaling message to the TCP to output the encrypted second signaling message based on the TCP, and the TCP transceiver transmits the encrypted TCP-based second signaling message to the client.
  • An application may be installed in the client to provide the Internet phone service.
  • the application determines whether the error has occurred between the Internet phone service provision apparatus and the client or between the Internet phone service provision apparatus and the Softswitch, using response information regarding the TCP-based first signaling message.
  • the application may primarily transmit the first signaling message based on the
  • a method for providing an Internet phone service using an Internet phone service provision apparatus comprising: creating a TCP session in response to a request from a client; receiving a first signaling message based on a TCP from the client through the created TCP session; converting the protocol of the received TCP- based first signaling message to a UDP to output the first signaling message based on the UDP; and transmitting the UDP-based first signaling message to a Softswitch.
  • FIG. 1 is a block diagram showing the configuration of a conventional system for providing an Internet phone service
  • FIG. 2 is a block diagram showing the configuration of a system for providing an
  • FIG. 3 is a block diagram showing the configuration of an application which is installed in a client to provide an Internet phone service according to one embodiment of the present invention
  • FIG. 4 is a flowchart illustrating an application driving process according to one embodiment of the present invention
  • FIG. 5 is a block diagram showing the configuration of a proxy device for providing an Internet phone service according to one embodiment of the present invention
  • FIG. 6 is a flowchart illustrating a protocol conversion process in a proxy device according to one embodiment of the present invention
  • FIG. 7 is a flowchart illustrating a sequence of providing an Internet phone service according to one embodiment of the present invention.
  • the Internet phone service provision system comprises a proxy device 220, Web server 240, Softswitch 250, and media gateway 260.
  • a client 200 can be connected to the Internet phone service provision system through a network.
  • the client 200 is a terminal device that performs a call connection setup process for
  • the client 200 can transmit and receive voice data so that it can be used like a general telephone.
  • the client 200 has a communication function, and can be connected to the Web server 240, Softswitch 250 and media gateway 260.
  • the client 200 may be, for example, a notebook computer, personal digital assistant (PDA), or the like, as well as a personal computer (PC).
  • the Web browser 202 is provided in the client 200 to search for the Web server 240 over the Internet to connect the client 200 with the Web server 240, and the application 204 is provided in the client 200 to receive the Internet phone service.
  • the application 204 functions to perform the call connection setup process for
  • signaling messages include messages related to connection and release or control of a call.
  • the application 204 transmits a signaling message directly to a
  • the application 204 transmits a signaling message to the proxy device 220.
  • the configuration of the application 204 will hereinafter be described in more detail with reference to FIG. 3.
  • the application 204 will be able to be implemented in the form of a software program which is installed and driven in the client 200.
  • the application 204 may be an ActiveX Control linked with a Web page for the provision of the Internet phone service.
  • the client 200 is connected with the proxy device 220, and transmits/receives signaling messages to/from the Softswitch 250 via the proxy device 220.
  • these signaling messages may be Session Initiation Protocol (S ⁇ P)-based messages.
  • S ⁇ P Session Initiation Protocol
  • the present invention is applicable to not only SIP-based signaling messages, but also other protocols-based signaling messages.
  • a Softswitch supports only a UDP, and a client and a Softswitch transmit and receive signaling messages according to the UDP.
  • a TCP is referred to as a connection-oriented protocol in comparison with the UDP.
  • the TCP has the advantage of higher reliability than the UDP in that it carries out arranging or debugging of data packets in the order of arrivals thereof.
  • the present invention includes the proxy device 220 to provide a stable
  • the proxy device 220 is an Internet phone service provision apparatus that is connected to each of the client 200, Web server 240, Softswitch 250 and media gateway 260 to provide the Internet phone service.
  • the application 204 installed in the client 200 creates a TCP signaling message and transmits it to the proxy device 220, and the proxy device 220 receives the TCP signaling message from the client 200, converts the received TCP signaling message to a UDP signaling message and transmits the UDP signaling message to the Softswitch 250.
  • the proxy device 220 receives a UDP signaling message from the Softswitch
  • the Web server 240 provides a Web page for use of the Internet phone service.
  • Web server 240 may further provide a Web page for authentication of an Internet phone service user.
  • An HTTP is used as a protocol for a connection 230 between the Web server 240 and the client 200, as in the conventional system.
  • the Softswitch 250 is a device that, in order to provide, in a packet network, a voice service provided by an existing Public Switched Telephone Network (PSTN) as it is, enables the voice service in the packet network while satisfying functions required by existing communication equipment, such as compatibility, interoperability, ex- tendibility and reliability with signaling systems interoperable with the existing PSTN.
  • PSTN Public Switched Telephone Network
  • the Softswitch 250 is based on software capable of accommodating all H.323,
  • Session Initiation Protocol SIP
  • Media Gateway Control Protocol MGCP
  • MEGACO Media Gateway Control/H.248 protocols enabling the voice service in the packet network.
  • the UDP is used as a transport layer protocol for the Softswitch
  • UDP has the advantage of being able to increase the data rate of the Softswitch 250 and make the structure thereof simply.
  • the UDP is used as a protocol for a connection 232 between the Softswitch 250 and the proxy device 220 such that there is no change in the conventional configuration of the Softswitch 250.
  • the media gateway 260 is a device that performs call control and vocoding functions under control of the Softswitch 250. For the call control, the media gateway 260 interworks with the Softswitch 250 based on control protocols, for example, the Media Gateway Control Protocol (MGCP), Media Gateway Control (MEGACO)/H.248 protocols, etc. to determine a flow path of traffic.
  • the media gateway 260 uses a Real-time Transport Protocol (RTP) when it transmits and receives information with a different media gateway in an IP manner, and a Permanent Virtual Connection (PVC) or Switched Virtual Connection (SVC) when in an Asynchronous Transfer Mode (ATM) manner.
  • RTP Real-time Transport Protocol
  • PVC Permanent Virtual Connection
  • SVC Switched Virtual Connection
  • the RTP is a communication protocol of a transport layer for transmitting and receiving a voice or call in real time and is characterized in that it is executed between terminals without depending on communication network equipment such as a router.
  • the RTP is the same transport layer protocol as the UDP or TCP, but is a higher-level communication protocol than the UDP or TCP.
  • the proxy device 220 connected with the Web server 240, Softswitch 250 and media gateway 260, uses protocols conventionally used in the Web server 240, Softswitch 250 and media gateway 260 as they are, so that the Web server 240, Softswitch 250 and media gateway 260 can be used as they are with no change in the configurations thereof.
  • the proxy device 220 transmits and receives data with the client 200 based on the highly reliable TCP, thereby making it possible to increase the reliability of Internet phone connection and guarantee the quality of a call.
  • a public network is directly used for a connection 210 between the client 200 and the proxy device 220 because the connection 210 is based on the TCP, and dedicated networks are used for connections 230, 232 and 234 between the proxy device 220 and the Web server 240, Softswitch 250 and media gateway 260.
  • this proxy device 220 in the Internet phone service provision system to distinguish the communication networks from one another, it is possible to, when a fault occurs in the Internet phone service, accurately grasp a communication network where the fault actually occurs.
  • FIG. 3 is a block diagram showing the configuration of the application 204 which is installed in the client 200 to provide the Internet phone service according to one embodiment of the present invention. It should be noted here that FIG. 3 shows the configuration of the application 204 by functions and the present invention is not limited thereto.
  • the application 204 installed in the client 200 includes a service logic 300, SIP stack 302, codec 304, network layer library 306, encryptor/decryptor 308, and error detector 310.
  • the service logic 300 processes additional functions necessary for the Internet phone service provision, for example, the provision of an additional service such as the provision of a telephone directory.
  • the SIP stack 302 provides methods (regist, invite, ack, etc.) based on Request For
  • the codec 304 converts a voice signal inputted through the client 200 by the user to a digital signal, and also converts a received digital signal to a voice signal.
  • the network layer library 306 executes subroutines or functions included therein to create a network layer structure to enable communication between the client 200 and the proxy device 220.
  • the encryptor/decryptor 308 functions to encrypt a message to be transmitted from the client 200 to the proxy device 220 and decrypt a message transmitted from the proxy device 220 to the client 200.
  • the signaling message and the voice message cannot help being directly transmitted under the condition that they are not encrypted, because the Softswitch, etc. do not support encryption and decryption.
  • the application includes the encryptor/decryptor 308 for security, because the proxy device can perform the message encryption and decryption.
  • known various encryption/decryption algorithms such as a general 3-DES algorithm, will be used.
  • the error detector 310 functions to detect a position where an error occurs during signaling message transmission. According to one embodiment of the present invention, the error detector 310 detects an error position based on a TCP protocol response message. For example, when no response message regarding a transmitted TCP protocol signaling message is received, the error detector 310 determines that an error has occurred between the client 200 and the proxy device 220. Also, when the message transmission to the Softswitch 250 has failed, but a TCP response message is received, the error detector 310 determines that an error has occurred between the proxy device 220 and the Softswitch 250.
  • a client transmits a signaling message directly to a Softswitch and the signaling message is a UDP protocol signaling message, thereby making it impossible to detect the cause of an error.
  • the signaling message is a UDP protocol signaling message, thereby making it impossible to detect the cause of an error.
  • the present invention there is an advantage in that it can be determined whether an error has occurred at whichever position.
  • the user drives the Web browser 202 installed in the client 200 to receive the
  • the Web browser 202 searches for the Web server 240 for the provision of the
  • the Web server 240 provides a Web page for the Internet phone service provision and authentication.
  • an authentication request signal for example, inputs an ID/password
  • the authentication request signal is transmitted to the Web server 240, which then processes the transmitted authentication request signal.
  • the SIP stack 302 provides a method to transmit a call request signal to the Softswitch 250 through the proxy device 220 using the TCP as a transport layer protocol and the SIP as a session layer protocol (S410).
  • FIG. 5 is a block diagram showing the configuration of the proxy device 220 for the
  • FIG. 5 shows the configuration of the proxy device 220 by functions and the present invention is not limited thereto.
  • the proxy device 220 includes a TCP transceiver 500, TCP/UDP converter 520, UDP transceiver 530, UDP/TCP converter 550, and encryptor/decryptor 560.
  • the TCP transceiver 500 includes a TCP detector 502, TCP transmitter 504, TCP session creator 506, TCP receiver 508, and TCP session controller 510.
  • the UDP transceiver 530 includes a UDP detector 532, UDP transmitter 534, UDP session creator 536, UDP receiver 538, and UDP session controller 540.
  • the proxy device 220 can further include a control unit for controlling the aforementioned respective constituent elements.
  • the TCP session controller 510 functions to manage creation, maintenance and release of a TCP session. Upon receiving a TCP connection setup request signal from the client 200, the TCP session controller 510 controls the TCP session creator 506, which then creates a TCP session with the client 200.
  • the TCP detector 502 recognizes a TCP header contained in a header of a signaling message received from the client 200 through a TCP session, and the TCP receiver 508 receives a call connection request signal based on the TCP in response to the recognition of the TCP detector 502.
  • the signaling is information related to connection and release or control of a call, which contains protocol information and is transferred as a message.
  • the TCP/UDP converter 520 converts a transmission protocol of a signaling message from the TCP to UDP.
  • the protocol conversion can be performed by replacing a TCP header of the signaling message containing protocol information with a UDP header.
  • the protocol information is stored in a header of a signaling message, which is made up of fields for storing respective information.
  • the protocol conversion at the same layer is carried out by the header replacement, and there is no change in a header of the upper layer and an original data storage portion.
  • the UDP session controller 540 functions to manage creation, maintenance and release of a UDP session with the Softswitch 250. For transmission of a signaling message from the client 200 to the Softswitch 250 or upon receiving a UDP connection setup request signal from the Softswitch, the UDP session controller 540 controls the UDP session creator 536, which then creates a UDP session with the Softswitch 250.
  • the UDP detector 532 recognizes a UDP header contained in a header of a signaling message received from the Softswitch 250, and the UDP receiver 538 receives the signaling message based on the UDP in response to the recognition of the UDP detector 532.
  • the UDP/TCP converter 550 converts a transmission protocol of a signaling message from the UDP to TCP.
  • the protocol conversion can be performed by replacing a UDP header of the signaling message containing protocol information with a TCP header.
  • TCP and UDP which are protocols of the transport layer
  • SIP can be used as a protocol of session layer which is the upper layer, as described previously, and a different type of signaling protocol may be used as the session layer protocol.
  • the SIP is a signaling protocol of the session layer specifying how intelligent terminals desiring to communicate on the Internet identify one another to find their position and multiple communication sessions are created, deleted, or modified thereamong.
  • the SIP has a request/response structure controlling creation, modification and termination of a multimedia service session, and can be applied to both the TCP and UDP which are protocols of the transport layer.
  • SIP Uniform Resource Locator URL
  • the user can receive the service independent of an IP address.
  • the encryptor/decryptor 560 decrypts a signaling message transmitted from the client 200 to transmit to the Softswitch 250 when the signaling message is an encrypted message.
  • the encryptor/decryptor 560 also encrypts a signaling message transmitted from the Softswitch 250 to transmit to the client 200 when the signaling message is not encrypted. This encryption/decryption will be applicable to a voice call message, as well as a signaling message.
  • the TCP detector 502 in the proxy device 220 recognizes the transmitted signaling message to be the signaling message based on the TCP/SIP (S600).
  • the UDP session creator 536 is requested to create a UDP/SIP session (S602), and then creates the UDP/SIP session (S604). Meanwhile, the received signaling message based on the TCP/SIP is converted to a signaling message based on the UDP/SIP.
  • the created UDP/SIP session is activated under the control of the UDP session controller 540 (S606), and the converted UDP/SIP-based signaling message is transmitted from the UDP transmitter 534 to the Softswitch 250 through the activated UDP/SIP session between the proxy device 220 and the Softswitch 250 (S608).
  • a protocol conversion process of converting a UDP/SIP-based signaling message received from the Softswitch 220 to a TCP/SIP-based signaling message, and a process of transmitting the converted TCP/SIP-based signaling message to the client 200 are the same as the processes of FIG. 6, with the exception that the received protocol is the UDP/SIP and the converted protocol is the TCP/SIP. Therefore, a description of the protocol conversion process of converting UDP/ SIP-based signaling message to the TCP/SIP-based signaling message will be omitted.
  • FIG. 7 is a flowchart illustrating a sequence of providing the Internet phone service according to one embodiment of the present invention. Because the process of the user connecting to the Web server 240 and driving the application 204 to receive the Internet phone service has been described with reference to FIG. 4, a description thereof will be omitted.
  • the created signaling message is transmitted to the proxy device 220 using the
  • TCP as a transport layer protocol (S704).
  • the proxy device 220 Upon receiving the TCP-based signaling message, the proxy device 220 converts the protocol of the received TCP-based signaling message to the UDP (706) and transmits the converted UDP-based signaling message to the Softswitch 250 (S708).
  • a signaling message received from another user and transmitted to the Softswitch 250, is transmitted to the proxy device 220 based on the UDP (S710).
  • the proxy device 220 Upon receiving the UDP-based signaling message, the proxy device 220 converts the protocol of the received UDP-based signaling message to the TCP (712) and transmits the converted TCP-based signaling message to the client 200 (S714).
  • the client 200 When the client 200 transmits and receives the signaling messages, it can output signals such as a signal connection sound and a telephone bell through a device included therein or connected thereto, for example, a speaker.
  • Softswitch 250 and media gateway 260 through the proxy device 220 to distinguish the communication networks therebetween from one another, it is possible to, when a fault occurs in the Internet phone service, accurately grasp a communication network where the fault actually occurs.
  • the communication between the client and the proxy device has been described to be established basically based on the TCP, it may be established selectively based on the TCP.
  • the application transmits and receives signaling messages based on the TCP.
  • the application may transmit and receive signaling messages based on the general UDP.
  • the application primarily transmits a UDP signaling message. At this time, where the application fails to transmit the UDP signaling message, it determines that the UDP signaling message cannot be transmitted due to the NAT, firewall, etc., creates a TCP session with the proxy device and transmits and receives TCP-based signaling messages in the created TCP session.
  • the present invention provides an apparatus and method for providing an Internet phone service, which can guarantee high stability of the Internet phone service and the quality of a call.
  • the guarantee of the high stability of the Internet phone service and the call quality makes it possible to widely spread the Internet phone service.
  • a proxy device is provided between a client and a Softswitch, so that messages can be encrypted and decrypted, thereby maintaining the security of the Internet phone service more highly than a conventional one.
  • the Internet phone service can be used by even clients under environments where the transmission and reception of UDP signaling messages are difficult due to a NAT, firewall, etc.
PCT/KR2007/003695 2006-08-30 2007-08-01 Apparatus and method for providing internet-phone service WO2008026833A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2006-0083109 2006-08-30
KR1020060083109A KR100871422B1 (ko) 2006-08-30 2006-08-30 인터넷폰 서비스 제공 장치 및 그 방법

Publications (1)

Publication Number Publication Date
WO2008026833A1 true WO2008026833A1 (en) 2008-03-06

Family

ID=39136082

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2007/003695 WO2008026833A1 (en) 2006-08-30 2007-08-01 Apparatus and method for providing internet-phone service

Country Status (2)

Country Link
KR (1) KR100871422B1 (ko)
WO (1) WO2008026833A1 (ko)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113067884A (zh) * 2021-03-31 2021-07-02 北京飞讯数码科技有限公司 一种sip代理服务器的会话方法、装置、设备及存储介质

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101142387B1 (ko) * 2010-08-02 2012-05-18 오픈스택 주식회사 SIP 프로토콜을 사용하는 VolP 환경에서 스팸 차단 방법 및 장치
KR20120100376A (ko) * 2011-03-04 2012-09-12 삼성에스디에스 주식회사 에스아이피 메시지 송수신 시스템 및 방법

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6075796A (en) * 1997-03-17 2000-06-13 At&T Methods and apparatus for providing improved quality of packet transmission in applications such as internet telephony
KR20010079255A (ko) * 2001-06-27 2001-08-22 김태범 프록시 서버를 매개로 한 인터넷 전화 통화 시스템 및 그방법
KR20030047471A (ko) * 2001-12-10 2003-06-18 (주)애니 유저넷 인터넷 전화의 방화벽 통과방법 및 터널링 게이트웨이

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5941988A (en) 1997-01-27 1999-08-24 International Business Machines Corporation Session and transport layer proxies via TCP glue
AU5750299A (en) 1999-08-24 2001-03-19 Leighton Hanna King On-demand connection system for internet services
KR100418246B1 (ko) * 2001-08-10 2004-02-11 (주)웹콜월드 웹콜에이전트와 웹콜프록시를 이용한NAT/Firewall환경에서의 인터넷 음성통신 방법

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6075796A (en) * 1997-03-17 2000-06-13 At&T Methods and apparatus for providing improved quality of packet transmission in applications such as internet telephony
KR20010079255A (ko) * 2001-06-27 2001-08-22 김태범 프록시 서버를 매개로 한 인터넷 전화 통화 시스템 및 그방법
KR20030047471A (ko) * 2001-12-10 2003-06-18 (주)애니 유저넷 인터넷 전화의 방화벽 통과방법 및 터널링 게이트웨이

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113067884A (zh) * 2021-03-31 2021-07-02 北京飞讯数码科技有限公司 一种sip代理服务器的会话方法、装置、设备及存储介质

Also Published As

Publication number Publication date
KR100871422B1 (ko) 2008-12-03
KR20080020121A (ko) 2008-03-05

Similar Documents

Publication Publication Date Title
EP1317839B2 (en) Apparatus and method for selectively encrypting the payload portion of multimedia data sent over a network
CN1890945B (zh) 用于横越防火墙和网络地址转换(nat)设置的通信系统
US7865599B2 (en) Methods and apparatus for supporting transmission of streaming data
EP1738508B1 (en) Method and apparatus for transporting encrypted media streams over a wide area network
TW567699B (en) Communication protocols, method, and apparatus operable through network address translation (NAT) type devices
US20170054770A1 (en) Multimedia teleconference streaming architecture between heterogeneous computer systems
US8130395B2 (en) Network communication apparatus
JP2004523828A (ja) セッション開始プロトコル(sip)を使用してネットワーク対応機器と通信するシステムおよび方法
US20060187912A1 (en) Method and apparatus for server-side NAT detection
JP2004531110A (ja) Sipのユーザエージェントの機能をプロキシにアウトソーシングするシステムおよび方法
JP4764368B2 (ja) 通信を確立してメッセージを中継する装置、通信を確立する方法およびプログラム
US20090070586A1 (en) Method, Device and Computer Program Product for the Encoded Transmission of Media Data Between the Media Server and the Subscriber Terminal
JP2006067579A (ja) 関係者識別データの収集及び分配システム及び方法
US8181013B2 (en) Method, media gateway and system for transmitting content in call established via media gateway control protocol
CN108810475B (zh) 一种基于Onvif标准及Sip协议的Android视频监控装置
WO2008026833A1 (en) Apparatus and method for providing internet-phone service
US9143488B2 (en) Real-time encryption of voice and fax over IP
Li et al. VoIP secure session assistance and call monitoring via building security gateway
US7408926B1 (en) Method and apparatus for accessing voice over internet protocol connection
US7823196B1 (en) Method and an apparatus to perform dynamic secure re-routing of data flows for public services
CN111131182B (zh) 一种VoIP通信网络穿透装置及方法
Bongard et al. Reverse Shell via Voice (SIP, Skype)
US8160079B1 (en) Local communication agent
Grozev et al. PERC double media encryption for WebRTC 1.0 sender simulcast
Orrblad et al. Secure VoIP: call establishment and media protection

Legal Events

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

Ref document number: 07793350

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

122 Ep: pct application non-entry in european phase

Ref document number: 07793350

Country of ref document: EP

Kind code of ref document: A1