JP2009239564A - Sip telephone exchange system and sip telephone exchange method - Google Patents

Sip telephone exchange system and sip telephone exchange method Download PDF

Info

Publication number
JP2009239564A
JP2009239564A JP2008082441A JP2008082441A JP2009239564A JP 2009239564 A JP2009239564 A JP 2009239564A JP 2008082441 A JP2008082441 A JP 2008082441A JP 2008082441 A JP2008082441 A JP 2008082441A JP 2009239564 A JP2009239564 A JP 2009239564A
Authority
JP
Japan
Prior art keywords
voip terminal
media information
information
rtp
pbx
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
JP2008082441A
Other languages
Japanese (ja)
Other versions
JP5120813B2 (en
Inventor
Masanori Ishitani
雅憲 石谷
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.)
NEC Engineering Ltd
Original Assignee
NEC Engineering 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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP2008082441A priority Critical patent/JP5120813B2/en
Publication of JP2009239564A publication Critical patent/JP2009239564A/en
Application granted granted Critical
Publication of JP5120813B2 publication Critical patent/JP5120813B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To connect an all-purpose SIP instrument in an IP-PBX which cannot provide SDP information to "INVITE" as well, and to prevent a sound breakdown. <P>SOLUTION: An RTP repeating installation 104 for controlling and repeating Media for an RTP is arranged, so that when "INVITE" having no SDP information is received from an IP-PBX 103, the RTP repeating installation 104 decides Media information univocally (M1, M2) to rewrite the SDP information to M2, and "INVITE" having the SDP information is sent to a VoIP terminal 102. Further, when "200 OK" is received from the terminal 102, the Media information of the VoIP terminal 102 is associated with M2, and the SDP information is rewritten to M1 to send "200 OK" to the IP-PBX 103. When "ACK" is received, the Media information of the terminal 102 is associated with M1, so that the RTP is repeated via the RTP repeating installation 104. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明はSIP電話交換システムおよびSIP電話交換方法に関する。   The present invention relates to a SIP telephone exchange system and a SIP telephone exchange method.

近年、VoIP(Voice Over IP)技術を用いたいわゆるIP電話の利用が増加している。このVoIPシステムの呼制御方式として、SIP(Session Initiation Protocol)方式が知られており、SIPプロトコルが標準規定されているIETF(Internet Engineering Taskforce)RFC3261に従った呼設定を行なうのが主流である。   In recent years, the use of so-called IP telephones using VoIP (Voice Over IP) technology has increased. As a call control method of this VoIP system, a SIP (Session Initiation Protocol) method is known, and it is mainstream to perform call setting in accordance with IETF (Internet Engineering Taskforce) RFC3261 in which the SIP protocol is standardized.

SIP方式での呼設定を行う手順を図4と図5を用いて簡単に説明する。図4に示す端末101、102はSIPプロトコルに対応したVoIP端末であり、SIPサーバー303はSIPのメッセージを処理する呼制御用のサーバーである。なお、図示しないが、SIPプロトコルによるセッション確立を行うために必要なロケーションサーバーなどもSIPサーバー303に組み込まれているか、あるいは、別途ネットワーク上に設置されている。   A procedure for call setting in the SIP system will be briefly described with reference to FIGS. Terminals 101 and 102 shown in FIG. 4 are VoIP terminals compatible with the SIP protocol, and a SIP server 303 is a call control server for processing SIP messages. Although not shown, a location server or the like necessary for establishing a session using the SIP protocol is also incorporated in the SIP server 303 or installed on a separate network.

いま、VoIP端末101がVoIP端末102に発呼する場合について説明する。VoIP端末101は、SIPサーバー303に「INVITE」メッセージと共に、着呼先の端末ID(例えば、電話番号、ここでは102する)を送信する。このとき、VoIP端末101からの「INVITE」メッセージには、接続元情報が含まれて送信される。例えば、接続元情報として、VoIP端末101が通話するためのMediaの情報M101(実際にはIPアドレスとポート番号の組、Codec、Payload)がSDP(Service Delivery Platform)情報として設定され送信される。   Now, a case where the VoIP terminal 101 makes a call to the VoIP terminal 102 will be described. The VoIP terminal 101 transmits an incoming call destination terminal ID (for example, a telephone number, here 102) to the SIP server 303 together with an “INVITE” message. At this time, the “INVITE” message from the VoIP terminal 101 is transmitted including the connection source information. For example, Media information M101 (actually a combination of an IP address and a port number, Codec, Payload) for calling the VoIP terminal 101 is set and transmitted as SDP (Service Delivery Platform) information as connection source information.

具体的には、「INVITE 102(SDP情報 M101)」というデータが、SIPサーバー303に送出される(図5のS31)。VoIP端末101からの「INVITE」を受信したSIPサーバー303は着呼先の端末IDから着信先がVoIP端末102であると判定し、「INVITE」を中継する。このときSDP情報もそのまま中継される(図5のS32)。   Specifically, data “INVITE 102 (SDP information M101)” is sent to the SIP server 303 (S31 in FIG. 5). The SIP server 303 that has received “INVITE” from the VoIP terminal 101 determines that the destination is the VoIP terminal 102 from the terminal ID of the called party, and relays “INVITE”. At this time, the SDP information is also relayed as it is (S32 in FIG. 5).

SIPサーバー303からの「INVITE」を受信したVoIP端末102は暫定応答である「100 Trying」、「180 Ringing」をSIPサーバー303に送信する。暫定応答「100 Trying」、「180 Ringing」を受信したSIPサーバー303は発信元のVoIP端末101に該暫定応答を中継する(図5のS33)。   The VoIP terminal 102 that has received “INVITE” from the SIP server 303 transmits “100 Trying” and “180 Ringing”, which are provisional responses, to the SIP server 303. The SIP server 303 that has received the provisional responses “100 Trying” and “180 Ringing” relays the provisional responses to the VoIP terminal 101 that is the source (S33 in FIG. 5).

次に、VoIP端末102が応答することにより、応答信号「200 OK」がSIPサーバー303に送信される。このとき、VoIP端末102からの「200 OK」には接続先情報としてVoIP端末102が通話するためのMedia情報M102がSDP情報として設定され送信される。具体的には「200 OK(SDP情報 M102)」というデータが、SIPサーバー303に送信される(図5のS34)。「200 OK」を受信したSIPサーバー303はVoIP端末101に該応答信号を中継する。このときSDP情報もそのまま中継される(図5のS35)。   Next, when the VoIP terminal 102 responds, a response signal “200 OK” is transmitted to the SIP server 303. At this time, in the “200 OK” from the VoIP terminal 102, Media information M102 for the VoIP terminal 102 to make a call is set as SDP information and transmitted as connection destination information. Specifically, data “200 OK (SDP information M102)” is transmitted to the SIP server 303 (S34 in FIG. 5). The SIP server 303 that has received “200 OK” relays the response signal to the VoIP terminal 101. At this time, the SDP information is also relayed as it is (S35 in FIG. 5).

「200 OK」を受信したVoIP端末101は「ACK」をSIPサーバー303に送信し、SIPサーバー303はVoIP端末102へ「ACK」を中継する(図5のS36)。ここに至り、VoIP端末101とVoIP端末102は相互の通話先のMedia情報を交換し合ったことになる。即ち、VoIP端末102は「INVITE」でVoIP端末101のMedia情報M101を、VoIP端末101は「200 OK」でVoIP端末102のMedia情報M102を交換している。この結果、End−EndであるVoIP端末101−VoIP端末102間でセッションを確立し、VoIP端末101とVoIP端末102の間でRTPがやりとりされる。   The VoIP terminal 101 that has received “200 OK” transmits “ACK” to the SIP server 303, and the SIP server 303 relays “ACK” to the VoIP terminal 102 (S36 in FIG. 5). At this point, the VoIP terminal 101 and the VoIP terminal 102 have exchanged the media information of the other party. That is, the VoIP terminal 102 exchanges the media information M101 of the VoIP terminal 101 with “INVITE”, and the VoIP terminal 101 exchanges the media information M102 of the VoIP terminal 102 with “200 OK”. As a result, a session is established between the VoIP terminal 101 and the VoIP terminal 102 which are End-End, and RTP is exchanged between the VoIP terminal 101 and the VoIP terminal 102.

上述のSIPの呼接続手順では、発信側のVoIP端末のMedia情報を「INVITE」にSDP情報として含めて送受するのが一般的である。SIPプロトコルが標準規定されているRFC3261において、「INVITE」にSDP情報を含めることは必須とはなっていないが、現存するSIP端末やSIP-GWには「INVITE」にSDP情報が必須としている装置が数多く存在するからである。   In the SIP call connection procedure described above, the media information of the calling VoIP terminal is generally included in “INVITE” as SDP information for transmission / reception. In RFC3261 where the SIP protocol is standardized, it is not mandatory to include SDP information in "INVITE", but existing SIP terminals and SIP-GW are devices that require SDP information in "INVITE". This is because there are many.

しかし、一部のSIP対応のIP-PBXなどにおいては、PBX側端末とのMediaの通知タイミングの違いにより「INVITE」に対してSDP情報を付加できない装置も存在する。こういったIP-PBXでは「INVITE」にSDP情報を必須としないSIP端末やSIP-GWしか接続できず、マルチベンダなどでの汎用的なSIP機器の接続ができないという問題がある。   However, in some SIP-compatible IP-PBXs and the like, there are devices that cannot add SDP information to “INVITE” due to the difference in media notification timing with the PBX side terminal. Such an IP-PBX has a problem that only a SIP terminal or SIP-GW that does not require SDP information to "INVITE" can be connected, and general-purpose SIP equipment cannot be connected by a multi-vendor or the like.

このような問題を解決するため、SIP制御装置は端末から受信したSIPメッセージが接続要求を示すメッセージであり、且つ接続するに当たって必要となる接続元の情報が記述されているSDP記述文書が含まれていないと判断した場合、代替装置(SIP制御装置)を接続元としたSDP記述文書を生成して、これをSIPメッセージに付加して接続先の端末へ送信し、代替装置と接続先の端末との間で接続が確立された後に、本来の接続元である端末と接続先の端末との間で実データを直接送受信するように設定することを特徴とするSIP制御技術が公知である(例えば、特許文献1参照)。   In order to solve such a problem, the SIP control device includes an SDP description document in which the SIP message received from the terminal indicates a connection request, and information on the connection source necessary for connection is described. If it is determined that it is not, generate an SDP description document with the alternative device (SIP control device) as the connection source, add it to the SIP message and send it to the connection destination terminal. The alternative device and the connection destination terminal A SIP control technique is known in which a real data is directly transmitted and received between a terminal that is an original connection source and a terminal that is a connection destination after connection is established between For example, see Patent Document 1).

国際公開第2007/123096号パンフレット(第17頁−第19頁、図8)International Publication No. 2007/123096 Pamphlet (Pages 17-19, Figure 8)

しかしながら、特許文献1記載の技術では、接続が確立された後に接続先を変更しているため、接続確立後から接続先変更までの間に音切れが発生することになるという問題点がある。   However, since the connection destination is changed after the connection is established in the technique described in Patent Document 1, there is a problem in that sound interruption occurs between the connection establishment and the connection destination change.

これは、代替装置を音声データ受信先としたSDP記述文書に対して、接続先端末から接続元端末宛のOKレスポンスにSDP記述文書を付けてSIP制御装置へ送信し、この転送を受けた接続元端末は接続先端末宛のACKリクエストにSDP記述文書を付けてSIP制御装置へ送信し、SIP制御装置はSDP記述文書を削除したACKリクエストを接続先端末へ転送することにより接続を確立した後に、SIP制御装置は接続先端末からの音声データに対して、接続元を接続元端末に転記したSDP記述文書を接続先端末へ送信し、接続先端末が接続元端末に音声データを送信するように変更しているからである。   This is because the SDP description document with the alternative device as the voice data reception destination is sent from the connection destination terminal to the SIP controller with the SDP description document attached to the OK response addressed to the connection source terminal, and the connection that received this transfer. The source terminal attaches an SDP description document to the ACK request addressed to the connection destination terminal and sends it to the SIP control device, and the SIP control device establishes the connection by transferring the ACK request with the SDP description document deleted to the connection destination terminal. The SIP control device transmits an SDP description document in which the connection source is transferred to the connection source terminal to the connection destination terminal in response to the voice data from the connection destination terminal, and the connection destination terminal transmits the voice data to the connection source terminal. It is because it has changed to.

また、2000K前にセッションを確立するEary Mediaである183 Session Progressに対応できない(無音となる)可能性もあると思われる。   In addition, it seems that there is a possibility that 183 Session Progress, which is an Eary Media that establishes a session before 2000K, cannot be supported (silenced).

そこで、本発明の目的は、音切れを伴うことなく、「INVITE」にSDP情報を付加できなIP-PBXにおいても汎用的にSIP機器を接続できるSIP電話交換システムおよびSIP電話交換方法を提供することにある。   Accordingly, an object of the present invention is to provide a SIP telephone exchange system and a SIP telephone exchange method that can connect a SIP device for general use even in an IP-PBX in which SDP information cannot be added to "INVITE" without interruption of sound. There is.

本発明のIP電話交換システムは、SIPを用いたIP電話交換システムにおいて、IP-PBXのPBX網側に収容されたVoIP端末とIP-PBXのSIP網側に収容されたVoIP端末の間の通話時のRTPを中継する機能と、VoIP端末および自身のIPアドレスとポート番号から成るMedia情報を管理する機能と、発側VoIP端末からSDP情報なしの「INVITE」を受信した時に自身の発側および着側のMedia情報を一意に決定してSDP情報を設定し、SDP情報ありの「INVITE」を着側VoIP端末へ送信する機能と、「INVITE」の送信に対する「200 OK」に基づいて通知されるVoIP端末のMedia情報と決定したMedia情報とを関連付けてRTPを中継する機能を有するRTP中継装置をSIP網側に配備したことを特徴とする。   The IP telephone exchange system according to the present invention is a call between a VoIP terminal accommodated on the PBX network side of the IP-PBX and a VoIP terminal accommodated on the SIP network side of the IP-PBX in an IP telephone exchange system using SIP. A function to relay the RTP of the time, a function to manage the VoIP terminal and Media information consisting of its own IP address and port number, and when receiving "INVITE" without SDP information from the calling VoIP terminal, Notification is made based on the function to uniquely determine the media information on the called side, set SDP information, and send “INVITE” with SDP information to the called VoIP terminal, and “200 OK” for sending “INVITE”. An RTP relay device having a function of relaying RTP by associating Media information of a VoIP terminal with the determined Media information is provided on the SIP network side.

そして、IP-PBXは、RTP中継装置により着側VoIP端末からの「200 OK」の転送を受けると、発側のMedia情報を当該発側VoIP端末のMedia情報、着側のMedia情報を「200 OK」に付加されているMedia情報とするMedia交換を発側VoIP端末との間で行い、当該発側VoIP端末のMedia情報をSDP情報に設定した「ACK」をRTP中継装置へ送信する。   When the IP-PBX receives the "200 OK" transfer from the called VoIP terminal by the RTP relay device, the calling-side Media information is set to the calling-side VoIP terminal Media information, and the called-side Media information is set to "200". Media exchange as Media information added to “OK” is performed with the originating VoIP terminal, and “ACK” in which the Media information of the originating VoIP terminal is set as SDP information is transmitted to the RTP relay device.

また、本発明のIP電話交換方法は、SIPを用いたIP電話交換方法において、発側VoIP端末からSDP情報なしの「INVITE」を受信した時に自身の発側および着側のMedia情報を一意に決定してSDP情報を設定し、SDP情報ありの「INVITE」を着側VoIP端末へ送信する段階と、「INVITE」の送信に対する着側VoIP端末からの「200 OK」に付加されているMedia情報と決定した着側のMedia情報とを関連付ける段階と、決定した発側のMedia情報を付加した「200 OK」をIP-PBX経由で発側VoIP端末へ送信する段階と、発側のMedia情報を当該発側VoIP端末のMedia情報、着側のMedia情報を「200 OK」に付加されているMedia情報とするMedia交換をIP-PBXと発側VoIP端末との間で行い、当該発側VoIP端末のMedia情報をSDP情報として付加した「ACK」をRTP中継装置へ送信する段階と、「ACK」に付加されているMedia情報と決定した発側のMedia情報とを関連付ける段階と、2つのMedia情報の関連付けによりRTPを発側VoIP端末と着側VoIP端末の間で中継する段階とを有することを特徴とする。   In addition, the IP telephone exchange method of the present invention, in the IP telephone exchange method using SIP, when the "INVITE" without SDP information is received from the calling side VoIP terminal, the media information of the calling side and the called side is uniquely determined. Decide and set SDP information, send "INVITE" with SDP information to the destination VoIP terminal, and Media information added to "200 OK" from the destination VoIP terminal for sending "INVITE" To the callee media information determined, to send “200 OK” with the determined callee media information added via IP-PBX to the caller VoIP terminal, Media exchange is performed between the IP-PBX and the originating VoIP terminal, with the media information of the originating VoIP terminal and the media information of the terminating side added to "200 OK", and the originating VoIP terminal Of sending “ACK” with the added Media information as SDP information to the RTP relay device, and the Media information added to “ACK” A step of associating the calling side Media information determined, and having a step of relaying the RTP between the originating VoIP terminal and the callee VoIP terminal by associating two Media Information.

本発明では、IP-PBXの接続先にRTP中継装置を配することで、端末同士のMediaの交換前であっても一意にMedia情報を決定し「INVITE」にSDP情報を付加させると共に、通話時のRTPの流れを発信端末―RTP中継装置―着信端末とRTP中継装置を介して中継させることを特徴としている。   In the present invention, by arranging an RTP relay device at the connection destination of IP-PBX, media information is uniquely determined even before the exchange of media between terminals, and SDP information is added to "INVITE" It is characterized in that the RTP flow at the time is relayed through the transmitting terminal—the RTP relay device—the receiving terminal and the RTP relay device.

本発明の第1の効果は、RTP中継装置を介することにより、RTP中継装置で管理しているMedia情報を用いて「INVITE」にSDP情報を付加させることが可能となるため、「INVITE」にSDP情報を付加できないIP-PBXにおいても、汎用的なSIP機器との接続が可能になるということである。   The first effect of the present invention is that it is possible to add SDP information to “INVITE” using Media information managed by the RTP relay device through the RTP relay device. This means that even an IP-PBX that cannot add SDP information can be connected to a general-purpose SIP device.

また、本発明の第2の効果は、SDP情報の付加をRTP中継装置で行なうため、通話の音切れが無いということである。   Further, the second effect of the present invention is that there is no interruption in the sound of a call because the addition of SDP information is performed by the RTP relay device.

次に、本発明の実施の形態について図面を参照して詳細に説明する。   Next, embodiments of the present invention will be described in detail with reference to the drawings.

[構成の説明]
図1を参照すると、本発明のIP電話交換システムの実施例1が示されている。図1において、IP-PBX103はSIPに対応しているIP-PBXであるが、「INVITE」にはSDP情報が付加されず、「200 OK」、「ACK」にてMedia情報の交換を行うIP-PBXである。なお、IP-PBXはSIPサーバーであってもよい。
[Description of configuration]
Referring to FIG. 1, a first embodiment of the IP telephone switching system of the present invention is shown. In FIG. 1, IP-PBX 103 is an IP-PBX that supports SIP, but SDP information is not added to “INVITE”, and media information is exchanged by “200 OK” and “ACK”. -PBX. The IP-PBX may be a SIP server.

VoIP端末101はIP-PBX103のPBX網1側に収容されている。通話のためのMedia情報は「M101」を使用するものとする。VoIP端末102は、「INVITE」にSDP情報を必須とする端末であって、IP-PBX103のSIP網2側に収容されており、IP-PBX103にレジストレーションしている。通話のためにはMedia情報「M102」を使用するものとする。   The VoIP terminal 101 is accommodated on the PBX network 1 side of the IP-PBX 103. It is assumed that “M101” is used as media information for a call. The VoIP terminal 102 is a terminal that requires SDP information for “INVITE”, is accommodated on the SIP network 2 side of the IP-PBX 103, and is registered with the IP-PBX 103. Assume that Media information “M102” is used for a call.

IP-PBX103は、SIP網2側への着信があった場合、RTP中継装置104に対して「INVITE」を送信する。SIP網2側への着信とは、図1の構成においては、VoIP端末102へ着信するケースである。また、IP-PBX103は、RTP中継装置104から「200 OK」を受信すると、受信したSDP情報「M1」を元にVoIP端末101とMedia情報の交換を行う。VoIP端末101とのMedia情報の交換が完了したIP-PBX103は、VoIP端末101のMedia情報「M101」をSDP情報に設定し、RTP中継装置104に「ACK」を送信する。   The IP-PBX 103 transmits “INVITE” to the RTP relay device 104 when there is an incoming call to the SIP network 2 side. The incoming call to the SIP network 2 side is a case where the incoming call arrives at the VoIP terminal 102 in the configuration of FIG. Further, upon receiving “200 OK” from the RTP relay apparatus 104, the IP-PBX 103 exchanges Media information with the VoIP terminal 101 based on the received SDP information “M1”. The IP-PBX 103 that has completed the exchange of Media information with the VoIP terminal 101 sets the Media information “M101” of the VoIP terminal 101 as SDP information, and transmits “ACK” to the RTP relay apparatus 104.

RTP中継装置104は自身でMedia情報(M1、M2)を管理しており、そのMedia情報に基づくセッションをはり、RTPを中継する機能を有する。また、RTP中継装置104はSIPメッセージのSDP情報を編集する機能を有する。RTP中継装置104はIP-PBX103に登録されている。この登録方法は局データであっても、レジストレーションによる登録でもよい。   The RTP relay device 104 manages Media information (M1, M2) by itself, and has a function of relaying RTP by establishing a session based on the Media information. The RTP relay device 104 has a function of editing SDP information of the SIP message. The RTP relay device 104 is registered in the IP-PBX 103. This registration method may be station data or registration by registration.

VoIP端末101から「INVITE」を受信したRTP中継装置104は、管理しているMedia情報から発側、着側で使用する2つのMedia情報(M1、M2)を決定し、着側のMedia情報「M2」を元に受信した「INVITE」にSDP情報を付加し、VoIP端末102へ送信する。   The RTP relay device 104 that has received “INVITE” from the VoIP terminal 101 determines two Media information (M1, M2) to be used on the calling side and the called side from the managed Media information, and receives the called Media information “ SDP information is added to “INVITE” received based on “M2” and transmitted to the VoIP terminal 102.

