JP5213886B2 - Protocol monitor device, log information collection method, and log information collection program - Google Patents
Protocol monitor device, log information collection method, and log information collection program Download PDFInfo
- Publication number
- JP5213886B2 JP5213886B2 JP2010028898A JP2010028898A JP5213886B2 JP 5213886 B2 JP5213886 B2 JP 5213886B2 JP 2010028898 A JP2010028898 A JP 2010028898A JP 2010028898 A JP2010028898 A JP 2010028898A JP 5213886 B2 JP5213886 B2 JP 5213886B2
- Authority
- JP
- Japan
- Prior art keywords
- identifier
- log information
- information
- collection target
- log
- 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.)
- Active
Links
Images
Landscapes
- Monitoring And Testing Of Exchanges (AREA)
- Telephonic Communication Services (AREA)
Description
本発明は、セッション制御を行うSIP(Session Initiation Protocol)を用いた通信中のログ情報収集を行うプロトコルモニタ装置、ログ情報収集方法及びログ情報収集プログラムに関する。 The present invention relates to a protocol monitor device, a log information collection method, and a log information collection program that collect log information during communication using SIP (Session Initiation Protocol) that performs session control.
従来から、あらかじめ収集対象として登録した電話番号等の識別子と、SIP(非特許文献1参照)を用いた通信信号上の文字列とを比較し、合致した通信信号のテキスト情報を信号ログファイルに出力するプロトコルモニタ装置が知られている(例えば、非特許文献2参照)。プロトコルモニタ装置は、例えば「0120」から始まるフリーダイヤル等の論理番号から物理番号(例えば0422zzzzzz)への番号変換を伴う電話サービスをSIP−AS(SIPアプリケーションサーバ)で提供する際のログ情報の収集などに用いられる。 Conventionally, an identifier such as a telephone number registered in advance as a collection target is compared with a character string on a communication signal using SIP (see Non-Patent Document 1), and text information of the matching communication signal is stored in a signal log file. A protocol monitor device for outputting is known (for example, see Non-Patent Document 2). The protocol monitor device collects log information when a telephone service with a number conversion from a logical number such as toll-free starting from “0120” to a physical number (for example, 0422zzzzzz) is provided by SIP-AS (SIP application server). Used for etc.
しかしながら、従来のプロトコルモニタ装置にあっては、論理番号から物理番号への番号変換処理のログ情報を収集する際には、2種類の識別子(例えばフリーダイヤルのように0120から始まる論理番号と実際に通話が着信する実際の電話の物理番号)の両方を登録する必要があり、ログ情報の収集は、個々の識別子ごとに独立して行われ、信号を検出するとログ情報が個々の識別子ごとに2つの信号ログファイルに記録されてしまうという問題がある。 However, in the conventional protocol monitor device, when collecting log information of the number conversion processing from the logical number to the physical number, two kinds of identifiers (for example, a logical number starting from 0120, such as toll-free, and the actual number) Log information is collected independently for each identifier, and when a signal is detected, the log information is collected for each identifier. There is a problem of being recorded in two signal log files.
図6は、従来のプロトコルモニタ装置の処理動作を示す図である。従来のプロトコルモニタ装置は、収集対象電話番号DB5にログ情報を収集するべき識別子(ここでは、0120xxxxxxxと0422zzzzzz)を保守管理者が保守端末から手動で登録しておく必要がある。この例で示す0120xxxxxxxは、物理番号0422zzzzzzに対応する論理番号である。通信網内に設けられているS−CSCF(Serving-Call Session Control Function;セッション設定の制御を行う機能)からSIP−AP(SIPアプリケーションサーバ)に対してINVITE要求が送信される(ステップS21)と、プロトコルモニタ装置は、このINVITE要求の信号内に含まれている識別子と、収集対象電話番号DB5内に登録されている識別子と照合して、信号内に含まれている識別子と、収集対象電話番号DB5内に登録されている識別子とが一致したことを検出すると、信号ログファイルにログ情報を記録する。識別子0422zzzzzzと一致した場合は、0422zzzzzz用の信号ログファイル6にログ情報を記録する。
FIG. 6 is a diagram showing the processing operation of the conventional protocol monitor device. In the conventional protocol monitor apparatus, identifiers (here, 0120xxxxxxxx and 0422zzzzzz) for which log information is to be collected must be manually registered from the maintenance terminal by the maintenance telephone number DB5. In this example, 0120xxxxxxxx is a logical number corresponding to the physical number 0422zzzzzz. An INVITE request is transmitted from an S-CSCF (Serving-Call Session Control Function) provided in the communication network to a SIP-AP (SIP application server) (step S21). The protocol monitor device collates the identifier included in the signal of this INVITE request with the identifier registered in the collection target
そして、SIP−ASが論理番号(0120xxxxxxx)から物理番号(0422zzzzzz)への番号変換を行い、S−CSCFに対して、INVITE要求を返す(ステップS22)と、プロトコルモニタ装置は、このINVITE要求の信号内に含まれている識別子と、収集対象電話番号DB5内に登録されている識別子と照合し、信号内に含まれている識別子と、収集対象電話番号DB5内に登録されている識別子とが一致したことを検出すると、信号ログファイルにログ情報を記録する。識別子0120xxxxxxxと一致した場合は、0120xxxxxxx用の信号ログファイル7にログ情報を記録する。続いて、このINVITE要求に対してS−CSCFからSIP−ASへ応答(200 OK)を返す(ステップS23)と、この応答に信号内に含まれている識別子と、収集対象電話番号DB5内に登録されている識別子と照合し、信号内に含まれている識別子と、収集対象電話番号DB5内に登録されている識別子とが一致したことを検出すると、信号ログファイルにログ情報を記録する。識別子0120xxxxxxxと一致した場合は、0120xxxxxxx用の信号ログファイル7にログ情報を記録する。
Then, when the SIP-AS performs number conversion from the logical number (0120xxxxxxxx) to the physical number (0422zzzzzz) and returns an INVITE request to the S-CSCF (step S22), the protocol monitor device transmits the INVITE request. The identifier included in the signal is checked against the identifier registered in the collection target telephone number DB5, and the identifier included in the signal and the identifier registered in the collection target telephone number DB5 are: When a match is detected, log information is recorded in the signal log file. When it matches with the identifier 0120xxxxxxxx, log information is recorded in the signal log file 7 for 0120xxxxxxxx. Subsequently, when a response (200 OK) is returned from the S-CSCF to the SIP-AS in response to the INVITE request (step S23), the identifier included in the signal and the collection target telephone number DB5 are stored in the response. When it is checked against the registered identifier and it is detected that the identifier included in the signal matches the identifier registered in the collection target
このように、従来のプロトコルモニタ装置は、収集対象電話番号DB5に登録されている識別子(電話番号)と一致する識別子(電話番号)が信号内に含まれていた場合、一致した識別子毎の信号ログファイル(例えば0120xxxxxxxであれば、0120xxxxxxx.log)を生成し、その信号ログファイルにログ情報を記録するようになっていたため、論理番号を持つ物理番号であっても別の信号ログファイルにログ情報が記録される(一つの呼に関する信号ログが2つの信号ログファイルに分かれて出力される)ことになり、解析作業が煩雑になって手間がかかり、作業効率が悪いという問題がある。 As described above, when the identifier (phone number) that matches the identifier (phone number) registered in the collection target phone number DB 5 is included in the signal, the conventional protocol monitor device outputs a signal for each matching identifier. A log file (for example, 0120xxxxxxxx.log in the case of 0120xxxxxxxx) is generated and log information is recorded in the signal log file. Therefore, even if the physical number has a logical number, it is logged in another signal log file. Information is recorded (a signal log related to one call is divided into two signal log files and output), and there is a problem that the analysis work becomes complicated and time-consuming, resulting in poor work efficiency.
本発明は、このような事情に鑑みてなされたもので、SIPメッセージ信号のログ情報を収集する際に、収集するべき信号中の識別子(例えば、宛先電話番号など)が論理番号と物理番号の組み合わせからなるときに、ログ情報を収集するためにこの2つの識別子を効率的に登録することができるとともに、識別子を含むSIPメッセージ信号を検出した際に、そのログ情報を1つの信号ログファイルへ記録することができるプロトコルモニタ装置、ログ情報収集方法及びログ情報収集プログラムを提供することを目的とする。 The present invention has been made in view of such circumstances, and when collecting log information of a SIP message signal, an identifier (for example, a destination telephone number) in the signal to be collected is a logical number and a physical number. The two identifiers can be efficiently registered in order to collect log information when they are combined. When a SIP message signal including the identifier is detected, the log information is stored in one signal log file. It is an object of the present invention to provide a protocol monitor device, a log information collection method, and a log information collection program that can be recorded.
本発明は、SIPメッセージ信号内に含まれる識別子に基づいてログ情報を収集するプロトコルモニタ装置であって、収集した前記ログ情報を記憶するログ情報記憶手段と、2つの識別子情報が対応付けられて予め記憶された識別子情報記憶手段と、ログ情報収集対象の識別子情報を入力する入力手段と、第1の識別子の情報を記憶する第1の収集対象識別子記憶手段と、第2の識別子の情報を記憶する第2の収集対象識別子記憶手段と、前記入力手段により入力された識別子情報をログ情報収集対象の第1の識別子として前記第1の収集対象識別子記憶手段に記憶することにより、前記第1の識別子を登録する第1の収集対象識別子登録手段と、前記第1の収集対象識別子記憶手段に登録されている前記識別子情報に対応付けられている識別子情報を特定して前記識別子情報記憶手段から読み出し、ログ情報収集対象の第2の識別子として前記第2の収集対象識別子記憶手段に記憶することにより、前記第2の識別子を自動登録する第2の収集対象識別子登録手段と、送受信したSIPメッセージ信号内に、登録された前記第1の識別子または前記第2の識別子が含まれていた場合に、該SIPメッセージ信号のログ情報を収集し、収集した前記ログ情報を前記ログ情報記憶手段に信号ログファイルとして記憶するログ情報収集手段とを備え、前記ログ情報収集手段は、前記第2の識別子が前記SIPメッセージ信号内に含まれていた場合に、該第2の識別子に対応付けられた前記第1の識別子に基づくログ情報を記憶する前記信号ログファイルに前記第2の識別子に基づくログ情報を記憶することを特徴とする。 The present invention is a protocol monitor device that collects log information based on an identifier included in a SIP message signal, wherein log information storage means for storing the collected log information is associated with two identifier information. Pre-stored identifier information storage means, input means for inputting log information collection target identifier information, first collection target identifier storage means for storing first identifier information, and second identifier information a second collection target identifier storage means for storing, by storing in the first collection target identifier storage means identifier information input as the first identifier of the log information collection target by said input means, said first identification that is associated with the first collection target identifier registration means for registering the identifier, the identifier information registered in the first collection target identifier storage means To identify the child information read out from the identifier information storage unit by storing in the second collection target identifier storage means as a second identifier in the log information collection target, to automatically register the second identifier a second collection target identifier registration unit, the transmitted and received SIP message signal, when it contains the first identifier or the second identifier registered to collect log information of the SIP message signal Log information collection means for storing the collected log information as a signal log file in the log information storage means , wherein the log information collection means includes the second identifier included in the SIP message signal A log based on the second identifier in the signal log file storing log information based on the first identifier associated with the second identifier. And to store the broadcast.
本発明は、前記識別子情報記憶手段には、識別子情報として論理的な電話番号と物理的な電話番号が対応付けられて記憶されていることを特徴とする。 The present invention is characterized in that the identifier information storage means stores a logical telephone number and a physical telephone number in association with each other as identifier information.
本発明は、SIPメッセージ信号内に含まれる識別子に基づいてログ情報を収集するために、収集した前記ログ情報を記憶するログ情報記憶手段と、2つの識別子情報が対応付けられて予め記憶された識別子情報記憶手段と、ログ情報収集対象の識別子情報を入力する入力手段と、第1の識別子の情報を記憶する第1の収集対象識別子記憶手段と、第2の識別子の情報を記憶する第2の収集対象識別子記憶手段とを備えるプロトコルモニタ装置におけるログ情報収集方法であって、前記プロトコルモニタ装置が、前記入力手段により入力された識別子情報をログ情報収集対象の第1の識別子として前記第1の収集対象識別子記憶手段に記憶することにより、前記第1の識別子を登録する第1の収集対象識別子登録ステップと、前記第1の収集対象識別子記憶手段に登録されている前記識別子情報に対応付けられている識別子情報を特定して前記識別子情報記憶手段から読み出し、ログ情報収集対象の第2の識別子として前記第2の収集対象識別子記憶手段に記憶することにより、前記第2の識別子を自動登録する第2の収集対象識別子登録ステップと、送受信したSIPメッセージ信号内に、登録された前記第1の識別子または前記第2の識別子が含まれていた場合に、該SIPメッセージ信号のログ情報を収集し、収集した前記ログ情報を前記ログ情報記憶手段に信号ログファイルとして記憶するログ情報収集ステップとを有し、前記ログ情報収集ステップでは、前記第2の識別子が前記SIPメッセージ信号内に含まれていた場合に、該第2の識別子に対応付けられた前記第1の識別子に基づくログ情報を記憶する前記信号ログファイルに前記第2の識別子に基づくログ情報を記憶することを特徴とする。 In the present invention, in order to collect log information based on an identifier included in a SIP message signal, log information storage means for storing the collected log information and two identifier information are stored in advance in association with each other. Identifier information storage means; input means for inputting identifier information for log information collection; first collection object identifier storage means for storing information of the first identifier; and second information for storing information of the second identifier. Log information collection method in a protocol monitor device comprising a collection target identifier storage means , wherein the protocol monitor device uses the identifier information input by the input means as a first identifier of a log information collection target. A first collection target identifier registration step for registering the first identifier by storing in the collection target identifier storage means, and the first collection The identifier information associated with the identifier information registered in the elephant identifier storage means is identified and read out from the identifier information storage means, and the second collection target identifier storage as the second identifier of the log information collection target A second collection target identifier registration step for automatically registering the second identifier by storing in the means; and the registered first identifier or the second identifier is included in the transmitted / received SIP message signal if it was, the SIP message signal log information collected in the collected the log information has been closed and a log information collecting step of storing a signal log file to the log-information storing unit, in the log information collection step The first identifier associated with the second identifier when the second identifier is included in the SIP message signal. And to store the log information in the signal log file that stores the log information based on the identifier based on the second identifier.
本発明は、SIPメッセージ信号内に含まれる識別子に基づいてログ情報を収集するために、収集した前記ログ情報を記憶するログ情報記憶手段と、2つの識別子情報が対応付けられて予め記憶された識別子情報記憶手段と、ログ情報収集対象の識別子情報を入力する入力手段と、第1の識別子の情報を記憶する第1の収集対象識別子記憶手段と、第2の識別子の情報を記憶する第2の収集対象識別子記憶手段とを備えるプロトコルモニタ装置上のコンピュータに、前記入力手段により入力された識別子情報をログ情報収集対象の第1の識別子として前記第1の収集対象識別子記憶手段に記憶することにより、前記第1の識別子を登録する第1の収集対象識別子登録ステップと、前記第1の収集対象識別子記憶手段に登録されている前記識別子情報に対応付けられている識別子情報を特定して前記識別子情報記憶手段から読み出し、ログ情報収集対象の第2の識別子として前記第2の収集対象識別子記憶手段に記憶することにより、前記第2の識別子を自動登録する第2の収集対象識別子登録ステップと、送受信したSIPメッセージ信号内に、登録された前記第1の識別子または前記第2の識別子が含まれていた場合に、該SIPメッセージ信号のログ情報を収集し、収集した前記ログ情報を前記ログ情報記憶手段に信号ログファイルとして記憶するログ情報収集ステップとを行わせ、前記ログ情報収集ステップでは、前記第2の識別子が前記SIPメッセージ信号内に含まれていた場合に、該第2の識別子に対応付けられた前記第1の識別子に基づくログ情報を記憶する前記信号ログファイルに前記第2の識別子に基づくログ情報を記憶することを特徴とする。 In the present invention, in order to collect log information based on an identifier included in a SIP message signal, log information storage means for storing the collected log information and two identifier information are stored in advance in association with each other. Identifier information storage means; input means for inputting identifier information for log information collection; first collection object identifier storage means for storing information of the first identifier; and second information for storing information of the second identifier. And storing the identifier information inputted by the input means in the first collection target identifier storage means as a first identifier of the log information collection target. The first collection target identifier registration step for registering the first identifier, and the identification registered in the first collection target identifier storage means By identifying the identifier information associated with the information and reading it from the identifier information storage means, and storing it in the second collection target identifier storage means as the second identifier of the log information collection target, A second collection target identifier registration step for automatically registering an identifier , and when the registered first identifier or the second identifier is included in the transmitted / received SIP message signal, the SIP message signal A log information collecting step of collecting log information and storing the collected log information in the log information storage means as a signal log file , wherein in the log information collecting step, the second identifier is the SIP message signal The log information based on the first identifier associated with the second identifier is stored. And to store the log information based on the second identifier in a log file.
本発明によれば、対応付けられている少なくとも2つの識別子のいずれか一方のみをログ情報収集対象の識別子として保守管理者が手動登録すると、手動登録した識別子に対応する他の識別子を、ログ情報収集対象の識別子として、自動的に登録するようにしたため、保守管理者の登録作業を大幅に軽減することができるという効果が得られる。また、手動登録した識別子に対応する他の識別子のログ情報を、手動登録した識別子のログ情報を記録する信号ログファイルへ記録するようにしたため、対応付けられている2つの識別子のログ情報が1つのファイルに記録されることになり、ログ情報の解析作業を効率的に行うことが可能になるという効果も得られる。 According to the present invention, when the maintenance manager manually registers only one of at least two associated identifiers as the identifier of the log information collection target, another identifier corresponding to the manually registered identifier is changed to log information. Since the identifier to be collected is automatically registered, the registration work of the maintenance manager can be greatly reduced. Further, since log information of another identifier corresponding to the manually registered identifier is recorded in the signal log file for recording the log information of the manually registered identifier, the log information of the two associated identifiers is 1 It is recorded in one file, and the effect that analysis work of log information can be performed efficiently is also obtained.
以下、図面を参照して、本発明の一実施形態によるプロトコルモニタ装置を説明する。図1は同実施形態の構成を示すブロック図である。この図において、符号1は、論理番号から物理番号への電話番号変換を伴う電話サービスを提供するSIP−AS(SIPアプリケーションサーバ)であり、コンピュータ装置から構成する。符号2は、内部にS−CSCF(Serving-Call Session Control Function;セッション設定の制御を行う機能)を備えている通信網である。符号3は、電話機能を実現する端末であり、ここでは、発信を行う端末(以下、発信者端末という)である。符号4は、電話機能を実現する端末であり、ここでは、着信を行う端末(以下、着信者端末という)である。ここでは、発信者端末3の電話番号を03yyyyyyyyであるものとし、着信者端末4の電話番号を0422zzzzzzであるものとする。また、着信者端末4は、論理番号として、0120xxxxxxxを有している。
Hereinafter, a protocol monitoring apparatus according to an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the embodiment. In this figure,
符号11は、SIPによる通信機能を実現するプロトコル機能部である。符号12は、プロトコル機能部11が送受信するSIPメッセージ信号を入力し、プロトコルモニタの機能を実現するプロトコルモニタ機能部である。符号13は、論理番号から物理番号への電話番号変換を行うサービス機能部である。符号14は、加入者の情報を記憶する加入者データベース(DB)であり、少なくとも論理番号に対応する物理番号が関係付けられて記憶されている。この加入者DB14は、サービス機能部13が電話番号変換を行うために必要な情報が記憶されたデータベースであり、加入者が登録された時点で論理番号とこの論理番号に対応する物理番号が関係付けられて記憶されることになる。ここでは、論理番号0120xxxxxxx、0120aaaaaaaに対して、それぞれ物理番号0422zzzzzz、0852bbbbbbが登録されているものとする。
符号15は、ログ情報を収集するべき識別子(ここでは、電話番号)が保守管理者によって登録された収集対象電話番号データベース(DB)である。符号16は、収集対象電話番号DB15に登録されている識別子に基づいて、ログ情報を収集するべき識別子(ここでは、電話番号)を自動的に登録する収集対象電話番号データベース(DB)である。符号17は、プロトコルモニタ機能部12から出力するログ情報を記録する信号ログファイルである。符号18は、保守管理者が入力操作を行うための保守端末である。
次に、図1に示すSIP−AS1の処理動作を説明する。始めに、図1〜図3を参照して、収集対象電話番号の自動登録動作を説明する。図2は、論理番号を収集対象の電話番号として収集対象電話番号DB15に手動登録した場合の各データベースの関係を示す図である。図3は、物理番号を収集対象の電話番号として収集対象電話番号DB15に手動登録した場合の各データベースの関係を示す図である。
Next, the processing operation of the SIP-
まず、保守管理者が、保守端末18からログ情報を収集するべき電話番号である収集対象電話番号を入力すると、プロトコルモニタ機能部12は、入力された電話番号を収集対象電話番号DB15に書き込むことにより電話番号の登録を行う。ログ情報を収集するべき電話番号が複数ある場合は、その全ての電話番号を保守端末18から入力して、収集対象電話番号DB15に登録しておく。論理番号を収集対象の電話番号とした場合は、図2に示すように、少なくとも0120xxxxxxxと0120aaaaaaaを登録したものとする。また、物理番号を収集対象の電話番号とした場合は、図3に示すように、収集対象電話番号として、少なくとも0422zzzzzzと0852bbbbbbを登録したものとする。
First, when the maintenance manager inputs a collection target telephone number that is a telephone number from which log information should be collected from the maintenance terminal 18, the protocol
次に、保守管理者が、保守端末18から収集対象電話番号の自動登録処理を実行させる操作を行うと、プロトコルモニタ機能部12は、手動で登録された収集対象電話番号DB15内の電話番号に関係付けられている他の電話番号を加入者DB14を参照して特定する。ここで特定する電話番号は、収集対象電話番号DB15内に登録されている電話番号が論理番号であれば、これに対応する物理番号を特定し、収集対象電話番号DB15内に登録されている電話番号が物理番号であれば、これに対応する論理番号を特定する(図2、図3参照)。
Next, when the maintenance manager performs an operation to execute automatic registration processing of the collection target telephone number from the maintenance terminal 18, the protocol
そして、プロトコルモニタ機能部12は、特定した電話番号を加入者DB14から読み出し、収集対象電話番号DB16に書き込む。この処理動作を収集対象電話番号DB15内に登録されている電話番号全てに対して行う。ただし、収集対象電話番号DB15内に登録されている電話番号が物理番号であり、かつその物理番号が対応する論理番号を持たない場合は、収集対象電話番号DB16に書き込むべき電話番号が存在しないため、自動登録処理を行わない。この処理動作によって、手動登録を論理番号とした場合は、図2に示すように、収集対象電話番号DB16には、0120xxxxxxxに対応する0422zzzzzzと、0120aaaaaaaに対応する0852bbbbbbが登録されることになる。また、手動登録を物理番号とした場合は、図3に示すように、収集対象電話番号DB16には、0422zzzzzzに対応する0120xxxxxxxと、0852bbbbbbに対応する0120aaaaaaaが登録されることになる。これらの自動登録処理は、保守端末18からの操作なしに、プロトコルモニタ機能部12が電話番号を収集対象電話番号DB15に書き込む処理に続けて自律的に実行することも可能である。
Then, the protocol
次に、信号ログファイル17にログ情報を書き込む処理動作を説明する。図4は、図1に示す装置において、SIPメッセージ信号からログ情報を収集して、信号ログファイル17にログ情報を記録する動作を示すシーケンス図である。ここでは、収集対象電話番号DB15には、論理番号が手動登録されているものとして説明する。まず、発信者が発信者端末3から着信者端末4の論理番号である「0120xxxxxx」に対する発信操作を行うと、通信網2内に設けられているS−CSCFからSIP−AP1に対してINVITE要求を送信する(ステップS1)と、プロトコル機能部11は、このINVITE要求の信号をサービス機能部13とプロトコルモニタ機能部12のそれぞれへ転送する。図に示すINVITE要求において、SIP信号の他のヘッダ及びボディは省略して図示している。また、このINVITE要求に含まれる「R−URI」とはRequest−URI(Uniform Resource Identifier)であることを示している。
Next, a processing operation for writing log information to the
これを受けて、プロトコルモニタ機能部12は、このINVITE要求の信号内に含まれている識別子(電話番号)と、収集対象電話番号DB15及び収集対象電話番号DB16に登録されている識別子(電話番号)と照合し、信号内に含まれている識別子と、収集対象電話番号DB15及び収集対象電話番号DB16のいずれかに登録されている識別子とが一致したことを検出すると、信号ログファイル17にログ情報を記録する。
In response to this, the protocol
図4に示す例では、信号内の「0120xxxxxx」が一致するため、信号ログファイル17にログ情報を記録する。このとき、信号ログファイル17が既に存在していれば、存在している信号ログファイル17内に新たなログ情報を追記することにより記録する。一方、得られたログ情報が初めての電話番号に対応するログ情報であり、信号ログファイル17が存在していない場合は、「電話番号.log」というファイル名でファイルを生成して、ここ信号ログファイル17にログ情報を記録する。図4に示す例では、0120xxxxxx.logというファイル名を生成して書き込む。ただし、信号ログファイル17のファイル名に用いる電話番号は、手動登録した収集対象電話番号DB15に登録されている電話番号である。得られたログ情報の電話番号が自動登録された収集対象電話番号DB16に登録されている電話番号である場合、プロトコルモニタ機能部12は、加入者DB14を参照して、得られたログ情報の電話番号に関係付けられている他の電話番号(手動登録された電話番号)を用いて信号ログファイル17を生成する。
In the example shown in FIG. 4, since “0120xxxx” in the signal matches, log information is recorded in the
この動作と並行して、サービス機能部13は、プロトコル機能部11からINVITE要求の信号が転送されると、加入者DB14を参照して、電話番号変換を行う。図4に示す例では、0120xxxxxxを0422zzzzzzへ変換して、プロトコル機能部11へ返す。これを受けて、プロトコル機能部11は、S−CSCF2に対して、INVITE要求を送信する(ステップS2)。このINVITE要求の信号は、プロトコルモニタ機能部12へも出力する。
In parallel with this operation, when the INVITE request signal is transferred from the
これを受けて、プロトコルモニタ機能部12は、このINVITE要求の信号内に含まれている識別子と、収集対象電話番号DB15及び収集対象電話番号DB16に登録されている識別子と照合し、信号内に含まれている識別子と、収集対象電話番号DB15及び収集対象電話番号DB16に登録されている識別子とが一致したことを検出すると、信号ログファイル17にログ情報を記録する。このときの電話番号は、自動登録した収集対象電話番号DB16に登録されている電話番号(0422zzzzzz)であるため、プロトコルモニタ機能部12は、加入者DB14を参照して、得られたログ情報の電話番号に関係付けられている他の電話番号(手動登録された電話番号0120xxxxxx)を特定し、この電話番号のファイル名を持つ信号ログファイル17へログ情報を記録する。このとき、信号ログファイル17が存在していない場合は、前述した処理動作と同様にして信号ログファイル17を生成し、その信号ログファイル17へログ情報を記録する。
In response to this, the protocol
次に、SIP−AS1からのINVITE要求に対してS−CSCF2からSIP−AS1へ応答(200 OK)を返す(ステップS3)と、プロトコル機能部11は、この信号をプロトコルモニタ機能部12へ転送する。これを受けて、プロトコルモニタ機能部12は、この応答の信号内に含まれている識別子(電話番号)と、収集対象電話番号DB15及び収集対象電話番号DB16に登録されている識別子(電話番号)と照合し、信号内に含まれている識別子と、収集対象電話番号DB15及び収集対象電話番号DB16のいずれかに登録されている識別子とが一致したことを検出すると、信号ログファイル17にログ情報を記録する。このとき、前述した処理動作と同様にしてログ情報を記録するべき信号ログファイル17を特定して、その信号ログファイル17へログ情報を記録する。
Next, when a response (200 OK) is returned from the S-
次に、信号ログファイル17にログ情報を書き込む処理動作の変形例を説明する。図5は、図1に示す装置において、SIPメッセージ信号からログ情報を収集して、信号ログファイル17にログ情報を記録する動作を示すシーケンス図である。ここでは、収集対象電話番号DB15には、物理番号が手動登録されているものとして説明する。まず、発信者が発信者端末3から着信者端末4の論理番号である「0120xxxxxx」に対する発信操作を行うと、通信網2内に設けられているS−CSCFからSIP−AP1に対してINVITE要求を送信する(ステップS11)と、プロトコル機能部11は、このINVITE要求の信号をサービス機能部13とプロトコルモニタ機能部12のそれぞれへ転送する。
Next, a modification of the processing operation for writing log information to the
これを受けて、プロトコルモニタ機能部12は、このINVITE要求の信号内に含まれている識別子(電話番号)と、収集対象電話番号DB15及び収集対象電話番号DB16に登録されている識別子(電話番号)と照合し、信号内に含まれている識別子と、収集対象電話番号DB15及び収集対象電話番号DB16のいずれかに登録されている識別子とが一致したことを検出すると、信号ログファイル17にログ情報を記録する。
In response to this, the protocol
図5に示す例では、信号内の「0120xxxxxx」が一致するため、信号ログファイル17にログ情報を記録する。このとき、信号ログファイル17が既に存在していれば、存在している信号ログファイル17内に新たなログ情報を追記することにより記録する。一方、得られたログ情報が初めての電話番号に対応するログ情報であり、信号ログファイル17が存在していない場合は、「電話番号.log」というファイル名でファイルを生成して、ここ信号ログファイル17にログ情報を記録する。ただし、信号ログファイル17のファイル名に用いる電話番号は、手動登録した収集対象電話番号DB15に登録されている電話番号である。図5に示す例では、0422zzzzzz.logというファイル名を生成して書き込む。
In the example shown in FIG. 5, since “0120xxxx” in the signal matches, log information is recorded in the
この動作と並行して、サービス機能部13は、プロトコル機能部11からINVITE要求の信号が転送されると、加入者DB14を参照して、電話番号変換を行う。図5に示す例では、0120xxxxxxを0422zzzzzzへ変換して、プロトコル機能部11へ返す。これを受けて、プロトコル機能部11は、S−CSCF2に対して、INVITE要求を送信する(ステップS12)。このINVITE要求の信号は、プロトコルモニタ機能部12へも出力する。
In parallel with this operation, when the INVITE request signal is transferred from the
これを受けて、プロトコルモニタ機能部12は、このINVITE要求の信号内に含まれている識別子と、収集対象電話番号DB15及び収集対象電話番号DB16に登録されている識別子と照合し、信号内に含まれている識別子と、収集対象電話番号DB15及び収集対象電話番号DB16に登録されている識別子とが一致したことを検出すると、信号ログファイル17にログ情報を記録する。このとき、前述した処理動作と同様にしてログ情報を記録するべき信号ログファイル17を特定して、その信号ログファイル17へログ情報を記録する。
In response to this, the protocol
次に、SIP−AS1からのINVITE要求に対してS−CSCF2からSIP−AS1へ応答(200 OK)を返す(ステップS13)と、プロトコル機能部11は、この信号をプロトコルモニタ機能部12へ転送する。これを受けて、プロトコルモニタ機能部12は、この応答の信号内に含まれている識別子(電話番号)と、収集対象電話番号DB15及び収集対象電話番号DB16に登録されている識別子(電話番号)と照合し、信号内に含まれている識別子と、収集対象電話番号DB15及び収集対象電話番号DB16のいずれかに登録されている識別子とが一致したことを検出すると、信号ログファイル17にログ情報を記録する。このとき、前述した処理動作と同様にしてログ情報を記録するべき信号ログファイル17を特定して、その信号ログファイル17へログ情報を記録する。
Next, when a response (200 OK) is returned from the S-
以上説明したように、プロトコルモニタ機能を有するSIP−AS1において、ログ情報収集したい論理番号または物理番号のいずれか一方のみを保守管理者が手動登録すると、予めSIP−AS1内に備えている番号変換用のデータベース(例えば、加入者DB14)を参照して、手動登録した電話番号に対応する他の電話番号を読み出し、収集対象の電話番号として、自動的に登録するようにしたため、保守管理者の登録作業を大幅に軽減することができる。また、手動登録した電話番号に対応する他の電話番号のログ情報を、手動登録した電話番号のログ情報を記録する信号ログファイルへ記録するようにしたため、関係付けられている論理番号と物理番号のログ情報が1つのファイルに記録されることになり、ログ情報の解析作業を効率的に行うことが可能となる。
As described above, in the SIP-
なお、図1における処理部の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによりログ情報収集処理を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータシステム」は、ホームページ提供環境(あるいは表示環境)を備えたWWWシステムも含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(RAM)のように、一定時間プログラムを保持しているものも含むものとする。 Note that a log information collecting process is performed by recording a program for realizing the function of the processing unit in FIG. 1 on a computer-readable recording medium, causing the computer system to read and execute the program recorded on the recording medium. May be performed. Here, the “computer system” includes an OS and hardware such as peripheral devices. The “computer system” includes a WWW system having a homepage providing environment (or display environment). The “computer-readable recording medium” refers to a storage device such as a flexible medium, a magneto-optical disk, a portable medium such as a ROM and a CD-ROM, and a hard disk incorporated in a computer system. Further, the “computer-readable recording medium” refers to a volatile memory (RAM) in a computer system that becomes a server or a client when a program is transmitted via a network such as the Internet or a communication line such as a telephone line. In addition, those holding programs for a certain period of time are also included.
また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。また、上記プログラムは、前述した機能の一部を実現するためのものであってもよい。さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であってもよい。 The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting the program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line. The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, what is called a difference file (difference program) may be sufficient.
SIPメッセージ信号のログ情報を収集する際に、1つの識別子に対して関係付けられている他の識別子とを関係付けてログ情報を収集することが不可欠な用途に適用できる。 When collecting log information of a SIP message signal, it can be applied to an application in which it is indispensable to collect log information by associating with another identifier associated with one identifier.
1・・・SIP−AS、11・・・プロトコル機能部、12・・・プロトコルモニタ機能部、13・・・サービス機能部、14・・・加入者DB、15・・・収集対象電話番号(手動登録)DB、16・・・収集対象電話番号(自動登録)DB、17・・・信号ログファイル、18・・・保守端末、2・・・通信網(S−CSCF)、3・・・発信者端末、4・・・着信者端末
DESCRIPTION OF
Claims (4)
収集した前記ログ情報を記憶するログ情報記憶手段と、
2つの識別子情報が対応付けられて予め記憶された識別子情報記憶手段と、
ログ情報収集対象の識別子情報を入力する入力手段と、
第1の識別子の情報を記憶する第1の収集対象識別子記憶手段と、
第2の識別子の情報を記憶する第2の収集対象識別子記憶手段と、
前記入力手段により入力された識別子情報をログ情報収集対象の第1の識別子として前記第1の収集対象識別子記憶手段に記憶することにより、前記第1の識別子を登録する第1の収集対象識別子登録手段と、
前記第1の収集対象識別子記憶手段に登録されている前記識別子情報に対応付けられている識別子情報を特定して前記識別子情報記憶手段から読み出し、ログ情報収集対象の第2の識別子として前記第2の収集対象識別子記憶手段に記憶することにより、前記第2の識別子を自動登録する第2の収集対象識別子登録手段と、
送受信したSIPメッセージ信号内に、登録された前記第1の識別子または前記第2の識別子が含まれていた場合に、該SIPメッセージ信号のログ情報を収集し、収集した前記ログ情報を前記ログ情報記憶手段に信号ログファイルとして記憶するログ情報収集手段と
を備え、
前記ログ情報収集手段は、前記第2の識別子が前記SIPメッセージ信号内に含まれていた場合に、該第2の識別子に対応付けられた前記第1の識別子に基づくログ情報を記憶する前記信号ログファイルに前記第2の識別子に基づくログ情報を記憶することを特徴とするプロトコルモニタ装置。 A protocol monitoring device that collects log information based on an identifier included in a SIP message signal,
Log information storage means for storing the collected log information;
Identifier information storage means for storing two identifier information in association with each other;
An input means for inputting identifier information for log information collection;
First collection target identifier storage means for storing information of the first identifier;
Second collection target identifier storage means for storing information of the second identifier;
First collection target identifier registration for registering the first identifier by storing the identifier information input by the input unit in the first collection target identifier storage unit as the first identifier of the log information collection target Means,
And read out from said first collection target identifier storage means to identify the identifier information associated with the identifier information registered the identifier information storage means, wherein the second identifier of the log information collection target A second collection target identifier registration unit for automatically registering the second identifier by storing in a second collection target identifier storage unit ;
When the transmitted and received SIP message signal includes the registered first identifier or the second identifier, log information of the SIP message signal is collected, and the collected log information is used as the log information. Log information collecting means for storing as a signal log file in the storage means ,
The log information collection means stores the log information based on the first identifier associated with the second identifier when the second identifier is included in the SIP message signal. A protocol monitor device that stores log information based on the second identifier in a log file .
前記プロトコルモニタ装置が、
前記入力手段により入力された識別子情報をログ情報収集対象の第1の識別子として前記第1の収集対象識別子記憶手段に記憶することにより、前記第1の識別子を登録する第1の収集対象識別子登録ステップと、
前記第1の収集対象識別子記憶手段に登録されている前記識別子情報に対応付けられている識別子情報を特定して前記識別子情報記憶手段から読み出し、ログ情報収集対象の第2の識別子として前記第2の収集対象識別子記憶手段に記憶することにより、前記第2の識別子を自動登録する第2の収集対象識別子登録ステップと、
送受信したSIPメッセージ信号内に、登録された前記第1の識別子または前記第2の識別子が含まれていた場合に、該SIPメッセージ信号のログ情報を収集し、収集した前記ログ情報を前記ログ情報記憶手段に信号ログファイルとして記憶するログ情報収集ステップと
を有し、
前記ログ情報収集ステップでは、前記第2の識別子が前記SIPメッセージ信号内に含まれていた場合に、該第2の識別子に対応付けられた前記第1の識別子に基づくログ情報を記憶する前記信号ログファイルに前記第2の識別子に基づくログ情報を記憶することを特徴とするログ情報収集方法。 In order to collect log information based on an identifier included in a SIP message signal, log information storage means for storing the collected log information, and identifier information storage means in which two pieces of identifier information are associated and stored in advance Input means for inputting identifier information of log information collection target, first collection target identifier storage means for storing information of the first identifier, and second collection target identifier for storing information of the second identifier Log information collection method in a protocol monitor device comprising storage means ,
The protocol monitoring device is
First collection target identifier registration for registering the first identifier by storing the identifier information input by the input unit in the first collection target identifier storage unit as the first identifier of the log information collection target Steps,
The identifier information associated with the identifier information registered in the first collection target identifier storage unit is identified and read out from the identifier information storage unit, and the second identifier is used as a log information collection target second identifier. A second collection target identifier registration step of automatically registering the second identifier by storing in the collection target identifier storage means,
When the transmitted and received SIP message signal includes the registered first identifier or the second identifier, log information of the SIP message signal is collected, and the collected log information is used as the log information. possess a log information collecting step of storing a signal log file in the storage means,
In the log information collecting step, when the second identifier is included in the SIP message signal, the signal for storing log information based on the first identifier associated with the second identifier A log information collecting method , wherein log information based on the second identifier is stored in a log file .
前記入力手段により入力された識別子情報をログ情報収集対象の第1の識別子として前記第1の収集対象識別子記憶手段に記憶することにより、前記第1の識別子を登録する第1の収集対象識別子登録ステップと、
前記第1の収集対象識別子記憶手段に登録されている前記識別子情報に対応付けられている識別子情報を特定して前記識別子情報記憶手段から読み出し、ログ情報収集対象の第2の識別子として前記第2の収集対象識別子記憶手段に記憶することにより、前記第2の識別子を自動登録する第2の収集対象識別子登録ステップと、
送受信したSIPメッセージ信号内に、登録された前記第1の識別子または前記第2の識別子が含まれていた場合に、該SIPメッセージ信号のログ情報を収集し、収集した前記ログ情報を前記ログ情報記憶手段に信号ログファイルとして記憶するログ情報収集ステップと
を行わせ、
前記ログ情報収集ステップでは、前記第2の識別子が前記SIPメッセージ信号内に含まれていた場合に、該第2の識別子に対応付けられた前記第1の識別子に基づくログ情報を記憶する前記信号ログファイルに前記第2の識別子に基づくログ情報を記憶することを特徴とするログ情報収集プログラム。 In order to collect log information based on an identifier included in a SIP message signal, log information storage means for storing the collected log information, and identifier information storage means in which two pieces of identifier information are associated and stored in advance Input means for inputting identifier information of log information collection target, first collection target identifier storage means for storing information of the first identifier, and second collection target identifier for storing information of the second identifier A computer on a protocol monitor device comprising storage means ;
First collection target identifier registration for registering the first identifier by storing the identifier information input by the input unit in the first collection target identifier storage unit as the first identifier of the log information collection target Steps,
The identifier information associated with the identifier information registered in the first collection target identifier storage unit is identified and read out from the identifier information storage unit, and the second identifier is used as a log information collection target second identifier. A second collection target identifier registration step of automatically registering the second identifier by storing in the collection target identifier storage means,
When the transmitted and received SIP message signal includes the registered first identifier or the second identifier, log information of the SIP message signal is collected, and the collected log information is used as the log information. storage means to perform a log information collecting step of storing a signal log file,
In the log information collecting step, when the second identifier is included in the SIP message signal, the signal for storing log information based on the first identifier associated with the second identifier A log information collection program that stores log information based on the second identifier in a log file .
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010028898A JP5213886B2 (en) | 2010-02-12 | 2010-02-12 | Protocol monitor device, log information collection method, and log information collection program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010028898A JP5213886B2 (en) | 2010-02-12 | 2010-02-12 | Protocol monitor device, log information collection method, and log information collection program |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2011166582A JP2011166582A (en) | 2011-08-25 |
| JP5213886B2 true JP5213886B2 (en) | 2013-06-19 |
Family
ID=44596712
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2010028898A Active JP5213886B2 (en) | 2010-02-12 | 2010-02-12 | Protocol monitor device, log information collection method, and log information collection program |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP5213886B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP5941435B2 (en) * | 2013-06-07 | 2016-06-29 | 日本電信電話株式会社 | Congestion detection device, congestion detection method, congestion detection program, and program recording medium |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP3611139B2 (en) * | 1995-08-11 | 2005-01-19 | 日本電信電話株式会社 | Operation information collection method |
| JPH09321869A (en) * | 1996-05-31 | 1997-12-12 | Nec Corp | Call information testing method and device therefor |
| JP4425841B2 (en) * | 2005-09-15 | 2010-03-03 | 株式会社日立製作所 | Relay system and call relief method |
| JP2009021808A (en) * | 2007-07-11 | 2009-01-29 | Nippon Telegraph & Telephone East Corp | Signal monitoring apparatus and computer program |
-
2010
- 2010-02-12 JP JP2010028898A patent/JP5213886B2/en active Active
Also Published As
| Publication number | Publication date |
|---|---|
| JP2011166582A (en) | 2011-08-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Khanafseh et al. | A survey of various frameworks and solutions in all branches of digital forensics with a focus on cloud forensics | |
| US8416695B2 (en) | Method, device and system for network interception | |
| US8358745B2 (en) | Recording identity data to enable on demand services in a communications system | |
| US20170161377A1 (en) | Methods and apparatus to process call packets collected in a communications network | |
| US10447848B2 (en) | System and method for reliable call recording testing and proprietary customer information retrieval | |
| CN107395559A (en) | Data processing method and equipment based on redis | |
| FI20185307A1 (en) | Solution for establishing a communication session | |
| Sudozai et al. | Forensics study of IMO call and chat app | |
| CN110381174B (en) | High-speed domain name resolution method based on stateless scanning | |
| JP5662735B2 (en) | How to improve call tracing | |
| JP5213886B2 (en) | Protocol monitor device, log information collection method, and log information collection program | |
| WO2018192367A1 (en) | Method for calling target customer, and service terminal, server and storage medium | |
| CN101827068B (en) | A business scene restoration method and device | |
| JP3793159B2 (en) | Control sequence test method in VoIP service, test device and capture device used in the test method, and computer program for realizing the test device and capture device | |
| US20130163581A1 (en) | Systems and methods of integrating call detail record information from multiple sources | |
| US9032079B2 (en) | Management and diagnosis of telephonic devices | |
| CN113114855B (en) | A Zombie Number Retrieval Method Based on IMS Call Signaling | |
| JP6034988B1 (en) | How to create outgoing information | |
| JP5820749B2 (en) | Identification device, identification method, and identification program | |
| CN104427484B (en) | A kind of method and apparatus for application server transmission using data | |
| CN110555625B (en) | Information processing method, device, computer equipment and storage medium | |
| CN110300233B (en) | Enterprise-level telephone track management method and system | |
| US20250023870A1 (en) | System and method for identifying an application initiating a communication in a computing environment | |
| Likumahua et al. | Digital Forensics and Its Challenges in Investigating Online Gambling Cases | |
| CN115955423B (en) | A network traffic processing method, device and processing equipment based on domain name |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110901 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120920 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120925 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20121120 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20121211 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130129 |
|
| 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: 20130219 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130226 |
|
| R151 | Written notification of patent or utility model registration |
Ref document number: 5213886 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20160308 Year of fee payment: 3 |
|
| S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |