JP2006333291A - Ip telephone system - Google Patents

Ip telephone system Download PDF

Info

Publication number
JP2006333291A
JP2006333291A JP2005156750A JP2005156750A JP2006333291A JP 2006333291 A JP2006333291 A JP 2006333291A JP 2005156750 A JP2005156750 A JP 2005156750A JP 2005156750 A JP2005156750 A JP 2005156750A JP 2006333291 A JP2006333291 A JP 2006333291A
Authority
JP
Japan
Prior art keywords
call
telephone
sip
session
retransmission
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.)
Pending
Application number
JP2005156750A
Other languages
Japanese (ja)
Inventor
Hidenobu Ueki
英伸 上木
Keiji Egashira
慶治 江頭
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2005156750A priority Critical patent/JP2006333291A/en
Publication of JP2006333291A publication Critical patent/JP2006333291A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)
  • Telephonic Communication Services (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an IP telephone system which will discard a session under execution of a retransmission process and shifts to call processing using the same session, when a call request is generated during the execution of the retransmission process. <P>SOLUTION: The hand set of an operation part 202 is made into offhook by the user of an IP telephone 101, and a recall request signal is outputted to an IP telephone control part 211 during the execution of retransmission processing of a "BYE" command for 'a period of 32 seconds' by the IP telephone 101, the retransmission processing of the "BYE" command under execution is interrupted. In this time, the IP telephone 101 discards the session used by the retransmission processing, namely, erase the session ID stored in a built-in memory. Then, the IP telephone 101 shifts to recall processing, according to the inputted recall request signal and transmits an "INVITE" command to an SIP server 104, by using the same session ID which has previously been discarded. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明はIP電話装置に関し、特に、音声通話サービスを提供するIP電話装置に関する。   The present invention relates to an IP telephone apparatus, and more particularly to an IP telephone apparatus that provides a voice call service.

従来、SIP(Session Initiation Protocol)を利用するIP電話装置では、交換機を介した一般公衆電話装置(以下、PSTN電話装置という)と同じ動作をすることが、電話という性質上求められている。   2. Description of the Related Art Conventionally, an IP telephone apparatus using SIP (Session Initiation Protocol) is required to operate in the same manner as a general public telephone apparatus (hereinafter referred to as a PSTN telephone apparatus) via an exchange because of the nature of a telephone.

しかし、IP電話装置の実際の動作は、相手IP電話装置との間で「要求−応答」というコマンド授受の関係を保ちながら行われており、発着呼→通話→終話という通話に関わる動作が相手IP電話装置との間で同期を取りながら状態が遷移されている。   However, the actual operation of the IP telephone apparatus is performed while maintaining the command transmission / reception relationship of “request-response” with the other IP telephone apparatus, and the operation related to the call of incoming / outgoing call → call → end call is performed. The state is changed while synchronizing with the other party IP telephone apparatus.

また、SIPを利用するIP電話装置の動作は、RFC3261(非特許文献1)の「SIP」プロトコルで規定されている。この「SIP」プロトコルでは、例えば、IP電話装置のユーザが通話終了時に受話器をオンフックすると、当該IP電話装置からは「BYE」コマンドが相手IP電話装置に送信され、相手IP電話装置から「200OK」コマンドが応答されることにより、当該通話処理が完了する。   The operation of an IP telephone device using SIP is defined by the “SIP” protocol of RFC3261 (Non-patent Document 1). In this “SIP” protocol, for example, when a user of an IP telephone device goes on-hook at the end of a call, a “BYE” command is transmitted from the IP telephone device to the partner IP phone device, and “200 OK” is transmitted from the partner IP phone device. The call processing is completed when the command is responded.

さらに、「SIP」プロトコルでは、「BYE」コマンドを送信した相手IP電話装置から応答される「200OK」コマンドが受信できない等の障害が発生した場合に再送手順を規定している。このような終話時の再送手順の具体例について、図4に示すフロー図を参照して説明する。図4は、IP電話装置である端末A,B間でSIPサーバを介して実行される終話時の再送手順を示している。   Further, in the “SIP” protocol, a retransmission procedure is defined when a failure occurs such that the “200 OK” command returned from the counterpart IP telephone apparatus that transmitted the “BYE” command cannot be received. A specific example of the retransmission procedure at the end of the call will be described with reference to the flowchart shown in FIG. FIG. 4 shows a retransmission procedure at the end of the call executed between the terminals A and B, which are IP telephone devices, via the SIP server.

図4において、端末A側でユーザがオンフックすると、端末Aから「BYE」コマンドがSIPサーバを介して端末Bに送信される。端末Bでは、「BYE」コマンドに応答する「200OK」コマンドがSIPサーバに送信される。そして、SIPサーバから「200OK」コマンドが端末Aに送信される際に、SIPサーバと端末A間の回線障害等により「200OK」コマンドが端末Aに届かないと、端末Aでは、「200OK」コマンドを受信するまで<32秒間>の「BYE」コマンドの再送手順が開始される。
RFC3261 “Session Initiation Protocol”June,2002
In FIG. 4, when the user goes on-hook on the terminal A side, a “BYE” command is transmitted from the terminal A to the terminal B via the SIP server. In the terminal B, a “200 OK” command in response to the “BYE” command is transmitted to the SIP server. Then, when the “200 OK” command is transmitted from the SIP server to the terminal A, if the “200 OK” command does not reach the terminal A due to a line failure between the SIP server and the terminal A, the terminal A performs the “200 OK” command. The “BYE” command resending procedure for <32 seconds> is started until it is received.
RFC3261 “Session Initiation Protocol” June, 2002

しかしながら、上記のようにIP電話装置間において「SIP」プロトコルによる再送手順が実行される際には、以下のような問題が発生する。例えば、図4に示すように、再送手順が実行されている最中に、ユーザによりオフフック操作が行われて、新たに発呼処理を行おうとした場合は、再送手順が実行中である為、再発呼処理を実行することはできないという問題が発生する。   However, when the retransmission procedure according to the “SIP” protocol is executed between IP telephone apparatuses as described above, the following problems occur. For example, as shown in FIG. 4, when a user performs an off-hook operation while a retransmission procedure is being executed and a new call processing is to be performed, the retransmission procedure is being executed. There arises a problem that the recall process cannot be executed.

すなわち、オンフック直後にIP電話装置が再送手順を実行中であることをユーザは認識できず、このような事態が発生する可能性が十分にある。従来のPSTN電話装置では、終話直後に再発呼処理が可能であることはユーザにも認識されており、IP電話装置においてPSTN電話装置と同様の再発呼処理が実現できないという事態は、電話装置としての基本性能を損なうことになり、改善が望まれる。   That is, the user cannot recognize that the IP telephone apparatus is performing the retransmission procedure immediately after on-hook, and there is a possibility that such a situation will occur. In the conventional PSTN telephone apparatus, it is recognized by the user that the re-call processing can be performed immediately after the end of the call, and the situation that the re-call process similar to the PSTN telephone apparatus cannot be realized in the IP telephone apparatus As a result, the basic performance is impaired, and improvement is desired.

このようなIP電話装置における再発呼処理の不具合を解決するための提案としては、例えば、IP電話装置がサポートする複数のセッションを利用するものがある。これは、IP電話装置がサポートする複数のセッションを利用して、上記のような再送手順を実行中に発呼要求が発生した場合に、空いているセッションを利用して再発呼処理を行うというものである。しかし、この場合もセッションに空きがなければ、再発呼処理を行うことができず、十分な解決策とはいえない。   As a proposal for solving the problem of the re-call processing in such an IP telephone apparatus, there is, for example, one using a plurality of sessions supported by the IP telephone apparatus. This means that when a call request is generated during the retransmission procedure as described above using a plurality of sessions supported by the IP telephone apparatus, the re-call processing is performed using the free session. Is. However, even in this case, if there is no available session, it is not possible to perform the re-calling process, which is not a sufficient solution.

さらに、再送手順が発生する他の例を図5のフロー図に示す。図5の(1)〜(3)で示す部分が再送手順が発生する他の例である。(1)は、「BYE」コマンドを受信した端末Bから送信された「200OK」コマンドが端末BとSIPサーバ間の回線障害等によりSIPサーバに届かない場合を示している。(2)は、端末Aから送信された「BYE」コマンドがSIPサーバを介して端末Bに送信される際に、端末BとSIPサーバ間の回線障害等により端末Bに届かない場合を示している。(3)は、端末Aから送信された「BYE」コマンドがSIPサーバに送信される際に、端末AとSIPサーバ間の回線障害等によりSIPサーバに届かない場合を示している。これらの再送手順が発生する場合においても、上記再発呼処理の問題は発生する。   Furthermore, another example in which a retransmission procedure occurs is shown in the flowchart of FIG. The parts indicated by (1) to (3) in FIG. 5 are other examples in which the retransmission procedure occurs. (1) shows a case where the “200 OK” command transmitted from the terminal B that has received the “BYE” command does not reach the SIP server due to a line failure between the terminal B and the SIP server. (2) shows a case where the “BYE” command transmitted from the terminal A does not reach the terminal B due to a line failure between the terminal B and the SIP server when the command is transmitted to the terminal B via the SIP server. Yes. (3) shows a case where when the “BYE” command transmitted from the terminal A is transmitted to the SIP server, it does not reach the SIP server due to a line failure between the terminal A and the SIP server. Even when these re-transmission procedures occur, the problem of the above-mentioned re-call processing occurs.

本発明はかかる点に鑑みてなされたものであり、再送手順を実行中に発呼要求が発生した場合は、当該再送手順を実行中のセッションを破棄し、同じセッションを利用して発呼処理に移行するIP電話装置及びIP電話装置の発呼方法を提供することを目的とする。   The present invention has been made in view of such a point, and when a call request is generated during the execution of a retransmission procedure, the session that is executing the retransmission procedure is discarded and the call processing is performed using the same session. It is an object of the present invention to provide an IP telephone apparatus and a method for making a call to the IP telephone apparatus.

本発明は、IPネットワークを介して接続されるIP電話装置であって、発着呼指示や終話指示等を入力する操作手段と、プロトコルであるSIPに基づいて相手IP電話装置との間で呼接続手順を制御する制御手段と、を備え、前記制御手段は、前記SIPに基づいて相手IP電話装置に対する再送手順を実行中に、前記操作手段から発呼指示が入力された場合は、当該再送手順を終了し同一セッションを利用して発呼処理に移行する構成を採る。   The present invention relates to an IP telephone apparatus connected via an IP network, and a call is made between an operating means for inputting an incoming / outgoing call instruction, an end of call instruction, and the like, and a partner IP telephone apparatus based on SIP as a protocol. Control means for controlling a connection procedure, and when the call instruction is input from the operation means during execution of the retransmission procedure for the counterpart IP telephone apparatus based on the SIP, the control means A configuration is adopted in which the procedure is terminated and the process proceeds to call processing using the same session.

本発明によれば、再送手順を実行中に発呼要求が発生した場合は、当該再送手順を実行中のセッションを破棄し、同じセッションを利用して発呼処理に移行するため、PSTN電話装置と同等の再発呼機能を実現するIP電話装置を提供することができる。   According to the present invention, when a call request is generated during the retransmission procedure, the session that is executing the retransmission procedure is discarded, and the same session is used to shift to the calling process. It is possible to provide an IP telephone apparatus that realizes a re-call function equivalent to the above.

本発明の第1の態様に係るIP電話装置は、IPネットワークを介して接続されるIP電話装置であって、発着呼指示や終話指示等を入力する操作手段と、プロトコルであるSIPに基づいて相手IP電話装置との間で呼接続手順を制御する制御手段と、を備え、前記制御手段は、前記SIPに基づいて相手IP電話装置に対する再送手順を実行中に、前記操作手段から発呼指示が入力された場合は、当該再送手順を終了し同一セッションを利用して発呼処理に移行する構成を採る。   An IP telephone apparatus according to a first aspect of the present invention is an IP telephone apparatus connected via an IP network, and is based on an operating means for inputting an incoming / outgoing call instruction, an end of call instruction, and the like, and SIP as a protocol. Control means for controlling a call connection procedure with the counterpart IP telephone apparatus, and the control means originates a call from the operation means while executing a retransmission procedure for the counterpart IP telephone apparatus based on the SIP. When an instruction is input, a configuration is adopted in which the retransmission procedure is terminated and the process proceeds to call processing using the same session.

この構成によれば、再送手順を実行中に発呼要求が発生した場合は、当該再送手順を実行中のセッションを終了し、同じセッションを利用して発呼処理に移行するため、PSTN電話装置と同等の再発呼機能を実現するIP電話装置を提供することができる。   According to this configuration, when a call request is generated during the retransmission procedure, the PSTN telephone device terminates the session that is executing the retransmission procedure and shifts to the call processing using the same session. It is possible to provide an IP telephone apparatus that realizes a re-call function equivalent to the above.

本発明の第2の態様に係るIP電話装置は、第1の態様に記載のIP電話装置において、前記制御手段は、前記操作手段から終話指示が入力された後、前記SIPに基づいて相手IP電話装置との間で終話に関わる再送手順を実行中に、前記操作手段から発呼指示が入力された場合は、当該再送手順を終了し同一セッションを利用して発呼処理に移行する構成を採る。   An IP telephone apparatus according to a second aspect of the present invention is the IP telephone apparatus according to the first aspect, wherein the control means is configured to receive a call termination instruction from the operation means and then to call the other party based on the SIP. When a call instruction is input from the operation means during the re-transmission procedure related to the call termination with the IP telephone apparatus, the re-transmission procedure is terminated and the process proceeds to call processing using the same session. Take the configuration.

この構成によれば、終話後の再送手順を実行中に発呼要求が発生した場合は、当該再送手順を実行中のセッションを終了し、同じセッションを利用して発呼処理に移行するため、ユーザに違和感を与えることなくPSTN電話装置と同等の再発呼機能を実現するIP電話装置を提供することができる。   According to this configuration, when a call request is generated during the retransmission procedure after the end of the call, the session that is executing the retransmission procedure is terminated, and the same session is used to move to the calling process. Thus, it is possible to provide an IP telephone apparatus that realizes a re-calling function equivalent to that of the PSTN telephone apparatus without giving the user a sense of incongruity.

本発明の第3の態様に係るIP電話装置は、第2の態様に記載のIP電話装置において、前記制御手段は、相手IP電話装置と呼接続中のセッション情報を記憶し、前記再送手順を実行中のセッションを破棄して再送手順を終了する際に、前記記憶したセッション情報の消去タイミングを制御する構成を採る。   An IP telephone apparatus according to a third aspect of the present invention is the IP telephone apparatus according to the second aspect, wherein the control means stores session information during a call connection with the counterpart IP telephone apparatus, and performs the retransmission procedure. When the session being executed is discarded and the retransmission procedure is terminated, a configuration for controlling the erase timing of the stored session information is adopted.

この構成によれば、プログラムを追加するだけでPSTN電話装置と同等の再発呼機能を実現することができる。   According to this configuration, it is possible to realize a recall function equivalent to that of the PSTN telephone apparatus simply by adding a program.

本発明の第4の態様に係るIP電話装置の発呼方法は、IPネットワークを介して接続されるIP電話装置の発呼方法であって、プロトコルであるSIPに基づいて相手IP電話装置との間で呼接続を行い、呼接続後に前記SIPに基づいて相手IP電話装置との間で終話に関わる再送手順を実行中に、発呼指示が入力された場合は、当該再送手順を終了し同一セッションを利用して発呼処理に移行する方法を採る。   A calling method for an IP telephone apparatus according to a fourth aspect of the present invention is a calling method for an IP telephone apparatus connected via an IP network, and is based on SIP as a protocol. When a call instruction is input during a re-transmission procedure related to a call termination with a partner IP telephone apparatus based on the SIP after the call connection, the re-transmission procedure is terminated. Use the same session and move to call processing.

この方法によれば、再送手順を実行中に発呼要求が発生した場合は、当該再送手順を実行中のセッションを終了し、同じセッションを利用して発呼処理に移行するため、PSTN電話装置と同等の再発呼機能を実現するIP電話装置の発呼方法を提供することができる。   According to this method, when a call request is generated during the retransmission procedure, the session in which the retransmission procedure is being executed is terminated, and the PSTN telephone device is used to shift to the call processing using the same session. It is possible to provide a calling method for an IP telephone apparatus that realizes a re-calling function equivalent to the above.

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

図1は、本実施の形態のIP電話システムの全体構成を示す図である。図1において、IP電話システム100は、複数台のIP電話装置(以下、IP電話という)101,102,103と、SIPサーバ104がIPネットワーク105を介して相互に接続されている。なお、同図の構成に限らず3台以上のIP電話装置を接続してIP電話システムを構成してもよい。   FIG. 1 is a diagram showing an overall configuration of an IP telephone system according to the present embodiment. In FIG. 1, an IP telephone system 100 includes a plurality of IP telephone apparatuses (hereinafter referred to as IP telephones) 101, 102, and 103 and an SIP server 104 connected to each other via an IP network 105. The IP telephone system may be configured by connecting three or more IP telephone devices without being limited to the configuration shown in FIG.

IP電話101(102,103)は、IPネットワーク105を介して他のIP電話との間で音声通話が可能な機能を有している。   The IP phone 101 (102, 103) has a function capable of performing a voice call with another IP phone via the IP network 105.

SIPサーバ104は、IPネットワーク105に接続されたIP電話101,102,103からの呼接続要求に応じて、着呼先のIP電話101,102,103との間でSIPプロトコルに基づいて呼接続制御を実行するとともに、呼を接続したIP電話に対する音声データの送受信を制御する。   In response to a call connection request from the IP telephones 101, 102, 103 connected to the IP network 105, the SIP server 104 is connected to the called IP telephones 101, 102, 103 based on the SIP protocol. In addition to executing control, transmission / reception of voice data to / from the IP telephone connected to the call is controlled.

図2は、本実施の形態のIP電話101の構成を示すブロック図である。なお、IP電話102,103もIP電話101と同様の構成を有する。   FIG. 2 is a block diagram showing a configuration of IP phone 101 of the present embodiment. IP phones 102 and 103 have the same configuration as IP phone 101.

図2において、IP電話101は、IP電話制御部211、SIPメモリ212、VoIPメモリ213及びネットワークI/F部214を備えるIP電話部201と、図示しないテンキー、ファンクションキー、ハンドセット及び表示部等を備える操作部202により主に構成されている。   In FIG. 2, an IP phone 101 includes an IP phone control unit 211, a SIP memory 212, a VoIP memory 213, and a network I / F unit 214, a numeric keypad, a function key, a handset, a display unit, etc. (not shown). The operation unit 202 is mainly configured.

IP電話制御部211は、SIPメモリ212に記憶されたSIPプログラムに基づいて、相手IP電話との間の発呼/着呼処理、終話処理及び再送処理等を制御する。また、IP電話制御部211は、VoIPメモリ213に記憶されたVoIPプログラムに基づいて、呼が接続された相手IP電話との間で音声パケットの送受信を制御する。さらに、IP電話制御部211は、操作部202から入力される操作信号に応じて、発呼/着呼処理及び終話処理を実行し、発呼番号、着呼番号等の表示信号を操作部202に出力して表示部に表示する。また、IP電話制御部211は、相手IP電話との間で呼接続する際に使用中のセッションIDを記憶する内蔵メモリ(図示せず)を有するものとする。   The IP telephone control unit 211 controls calling / incoming call processing, call termination processing, retransmission processing, and the like with the counterpart IP phone based on the SIP program stored in the SIP memory 212. Further, the IP telephone control unit 211 controls transmission / reception of voice packets with the other party IP telephone to which the call is connected based on the VoIP program stored in the VoIP memory 213. Furthermore, the IP telephone control unit 211 executes calling / incoming call processing and call termination processing in response to an operation signal input from the operation unit 202, and displays display signals such as calling number and called number. It outputs to 202 and displays on a display part. The IP telephone control unit 211 has a built-in memory (not shown) for storing a session ID in use when a call connection is established with a partner IP telephone.

SIPメモリ212は、SIPプロトコルに基づいて発呼/着呼処理、終話処理及び再送処理等を実行するためのSIPプログラムを記憶する。VoIPメモリ213は、IPネットワーク105を介して音声パケットの送受信処理を実行するためのVoIPプログラムを記憶する。   The SIP memory 212 stores a SIP program for executing calling / incoming call processing, call termination processing, retransmission processing, and the like based on the SIP protocol. The VoIP memory 213 stores a VoIP program for executing transmission / reception processing of voice packets via the IP network 105.

ネットワークI/F部214は、IPネットワーク105と接続するインターフェース機能を有し、IP電話制御部201の制御によりSIPに基づくコマンドの送受信や音声パケットの送受信を実行する。   The network I / F unit 214 has an interface function for connecting to the IP network 105, and executes transmission / reception of commands and voice packets based on SIP under the control of the IP telephone control unit 201.

操作部202は、図示しないテンキー、ファンクションキー、ハンドセット及び表示部等を備える。操作部202は、発呼時又は着呼時にユーザによりテンキー、ファンクションキー、ハンドセットが操作されると、その操作信号をIP電話制御部211に送信し、IP電話制御部211から入力される表示信号により表示部に発呼番号、着呼番号等を表示する。   The operation unit 202 includes ten keys, function keys, a handset, a display unit, and the like (not shown). When the user operates a numeric keypad, function key, or handset at the time of outgoing or incoming call, the operation unit 202 transmits an operation signal to the IP telephone control unit 211, and a display signal input from the IP telephone control unit 211 To display the calling number, the called number, and the like on the display unit.

次に、図1のIP電話システム100において、IP電話101とIP電話102との間の通話終了(終話)時に発生した再送手順実行中に、IP電話101のユーザが発呼要求が行った場合の動作について、図3に示すフロー図を参照して説明する。なお、IP電話101のIP電話制御部211は、本通話により使用中のセッションIDを内蔵メモリ(図示せず)に記憶しているものとする。   Next, in the IP telephone system 100 of FIG. 1, the user of the IP telephone 101 made a call request during the execution of the retransmission procedure that occurred when the call between the IP telephone 101 and the IP telephone 102 ended (end call). The operation in this case will be described with reference to the flowchart shown in FIG. It is assumed that IP phone control unit 211 of IP phone 101 stores a session ID being used by the telephone call in a built-in memory (not shown).

図3において、IP電話101とIP電話102がSIPサーバ104を介して通話を行い(ステップS301)、IP電話101のユーザが通話の終了により操作部202のハンドセットをオンフック操作すると、そのオンフック信号が操作部202からIP電話制御部211に出力される。IP電話制御部211は、オンフック信号が入力されると、終話動作に移行して「BYE」コマンドをネットワークI/F部214からSIPサーバ104に送出する(ステップS302)。   In FIG. 3, IP phone 101 and IP phone 102 make a call via SIP server 104 (step S301). When the user of IP phone 101 performs an on-hook operation of handset of operation unit 202 when the call ends, the on-hook signal is displayed. The data is output from the operation unit 202 to the IP telephone control unit 211. When the on-hook signal is input, IP telephone control unit 211 shifts to a call-ending operation and sends a “BYE” command from network I / F unit 214 to SIP server 104 (step S302).

SIPサーバ104は、IP電話101から受信した「BYE」コマンドをIP電話102に送出する(ステップS303)。IP電話102は、SIPサーバ104から「BYE」コマンドを受信すると、IP電話制御部211は、終話であることを認識し、応答コマンドとして「200 OK」コマンドをSIPサーバ104に送出する(ステップS304)。そして、SIPサーバ104は、IP電話102から受信した「200 OK」コマンドをIP電話101に対して送出する(ステップS305)。   The SIP server 104 sends the “BYE” command received from the IP phone 101 to the IP phone 102 (step S303). When the IP telephone 102 receives the “BYE” command from the SIP server 104, the IP telephone control unit 211 recognizes that the call is over, and sends a “200 OK” command to the SIP server 104 as a response command (step). S304). Then, the SIP server 104 sends the “200 OK” command received from the IP phone 102 to the IP phone 101 (step S305).

この時、SIPサーバ104とIP電話101間に回線障害等が発生し、SIPサーバ104から送出された「200 OK」コマンドがIP電話101に届かないという事態が発生したものとする。   At this time, it is assumed that a line failure or the like has occurred between the SIP server 104 and the IP phone 101 and the “200 OK” command sent from the SIP server 104 does not reach the IP phone 101.

IP電話101のIP電話制御部211は、「BYE」コマンドの応答である「200OK」コマンドを受信しないと、SIPに規定された再送手順に移行し、「BYE」コマンドの応答である「200 OK」コマンドを受信するため、<32秒間>のタイマーを起動して、「BYE」コマンドの再送処理を開始する(ステップS306)。   When the IP phone control unit 211 of the IP phone 101 does not receive the “200 OK” command that is a response to the “BYE” command, the IP phone control unit 211 proceeds to the retransmission procedure defined in the SIP, and “200 OK” that is the response to the “BYE” command. In order to receive the “command”, the timer for <32 seconds> is started and retransmission processing of the “BYE” command is started (step S306).

この場合、IP電話101からSIPサーバ104を経由して送信される「BYE」コマンドはIP電話102に届くが(ステップS306、S307)、SIPサーバ104とIP電話101間に回線障害が発生しているため、IP電話102からSIPサーバ104を経由して送信される「200 OK」コマンドは、IP電話101には届かない(ステップS308、S309)。   In this case, the “BYE” command transmitted from the IP phone 101 via the SIP server 104 reaches the IP phone 102 (steps S306 and S307), but a line failure occurs between the SIP server 104 and the IP phone 101. Therefore, the “200 OK” command transmitted from the IP phone 102 via the SIP server 104 does not reach the IP phone 101 (steps S308 and S309).

そして、IP電話101が<32秒間>の「BYE」コマンドの再送処理を実行中に(ステップS310)、IP電話101のユーザにより操作部202のハンドセットがオフフックされて再発呼要求信号がIP電話制御部211に出力されると、IP電話制御部211は、実行中の「BYE」コマンドの再送処理を中断する。このとき、IP電話制御部211は、再送処理により使用中のセッションを破棄し、すなわち、内蔵メモリに記憶したセッションIDを消去する。なお、この場合、IP電話制御部211は、セッションIDを消去するタイミングは、「BYE」コマンドの送信処理が終了した後に内蔵メモリに対してセッションIDの消去命令を発行する。   Then, while IP phone 101 is executing retransmission processing of the “BYE” command for <32 seconds> (step S310), the handset of operation unit 202 is off-hooked by the user of IP phone 101, and the re-call request signal is IP phone control. When output to unit 211, IP telephone control unit 211 suspends the resending process of the “BYE” command being executed. At this time, the IP telephone control unit 211 discards the session in use by the retransmission process, that is, erases the session ID stored in the built-in memory. In this case, the IP telephone control unit 211 issues a session ID deletion command to the internal memory after the transmission process of the “BYE” command is completed.

そして、IP電話制御部211は、操作部202から入力された再発呼要求信号に応じて再発呼処理に移行し、先に破棄した同一のセッションを使用して「INVITE」コマンドをSIPサーバ104に送出する(ステップS311)。   Then, the IP telephone control unit 211 shifts to the recall processing in response to the recall request signal input from the operation unit 202, and sends the “INVITE” command to the SIP server 104 using the same session that was previously discarded. It is sent out (step S311).

なお、IP電話101は、IP電話102からの応答「200 OK」コマンドの受信を待たずに<32秒間>の再送処理を中断したが、IP電話102から送出された「200 OK」コマンドはSIPサーバ104に届いている。このため、IP電話102では、「BYE」コマンドに対する応答送信が成功したとものと判断されて、ビジートーンが流せるため、IP電話101が再送手順を中断しても特に支障はない。   IP phone 101 suspends the retransmission process for <32 seconds> without waiting for the reception of the response “200 OK” command from IP phone 102, but the “200 OK” command sent from IP phone 102 does not respond to SIP. It reaches the server 104. For this reason, IP phone 102 determines that the response transmission to the “BYE” command has been successful and can send a busy tone, so there is no particular problem even if IP phone 101 interrupts the retransmission procedure.

以上のように、本実施の形態のIP電話は、再送処理実行中に再発呼要求が発生した場合は、再送処理実行中のセッションを直ちに破棄し、同一セッションを利用して再発呼処理に移行するため、ユーザに違和感を与えることなくPSTN電話と同等の再発呼機能を実現することができる。   As described above, when a re-call request is generated during execution of the retransmission process, the IP telephone according to the present embodiment immediately discards the session in which the re-transmission process is being executed, and shifts to the re-call process using the same session. Therefore, it is possible to realize a re-calling function equivalent to that of a PSTN telephone without giving the user a sense of incongruity.

また、図5の(1)〜(3)に示した他の再送手順が発生する場合でも、同様にセッション破棄及び同一セッションを利用した再発呼処理に移行する処理を適用することが可能である。これらの場合も相手IP電話において再送手順の中断による支障は発生しない。   Further, even when the other retransmission procedures shown in (1) to (3) of FIG. 5 occur, it is possible to apply the process of shifting to the re-call process using the same session and discarding the session. . In these cases as well, there is no trouble caused by interruption of the retransmission procedure in the other party IP phone.

したがって、本実施の形態のIP電話装置では、ユーザが終話によりハンドセットをオンフックし、再送手順が実行中であっても、終話直後の再発呼が可能になるため、PSTN電話装置と同等の再発呼機能を実現するIP電話装置を提供することができる。   Therefore, in the IP telephone device according to the present embodiment, even when the user hooks the handset by the end of the call and the retransmission procedure is being executed, the re-call can be made immediately after the end of the call. It is possible to provide an IP telephone device that realizes a recall function.

また、本実施の形態のIP電話装置では、再発呼処理に際して、再送処理で破棄したセッションを利用するようにしたため、複数のセッションを利用可能なIP電話装置においてセッション資源の有効利用を図ることができる。このため、セッション利用数が少ない低コストのIP電話装置においても、プログラムを追加するだけでPSTN電話装置と同等の再発呼機能を実現することができる。   Further, in the IP telephone apparatus according to the present embodiment, the session discarded in the retransmission process is used in the recall process, so that the session resource can be effectively used in the IP telephone apparatus that can use a plurality of sessions. it can. For this reason, even in a low-cost IP telephone apparatus that uses a small number of sessions, it is possible to realize a recall function equivalent to that of a PSTN telephone apparatus by simply adding a program.

本発明に係るIP電話装置によれば、再送手順が実行中であっても、終話直後の再発呼が可能になるため、PSTN電話装置と同等の再発呼機能を実現するIP電話装置を提供できる点で有用である。   The IP telephone apparatus according to the present invention provides an IP telephone apparatus that realizes a re-call function equivalent to that of a PSTN telephone apparatus because a re-call can be made immediately after the end of a call even when a retransmission procedure is being executed. Useful in that it can.

本発明の一実施の形態に係るIP電話システムの全体構成を示す図The figure which shows the whole structure of the IP telephone system which concerns on one embodiment of this invention 本実施の形態に係るIP電話装置の構成を示すブロック図Block diagram showing a configuration of an IP telephone apparatus according to the present embodiment 本実施の形態に係るIP電話システムのIP電話間において実行される再送手順及び再発呼動作の一例を示すフロー図Flow chart showing an example of a retransmission procedure and a re-calling operation executed between IP telephones in the IP telephone system according to the present embodiment 従来のIP電話装置間の終話時の再送手順を示すフロー図Flow chart showing a retransmission procedure at the time of call termination between conventional IP telephone devices 従来のIP電話装置間の終話時の他の再送手順を示すフロー図Flow chart showing another retransmission procedure at the time of call termination between conventional IP telephone devices