VoIP端末102から「200 OK」を受信したRTP中継装置104は、SDP情報から「M102」を抽出し、先に決定した着側のMedia情報「M2」と関連付けを行う。次に、RTP中継装置104は受信した「200 OK」のSDP情報に含まれるMedia情報「M102」を先に決定した発側のMedia情報「M1」に書き換えて、IP-PBX103に送信する。   The RTP relay apparatus 104 that has received “200 OK” from the VoIP terminal 102 extracts “M102” from the SDP information and associates it with the previously determined destination media information “M2”. Next, the RTP relay device 104 rewrites the media information “M102” included in the received “200 OK” SDP information with the previously determined source media information “M1” and transmits it to the IP-PBX 103.

VoIP端末102から「ACK」を受信したRTP中継装置104は、SDP情報からMedia情報「M101」を抽出し、先に決定した発側のMedia情報「M1」と関連付けを行う。
[動作の説明]
次に、以上のように構成された本IP電話システムの動作について、図2に示すシーケンス図を参照しながら説明する。
The RTP relay apparatus 104 that has received “ACK” from the VoIP terminal 102 extracts Media information “M101” from the SDP information, and associates it with the previously determined originating Media information “M1”.
[Description of operation]
Next, the operation of the IP telephone system configured as described above will be described with reference to the sequence diagram shown in FIG.

VoIP端末101から呼設定要求を受信したIP-PBX103は「INVITE」を生成する。このとき、端末101のMedia情報交換前のため、「INVITE」にSDP情報は付加されない。IP-PBX103は着信先がSIP網2のVoIP端末102であるため、生成した「INVITE」をRTP中継装置104に送信する(S11)。   The IP-PBX 103 that has received the call setting request from the VoIP terminal 101 generates “INVITE”. At this time, the SDP information is not added to “INVITE” because the media information is not exchanged in the terminal 101. Since the destination is the VoIP terminal 102 of the SIP network 2, the IP-PBX 103 transmits the generated “INVITE” to the RTP relay device 104 (S11).

「INVITE」を受信したRTP中継装置104は管理しているMedia情報から発側、着側で使用する2つのMedia情報(M1、M2)を決定する(S12)。ここで決定するMedia情報とは、TP(Trasport Protcol)を受信するためのIPアドレス(RTP中継装置104のIPアドレスとポート番号)である。   The RTP relay apparatus 104 that has received “INVITE” determines two pieces of Media information (M1, M2) to be used on the calling side and the called side from the managed Media information (S12). The media information determined here is an IP address (IP address and port number of the RTP relay device 104) for receiving a TP (Trasport Protocol).

RTP中継装置104は、S12で決定した着側のMedia情報「M2」を元に受信した「INVITE」にSDP情報を付加し、VoIP端末102へ送信する(S13)。「INVITE」を受信したVoIP端末102は、「100 Trying」、「180 Ringing」の暫定応答を返信した後、VoIP端末102が応答することにより、「200 OK」がRTP中継装置104に返信される。この「200 OK」には、VoIP端末102のMedia情報である「M102」がSDP情報に含まれる(S14)。Media情報「M102」は、一般的には、VoIP端末102のIPアドレスとポート番号である。   The RTP relay device 104 adds the SDP information to the “INVITE” received based on the media information “M2” on the called side determined in S12, and transmits it to the VoIP terminal 102 (S13). The VoIP terminal 102 that has received “INVITE” returns provisional responses of “100 Trying” and “180 Ringing” and then returns “200 OK” to the RTP relay device 104 when the VoIP terminal 102 responds. . This “200 OK” includes “M102”, which is Media information of the VoIP terminal 102, in the SDP information (S14). Media information “M102” is generally the IP address and port number of the VoIP terminal 102.

「200 OK」を受信したRTP中継装置104は、SDP情報から「M102」を抽出し、S12で決定した着側のMedia情報「M2」と関連付けを行う(S15)。次に、RTP中継装置104は受信した「200 OK」のSDP情報に含まれるMedia情報「M102」をS12で決定した発側のMedia情報「M1」に書き換えて、IP-PBX103に送信する(S16)。   The RTP relay apparatus 104 that has received “200 OK” extracts “M102” from the SDP information and associates it with the called-side Media information “M2” determined in S12 (S15). Next, the RTP relay device 104 rewrites the media information “M102” included in the received “200 OK” SDP information with the originating side media information “M1” determined in S12, and transmits it to the IP-PBX 103 (S16). ).

IP-PBX103は受信した「200 OK」のSDP情報「M1」を元にVoIP端末101とMedia情報の交換を行う(S17)。VoIP端末101とのMedia情報の交換が完了したIP-PBX103は、VoIP端末101のMedia情報「M101」をSDP情報に設定し、RTP中継装置104に「ACK」を送信する(S18)。   The IP-PBX 103 exchanges Media information with the VoIP terminal 101 based on the received SDP information “M1” of “200 OK” (S17). The IP-PBX 103 that has completed the exchange of Media information with the VoIP terminal 101 sets the Media information “M101” of the VoIP terminal 101 as SDP information, and transmits “ACK” to the RTP relay apparatus 104 (S18).

「ACK」を受信したRTP中継装置104はSDP情報からMedia情報「M101」を抽出し、S12で決定した発側のMedia情報「M1」と関連付けを行う(S19)。上述のような手順を踏むことで、端末101は相手先Media情報「M1」、VoIP端末102は相手先Media情報「M2」に対してRTPの送信を行うことになる。   The RTP relay apparatus 104 that has received “ACK” extracts the media information “M101” from the SDP information, and associates it with the originating side media information “M1” determined in S12 (S19). By following the procedure as described above, the terminal 101 transmits RTP to the destination Media information “M1”, and the VoIP terminal 102 transmits RTP to the destination Media information “M2”.

実際にMedia情報「M1」、「M2」に設定しているIPアドレスはRTP中継装置104のIPアドレスであるため、端末101、102ともにRTP中継装置104に対してRTPを送信することになる。RTP中継装置104はS2で決定したMedia情報「M1」とMedia情報「M2」間のセッションを張り、RTPを中継する。   Since the IP addresses actually set in the media information “M1” and “M2” are the IP addresses of the RTP relay device 104, both the terminals 101 and 102 transmit RTP to the RTP relay device 104. The RTP relay device 104 establishes a session between the media information “M1” and the media information “M2” determined in S2, and relays the RTP.

具体的には、Media情報「M1」に中継されてきたRTPをS15で関連付けを行った「M102」に中継する。即ち、VoIP端末101→M1→M2→M102(VoIP端末102)とRTPが伝達されることになる。また、Media情報「M2」に中継されてきたRTPをS19で関連付けを行った「M101」に中継する。即ち、VoIP端末102→M2→M1→M101(VoIP端末101)とRTPが伝達されることになる。   Specifically, the RTP relayed to the media information “M1” is relayed to “M102” associated in S15. That is, VoIP terminal 101 → M1 → M2 → M102 (VoIP terminal 102) and RTP are transmitted. Further, the RTP relayed to the media information “M2” is relayed to “M101” associated in S19. That is, RTP is transmitted as VoIP terminal 102 → M2 → M1 → M101 (VoIP terminal 101).

このように、RTP中継装置104を介すことで「INVITE」にSDP情報を付加することが可能となっているので、「INVITE」にSDP情報を付加できないIP-PBX103であっても「INVITE」にSDP情報を必須としている端末103と接続することができる。   In this way, since it is possible to add SDP information to “INVITE” via the RTP relay device 104, even if the IP-PBX 103 cannot add SDP information to “INVITE”, “INVITE” It is possible to connect to a terminal 103 that requires SDP information.

そして、本発明では、実際に音声データをやり取りするRTP中継装置104のMedia情報「M1」とMedia情報「M2」をSDP情報として付加して接続を確立するため、音切れ等が発生することがない。また、Eary Mediaに関しても、RTP中継装置104で180 Ringingに変換をかける等の方法で無音となることを回避すること可能である。   In the present invention, since the media information “M1” and the media information “M2” of the RTP relay device 104 that actually exchanges audio data are added as SDP information to establish a connection, sound interruption or the like may occur. Absent. In addition, regarding Eary Media, it is possible to avoid silence by a method such as conversion to 180 Ringing by the RTP relay device 104.

更には、本実施例では、RTP中継装置104はRTPを中継するだけの装置として記載しているが、内部でMediaの変換も行えるような仕組みを持つ装置と位置づけるならば、各端末やネットワークによりCodecやPayloadが異なっていた場合でも問題なく接続が可能となる。   Furthermore, in this embodiment, the RTP relay device 104 is described as a device that only relays RTP. However, if the RTP relay device 104 is positioned as a device having a mechanism that can also perform media conversion internally, it depends on each terminal or network. Even if Codec and Payload are different, connection is possible without problems.

しかも、End−EndでRTPの送受を行っていた通話がRTP中継装置104を介すことになるので、End−Endの端末に録音機能がない端末であってもRTP中継装置104で通話を録音するといった使い方も可能である。   Moreover, since the call that was sending and receiving RTP at End-End goes through RTP relay device 104, even if the end-end terminal does not have a recording function, the call is recorded by RTP relay device 104. You can also use it.

なお、上記実施例では、RTP中継装置104を一装置としているが、IP-PBX103内の一モジュールとしてもよい。   In the above embodiment, the RTP relay device 104 is a single device, but may be a single module in the IP-PBX 103.

IP-PBX103とRTP中継装置104にSDP情報の有無を判断する機能を付加することにより、VoIP端末101からSDP情報が付加された「INVITE」を受信した場合であっても適用可能なSIP電話交換システムとすることができる。「INVITE」にSDP情報が付加されている場合のシーケンス図を図3に示す。   SIP telephone exchange that can be applied even when receiving "INVITE" with SDP information added from VoIP terminal 101 by adding a function to determine the presence or absence of SDP information to IP-PBX103 and RTP relay device 104 It can be a system. FIG. 3 shows a sequence diagram when SDP information is added to “INVITE”.

このSIP電話交換システムにおけるSIPサーバー203は、VoIP端末101からSDP情報が付加されていない呼設定要求を受信した場合は、IP-PBX103と同じ機能となる。一方、VoIP端末101から受信した「INVITE」に、VoIP端末101のMedia情報「M101」を含むSDP情報が付加されている場合には、SDP情報をそのままRTP中継装置104に中継する(図3のS21)。また、図2におけるMedia交換(S17)はなく、RTP中継装置204から受信した(図3のS27)「200 OK」のSDP情報「M1」をそのままVoIP端末101へ転送する(図3のS28)。この後は、VoIP端末101→IP-SIPサーバー203→RTP中継装置104→VoIP端末102というように「ACK」が流れ、VoIP端末101とVoIP端末102の間でRTP中継装置204を中継した通話が行なわれる。   The SIP server 203 in this SIP telephone switching system has the same function as the IP-PBX 103 when it receives a call setting request to which no SDP information is added from the VoIP terminal 101. On the other hand, when SDP information including Media information “M101” of VoIP terminal 101 is added to “INVITE” received from VoIP terminal 101, the SDP information is directly relayed to RTP relay apparatus 104 (FIG. 3). S21). Also, there is no Media exchange (S17) in FIG. 2, and SDP information “M1” of “200 OK” received from the RTP relay device 204 (S27 in FIG. 3) is directly transferred to the VoIP terminal 101 (S28 in FIG. 3). . After this, “ACK” flows as follows: VoIP terminal 101 → IP-SIP server 203 → RTP relay device 104 → VoIP terminal 102, and a call that relays RTP relay device 204 between VoIP terminal 101 and VoIP terminal 102 Done.