符号の説明Explanation of symbols

100 IP電話システム
101、102、103 IP電話装置
104 SIPサーバ
105 IPネットワーク
201 IP電話部
202 操作部
211 IP電話制御部
212 SIPメモリ
213 VoIPメモリ
214 ネットワークI/F部
DESCRIPTION OF SYMBOLS 100 IP telephone system 101,102,103 IP telephone apparatus 104 SIP server 105 IP network 201 IP telephone part 202 Operation part 211 IP telephone control part 212 SIP memory 213 VoIP memory 214 Network I / F part

Claims (4)

IPネットワークを介して接続されるIP電話装置であって、
発着呼指示や終話指示等を入力する操作手段と、
プロトコルであるSIPに基づいて相手IP電話装置との間で呼接続手順を制御する制御手段と、を備え、
前記制御手段は、前記SIPに基づいて相手IP電話装置に対する再送手順を実行中に、前記操作手段から発呼指示が入力された場合は、当該再送手順を終了し同一セッションを利用して発呼処理に移行するIP電話装置。
An IP telephone device connected via an IP network,
An operation means for inputting an incoming / outgoing call instruction or an end of call instruction,
Control means for controlling a call connection procedure with a partner IP telephone device based on SIP as a protocol,
The control means terminates the retransmission procedure and makes a call using the same session when a call instruction is input from the operation means during execution of the retransmission procedure for the counterpart IP telephone apparatus based on the SIP. IP telephone device to be transferred to processing.
前記制御手段は、前記操作手段から終話指示が入力された後、前記SIPに基づいて相手IP電話装置との間で終話に関わる再送手順を実行中に、前記操作手段から発呼指示が入力された場合は、当該再送手順を終了し同一セッションを利用して発呼処理に移行する請求項1記載のIP電話装置。   The control means receives a call instruction from the operation means during execution of a retransmission procedure related to the call end with the partner IP telephone device based on the SIP after the call end instruction is input from the operation means. 2. The IP telephone apparatus according to claim 1, wherein, when entered, the retransmission procedure is terminated and the process proceeds to call processing using the same session. 前記制御手段は、相手IP電話装置と呼接続中のセッション情報を記憶し、前記再送手順を実行中のセッションを破棄して再送手順を終了する際に、前記記憶したセッション情報の消去タイミングを制御する請求項2記載のIP電話装置。   The control means stores session information during call connection with the other IP telephone apparatus, and controls the erasure timing of the stored session information when the retransmission procedure is terminated and the retransmission procedure is terminated. The IP telephone apparatus according to claim 2. IPネットワークを介して接続されるIP電話装置の発呼方法であって、
プロトコルであるSIPに基づいて相手IP電話装置との間で呼接続を行い、
呼接続後に前記SIPに基づいて相手IP電話装置との間で終話に関わる再送手順を実行中に、発呼指示が入力された場合は、当該再送手順を終了し同一セッションを利用して発呼処理に移行するIP電話装置の発呼方法。
An IP telephone device calling method connected via an IP network,
Based on SIP protocol, call connection with the partner IP phone device,
If a call instruction is input during a re-transmission procedure related to a call termination with a partner IP telephone device based on the SIP after call connection, the re-transmission procedure is terminated and the same session is used to make a call. Calling method of IP telephone apparatus to shift to call processing.
JP2005156750A 2005-05-30 2005-05-30 Ip telephone system Pending JP2006333291A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005156750A JP2006333291A (en) 2005-05-30 2005-05-30 Ip telephone system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005156750A JP2006333291A (en) 2005-05-30 2005-05-30 Ip telephone system