また、このSIP電話交換システムにおけるRTP中継装置204は、SIPサーバー203から受信した「INVITE」にSDP情報が付加されていない場合には、RTP中継装置104と同じ機能となる。一方、SDP情報が付加されている場合には、管理しているMedia情報から発側、着側で使用する2つのMedia情報(M1、M2)を決定する(図3のS22)上に、図2のS19と同様に、SDP情報からMedia情報「M101」を抽出し、決定した発側のMedia情報「M1」と関連付けを行い(S23)、図2のS13と同様に、決定した着側のMedia情報「M2」を元に受信した「INVITE」にSDP情報を付加し、VoIP端末102へ送信する(S24)。   Further, the RTP relay device 204 in this SIP telephone exchange system has the same function as the RTP relay device 104 when the SDP information is not added to the “INVITE” received from the SIP server 203. On the other hand, when SDP information is added, two Media information (M1, M2) to be used on the calling side and the called side are determined from the managed Media information (S22 in FIG. 3). As in S19 of 2, the media information “M101” is extracted from the SDP information, and is associated with the determined media information “M1” of the originating side (S23). Similar to S13 of FIG. SDP information is added to “INVITE” received based on Media information “M2” and transmitted to VoIP terminal 102 (S24).

残余の処理S25、S26は、図2におけるS14、S15と同じである。   The remaining processes S25 and S26 are the same as S14 and S15 in FIG.

本発明のVoIP電話システムのブロック図Block diagram of VoIP telephone system of the present invention 図1に示したVoIP電話システムの動作を示すシーケンス図Sequence diagram showing the operation of the VoIP telephone system shown in FIG. 本発明の他のVoIP電話システムの一動作を示すシーケンス図Sequence diagram showing one operation of another VoIP telephone system of the present invention 従来のVoIP電話システムの一例を示すブロック図Block diagram showing an example of a conventional VoIP telephone system 図4に示したVoIP電話システムの動作を示すシーケンス図Sequence diagram showing the operation of the VoIP telephone system shown in FIG.

符号の説明Explanation of symbols

1 PBX網
2 SIP網
101,102 VoIP端末
103 IP-PBX
104 RTP中継装置
203 SIPサーバー
1 PBX network 2 SIP network
101,102 VoIP terminal
103 IP-PBX
104 RTP relay equipment
203 SIP server

Claims (6)

SIPを用いたIP電話交換システムにおいて、
IP-PBXのPBX網側に収容されたVoIP端末と前記IP-PBXのSIP網側に収容されたVoIP端末の間の通話時のRTPを中継する機能と、
前記VoIP端末および自身のIPアドレスとポート番号から成るMedia情報を管理する機能と、
発側VoIP端末からSDP情報なしの「INVITE」を受信した時に自身の発側および着側のMedia情報を一意に決定してSDP情報を設定し、SDP情報ありの「INVITE」を着側VoIP端末へ送信する機能と、
前記「INVITE」の送信に対する「200 OK」に基づいて通知される前記VoIP端末のMedia情報と前記決定したMedia情報とを関連付けて前記RTPを中継する機能を有するRTP中継装置を前記SIP網側に配備したことを特徴とするIP電話交換システム。
In an IP telephone switching system using SIP,
A function of relaying RTP during a call between a VoIP terminal accommodated on the PBX network side of the IP-PBX and a VoIP terminal accommodated on the SIP network side of the IP-PBX;
A function for managing Media information including the VoIP terminal and its own IP address and port number;
When “INVITE” without SDP information is received from the calling VoIP terminal, the media information of the calling and called parties is uniquely determined and SDP information is set, and “INVITE” with SDP information is set to the called VoIP terminal. With the ability to send to
An RTP relay device having a function of relaying the RTP by associating the Media information of the VoIP terminal notified based on “200 OK” for the transmission of the “INVITE” and the determined Media information on the SIP network side An IP telephone switching system characterized by its deployment.
前記IP-PBXは、前記RTP中継装置により前記着側VoIP端末からの前記「200 OK」の転送を受けると、発側のMedia情報を当該発側VoIP端末のMedia情報、着側のMedia情報を前記「200 OK」に付加されているMedia情報とするMedia交換を前記発側VoIP端末との間で行い、当該発側VoIP端末のMedia情報をSDP情報に設定した「ACK」を前記RTP中継装置へ送信することを特徴とする請求項1に記載のIP電話交換システム。   When the IP-PBX receives the “200 OK” transfer from the destination VoIP terminal by the RTP relay device, the IP-PBX displays the media information of the calling side VoIP terminal, the media information of the calling side VoIP terminal, and the media information of the destination side. Media exchange as Media information added to the “200 OK” is performed with the originating VoIP terminal, and “ACK” in which the Media information of the originating VoIP terminal is set as SDP information is used as the RTP relay device The IP telephone switching system according to claim 1, wherein the IP telephone switching system transmits to the IP telephone. 前記IP-PBX103およびRTP中継装置104にSDP情報の有無を判断する機能を付加したことを特徴とする請求項1または請求項2に記載のIP電話交換システム。   The IP telephone exchange system according to claim 1 or 2, wherein a function for determining the presence or absence of SDP information is added to the IP-PBX 103 and the RTP relay device 104. 前記IP-PBXをSIPサーバーで代替することを特徴とする請求項1〜請求項3に記載のIP電話交換システム。   4. The IP telephone exchange system according to claim 1, wherein the IP-PBX is replaced with a SIP server. 前記RTP中継装置は、中継するRTPを録音する録音機能を有することを特徴とする請求項1〜請求項4に記載のIP電話交換システム。   The IP telephone exchange system according to claim 1, wherein the RTP relay device has a recording function for recording RTP to be relayed. SIPを用いたIP電話交換方法において、
発側VoIP端末からSDP情報なしの「INVITE」を受信した時に自身の発側および着側のMedia情報を一意に決定してSDP情報を設定し、SDP情報ありの「INVITE」を着側VoIP端末へ送信する段階と、
前記「INVITE」の送信に対する前記着側VoIP端末からの「200 OK」に付加されているMedia情報と前記決定した着側のMedia情報とを関連付ける段階と、
前記決定した発側のMedia情報を付加した「200 OK」を前記IP-PBX経由で前記発側VoIP端末へ送信する段階と、
発側のMedia情報を当該発側VoIP端末のMedia情報、着側のMedia情報を前記「200 OK」に付加されているMedia情報とするMedia交換を前記IP-PBXと前記発側VoIP端末との間で行い、当該発側VoIP端末のMedia情報をSDP情報として付加した「ACK」を前記RTP中継装置へ送信する段階と、
前記「ACK」に付加されているMedia情報と前記決定した発側のMedia情報とを関連付ける段階と、
前記2つのMedia情報の関連付けにより前記RTPを前記発側VoIP端末と前記着側VoIP端末の間で中継する段階とを有することを特徴とするIP電話交換方法。
In the IP telephone exchange method using SIP,
When “INVITE” without SDP information is received from the calling VoIP terminal, the media information of the calling and called parties is uniquely determined and SDP information is set, and “INVITE” with SDP information is set to the called VoIP terminal. Sending to
Associating the media information added to "200 OK" from the destination VoIP terminal with respect to the transmission of the "INVITE" and the determined destination media information;
Sending `` 200 OK '' to which the determined calling side Media information is added to the calling side VoIP terminal via the IP-PBX;
Media exchange between the IP-PBX and the originating VoIP terminal is performed by using the originating Media information as the Media information of the originating VoIP terminal and the terminating Media information as the Media information added to the “200 OK”. Transmitting `` ACK '' with the media information of the calling VoIP terminal added as SDP information to the RTP relay device,
Associating the media information added to the "ACK" with the determined originating media information;
An IP telephone exchange method comprising: relaying the RTP between the calling VoIP terminal and the called VoIP terminal by associating the two Media information.
JP2008082441A 2008-03-27 2008-03-27 SIP telephone exchange system and SIP telephone exchange method Active JP5120813B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008082441A JP5120813B2 (en) 2008-03-27 2008-03-27 SIP telephone exchange system and SIP telephone exchange method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008082441A JP5120813B2 (en) 2008-03-27 2008-03-27 SIP telephone exchange system and SIP telephone exchange method

Publications (2)

Publication Number Publication Date
JP2009239564A true JP2009239564A (en) 2009-10-15
JP5120813B2 JP5120813B2 (en) 2013-01-16

Family

ID=41253001

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008082441A Active JP5120813B2 (en) 2008-03-27 2008-03-27 SIP telephone exchange system and SIP telephone exchange method

Country Status (1)

Country Link
JP (1) JP5120813B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015043511A (en) * 2013-08-26 2015-03-05 株式会社Nttドコモ Communication control apparatus and communication control method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007049415A (en) * 2005-08-10 2007-02-22 Nec Engineering Ltd Voice data conversion apparatus, network system, and control method and program
WO2007123096A1 (en) * 2006-04-19 2007-11-01 Nec Corporation Sip controller, sip controlling method, and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007049415A (en) * 2005-08-10 2007-02-22 Nec Engineering Ltd Voice data conversion apparatus, network system, and control method and program
WO2007123096A1 (en) * 2006-04-19 2007-11-01 Nec Corporation Sip controller, sip controlling method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015043511A (en) * 2013-08-26 2015-03-05 株式会社Nttドコモ Communication control apparatus and communication control method

Also Published As

Publication number Publication date
JP5120813B2 (en) 2013-01-16

Similar Documents

Publication Publication Date Title
JP4874993B2 (en) Facilitating early media in communication systems
JP2007318343A (en) Gateway device and renegotiation method
JP2004135329A (en) Internet phone provided with ringback tone generating apparatus, and ringback tone transmission method for the same
JP4940335B2 (en) Telephone exchange apparatus, telephone terminal, and control method used in telephone system
US7508821B2 (en) Method for setting up a data connection between terminal devices
JP4795027B2 (en) Communication apparatus and communication system
US20090110171A1 (en) Properly playing in-band tones before call establishment when performing protocol interworking
KR101307751B1 (en) System and method for preventing first call loss on mvoip
JP2011091661A (en) Telephone apparatus and telephone method
KR101069530B1 (en) Apparatus and method for terminating call&#39;s bearer control, and multimedia information providing service system and method in NGN
JP4564881B2 (en) Voice communication system
JP5120813B2 (en) SIP telephone exchange system and SIP telephone exchange method
JP5023210B2 (en) Telephone system, call control server device, and communication connection method
US20080069311A1 (en) Recording calls in a telecommunication network
JP2006352543A (en) Sip telephone exchange system
EP2289253B1 (en) Method for achieving a call -waiting functionality in a communication network.
CN101459872A (en) Method for updating media after answering by single session customized ring back tone and color video service
KR100809398B1 (en) Method and system for transmitting SMS for VoIP service supproting Multi-protocol
JP4335037B2 (en) Interworking device
JP2005269165A (en) Ip phone
JP2004173051A (en) VoIP PACKET INFORMATION STORAGE SYSTEM
KR100912201B1 (en) Fax call processing method and device by megaco protocol
KR101208119B1 (en) System and method for video communication service based on sip using smart card
JP5046007B2 (en) IP telephone equipment
TWM393936U (en) System for detecting disability on packets

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120713

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120719

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120911

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120927

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121015

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151102

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5120813

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350