Publications (1)

Publication Number Publication Date
JP2006333291A true JP2006333291A (en) 2006-12-07

Family

ID=37554462

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005156750A Pending JP2006333291A (en) 2005-05-30 2005-05-30 Ip telephone system

Country Status (1)

Country Link
JP (1) JP2006333291A (en)

Similar Documents

Publication Publication Date Title
JP4312700B2 (en) Network communication equipment
JP2006222822A (en) Handover system
KR20080068388A (en) Blind transfer and attended transfer system and control method in network of sip base
JP2006311125A (en) Communication apparatus
US7542460B2 (en) IP phone device capable of remote controlling associated PC with control command in audio signal format
JP2004180264A (en) Ip telephone and ip telephone system
JP2015170862A (en) Image communication device, method of controlling the same and program
JP4624323B2 (en) IP communication relay device, network system, relay processing program, and relay method
JP2006333291A (en) Ip telephone system
JP5696514B2 (en) Media communication apparatus, method and program, and media communication system
JP4941789B2 (en) Home gateway device and number portability control method
JP6075847B2 (en) Image communication apparatus and method, and program
JP2011239015A (en) Network apparatus and telephone system
JP2005020676A (en) Telephone communication method and apparatus
JP2008252802A (en) Telephone device
JP4258253B2 (en) Button telephone equipment
JP5570968B2 (en) Telephone equipment
JP2008085808A (en) Method for calling call setting server
JP5011580B2 (en) Gateway device and network connection method
JP5248891B2 (en) CONFERENCE CONFERENCE METHOD, ITS SYSTEM, ITS DEVICE, AND ITS PROGRAM USING SIP KEY TELEPHONE DEVICE
JP2009081890A (en) Ip telephone terminal
JP4087371B2 (en) IP-compatible private branch exchange
JP2006339824A (en) Ip telephone
JP5817898B2 (en) Media communication system, media communication apparatus, media communication method, and media communication program
JP4225259B2 (en) Carrier selection processing method, transmission processing method, and IP telephone apparatus