KR100617816B1 - Method for object oriented design of call control function entity in intelligent network - Google Patents

Method for object oriented design of call control function entity in intelligent network Download PDF

Info

Publication number
KR100617816B1
KR100617816B1 KR1019990030441A KR19990030441A KR100617816B1 KR 100617816 B1 KR100617816 B1 KR 100617816B1 KR 1019990030441 A KR1019990030441 A KR 1019990030441A KR 19990030441 A KR19990030441 A KR 19990030441A KR 100617816 B1 KR100617816 B1 KR 100617816B1
Authority
KR
South Korea
Prior art keywords
call
point
basic
detection point
call processing
Prior art date
Application number
KR1019990030441A
Other languages
Korean (ko)
Other versions
KR20010011195A (en
Inventor
김종일
Original Assignee
삼성전자주식회사
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 삼성전자주식회사 filed Critical 삼성전자주식회사
Priority to KR1019990030441A priority Critical patent/KR100617816B1/en
Publication of KR20010011195A publication Critical patent/KR20010011195A/en
Application granted granted Critical
Publication of KR100617816B1 publication Critical patent/KR100617816B1/en

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B44DECORATIVE ARTS
    • B44DPAINTING OR ARTISTIC DRAWING, NOT OTHERWISE PROVIDED FOR; PRESERVING PAINTINGS; SURFACE TREATMENT TO OBTAIN SPECIAL ARTISTIC SURFACE EFFECTS OR FINISHES
    • B44D3/00Accessories or implements for use in connection with painting or artistic drawing, not otherwise provided for; Methods or devices for colour determination, selection, or synthesis, e.g. use of colour tables
    • B44D3/02Palettes
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B32LAYERED PRODUCTS
    • B32BLAYERED PRODUCTS, i.e. PRODUCTS BUILT-UP OF STRATA OF FLAT OR NON-FLAT, e.g. CELLULAR OR HONEYCOMB, FORM
    • B32B27/00Layered products comprising a layer of synthetic resin
    • B32B27/30Layered products comprising a layer of synthetic resin comprising vinyl (co)polymers; comprising acrylic (co)polymers
    • B32B27/308Layered products comprising a layer of synthetic resin comprising vinyl (co)polymers; comprising acrylic (co)polymers comprising acrylic (co)polymers

Landscapes

  • Telephonic Communication Services (AREA)

Abstract

본 발명은 지능망(IN: Intelligent Network)에 관한 것으로, 특히 지능망 서비스를 위한 기본 호 제어 및 접속 제어를 수행하는 호 제어 기능(Call Control Function) 블럭에 대한 성능과 메모리 사용량의 최소화를 고려한 객체 지향 설계(Object Oriented Design) 방법을 사용한 객체 모델에 관한 것이다. 이를 해결하기 위하여 본 발명은 지능망에서 각 호마다 클래스의 인스턴스를 생성하여 호 처리에 필요한 모든 변수값들을 저장하는 어트리뷰트들을 갖고, 호 처리 사건들을 단순히 전달하는 방법들만을 갖는 기본 호 상태 모델과, 기본 호 상태 모델 상태와, 호 처리에 필요한 정보의 저장장소로 상기 기본 호 상태 모델의 어트리뷰트들을 사용하는 호 처리점과 감지점으로 구성된 호 제어 기능 블럭 객체 모델의 객체 지향 설계 방법에 있어서, 상기 기본 호 상태 모델에서 사건들을 각 호 처리점이나 감지점에 전달할 때 자신의 객체 포인터도 함께 전달하는 과정과, 상기 기본 호 상태 모델 상태에서 가상 방법들만을 정의하여 디폴트 에러 처리를 하는 과정과, 상기 호 처리점이나 감지점에서 한 개의 인스턴스만을 생성하여 여러 개의 기본 호 상태 모델의 인스턴스들을 담당하는 과정과, 상기 기본 호 상태 모델들과 호 처리점/감지점간 릴레이션을 프랜드(friend)로 하여 각 호 처리점이나 감지점에서 퍼블릭 뿐만 아니라 프라이비트들도 직접 억세스 하는 과정으로 이루어짐을 특징으로 한다.The present invention relates to an intelligent network (IN), and in particular, an object-oriented design in consideration of minimizing performance and memory usage for a call control function block that performs basic call control and access control for an intelligent network service. Object model using the (Object Oriented Design) method. In order to solve this problem, the present invention has a basic call state model that has attributes that store all variable values necessary for call processing by creating an instance of a class for each call in an intelligent network, and has only methods of simply passing call processing events. An object-oriented design method of a call control function block object model comprising a call processing point and a detection point using attributes of the basic call state model as a storage state of call state model state and information required for call processing. When passing events to each call processing point or detection point in the state model, passing its own object pointer, defining only virtual methods in the basic call state model state, and performing default error handling; Create multiple instances of multiple arc states by creating only one instance at a point or detection point. It is a process that takes care of instances of, and directly accesses private as well as public at each call processing point or detection point by making relation between the basic call state models and call processing point / detection point as friends. It is characterized by.

지능망, 객체 모델, 객체 지향방법Intelligent network, object model, object-oriented method

Description

지능망에서 호 제어 기능 블럭의 객체 지향 설계 방법{METHOD FOR OBJECT ORIENTED DESIGN OF CALL CONTROL FUNCTION ENTITY IN INTELLIGENT NETWORK} OBJECT ORIENTED DESIGN OF CALL CONTROL FUNCTION ENTITY IN INTELLIGENT NETWORK}             

도 1은 본 발명에 따른 기본 호 상태 모델 구성요소의 상태 천이 다이아그램1 is a state transition diagram of a basic call state model component in accordance with the present invention.

도 2는 본 발명에 따른 발신 기본 호 상태 모델을 도시한 도면2 is a diagram illustrating an outgoing basic call state model according to the present invention.

도 3은 본 발명에 따른 착신 기본 호 상태 모델을 도시한 도면3 is a diagram illustrating an incoming basic call state model according to the present invention.

도 4는 본 발명에 따른 호 제어 기능 블럭의 객체모델을 도시한 도면4 is a diagram illustrating an object model of a call control function block according to the present invention.

본 발명은 지능망(IN: Intelligent Network)에 관한 것으로, 특히 지능망 서비스를 위한 기본 호 제어 및 접속 제어를 수행하는 호 제어 기능(Call Control Function) 블럭에 대한 성능과 메모리 사용량의 최소화를 고려한 객체 지향 설계(Object Oriented Design) 방법을 사용한 객체 모델에 관한 것이다.The present invention relates to an intelligent network (IN), and in particular, an object-oriented design in consideration of minimizing performance and memory usage for a call control function block that performs basic call control and access control for an intelligent network service. Object model using the (Object Oriented Design) method.

종래의 지능망에 있어서, 기존의 호 제어 블럭은 서비스 제어 블럭과 호 제어 블럭이 일체로 설계되어 새오운 서비스를 도입하려면 호 제어 블럭을 수정해야 하므로 서비스 도입에 많은 노력과 시간이 소요되는 문제점이 있었다.In the conventional intelligent network, the existing call control block has a problem that it takes a lot of effort and time to introduce the service because the service control block and the call control block are designed integrally and the call control block must be modified to introduce a new service. .

따라서 본 발명의 목적은 ITU-T(International Telecommunication Union-Telecommunication standardization section: 국제전기통신연합 통신표준부) 권고안에서 제안하는 서비스 제어 부분과 호 제어 부분을 분리하는 구조를 채택하여, 새로운 서비스 도입시 호 제어 블럭에 영향이 없도록 하고, 객체 지향 설계 기법을 도입하여 호 제어 기능(CCF)을 설계시 성능과 메모리 사용량을 최소화하는 호 제어 기능 블럭의 객체 지향 설계 방법을 제공함에 있다.Accordingly, an object of the present invention is to adopt a structure that separates the service control part and the call control part proposed in the International Telecommunication Union-Telecommunication standardization section (ITU-T) recommendation, so that call control is introduced when a new service is introduced. An object-oriented design method of a call control function block that minimizes performance and memory usage when designing a call control function (CCF) by introducing an object-oriented design technique without affecting the block.

상기 목적을 달성하기 위해 본 발명은 지능망에서 각 호마다 클래스의 인스턴스를 생성하여 호 처리에 필요한 모든 변수값들을 저장하는 어트리뷰트들을 갖고, 호 처리 사건들을 단순히 전달하는 방법들만을 갖는 기본 호 상태 모델과, 기본 호 상태 모델 상태와, 호 처리에 필요한 정보의 저장장소로 상기 기본 호 상태 모델의 어트리뷰트들을 사용하는 호 처리점과 감지점으로 구성된 호 제어 기능 블럭 객체 모델의 객체 지향 설계 방법에 있어서, 상기 기본 호 상태 모델에서 사건들을 각 호 처리점이나 감지점에 전달할 때 자신의 객체 포인터도 함께 전달하는 과정과, 상기 기본 호 상태 모델 상태에서 가상 방법들만을 정의하여 디폴트 에러 처리를 하는 과정과, 상기 호 처리점이나 감지점에서 한 개의 인스턴스만을 생성하여 여러 개의 기본 호 상태 모델의 인스턴스들을 담당하는 과정과, 상기 기본 호 상태 모델들과 호 처리점/감지점간 릴레이션을 프랜드(friend)로 하여 각 호 처리 점이나 감지점에서 퍼블릭 뿐만 아니라 프라이비트들도 직접 억세스 하는 과정으로 이루어짐을 특징으로 한다.
In order to achieve the above object, the present invention provides a basic call state model having attributes for storing all variable values necessary for call processing by creating an instance of a class for each call in an intelligent network, and having only methods of simply passing call processing events. In the object-oriented design method of a call control function block object model consisting of a call processing point and a detection point using the basic call state model state and the attributes of the basic call state model as a storage for information required for call processing, In the case of passing events to each call processing point or detection point in the basic call state model, passing the object pointer together with it, defining the virtual methods in the basic call state model state, and performing default error handling; Create multiple instances of only one instance by creating only one instance at the call processing or discovery point The process of taking care of the instances of the model, the process of directly accessing the private as well as public at each call processing point or detection point by using the relation between the basic call state models and call processing point / detection point as friends. Characterized in that made.

이하, 본 발명의 바람직한 실시예를 첨부한 도면을 참조하여 상세히 설명한다. 우선 각 도면의 구성 요소들에 참조부호를 부가함에 있어서, 동일한 구성요소들에 한해서는 비록 다른 도면상에 표시되더라도 가능한 한 동일한 부호를 가지도록 하고 있음에 유의해야 한다. 또한, 하기의 설명에서 구체적인 처리흐름과 같은 많은 특정 상세들은 본 발명의 보다 전반적인 이해를 제공하기 위하여 나타나 있다. 이들 특정 상세들 없이 본 발명이 실시될 수 있다는 것은 이 기술분야에서 통상의 지식을 가진 자에게는 자명할 것이다. 그리고 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 공지기능 및 구성에 대한 상세한 설명은 생략한다.Hereinafter, with reference to the accompanying drawings, preferred embodiments of the present invention will be described in detail. First of all, in adding reference numerals to the components of each drawing, it should be noted that the same components have the same reference numerals as much as possible even if they are displayed on different drawings. In addition, in the following description, numerous specific details, such as specific process flows, are set forth in order to provide a more thorough understanding of the present invention. It will be apparent to those skilled in the art that the present invention may be practiced without these specific details. Detailed descriptions of well-known functions and configurations that are determined to unnecessarily obscure the subject matter of the present invention will be omitted.

본 발명에서 모델링(Modeling) 하고자 하는 호 제어 기능(CCF)의 구성은 도 1에 도시된 바와 같이 상기 호 제어 기능을 표현하는 상위 레벨의 유한 상태 머신인 기본 호 상태 모델(BCSM: Basic Call State Model)의 구성인 다수의 호 처리점(PIC: Point In Call)(110, 130)과 감지점(DP: Detection Point)(100, 120)과 천이(Transition), 그리고 사건(Event)으로 구성되어 있다. 상기 도 1은 본 발명에 따른 기본 호 상태 모델 구성요소의 상태 천이 다이아그램(diagram)이다.The configuration of the call control function (CCF) to be modeled in the present invention is a basic call state model (BCSM), which is a high-level finite state machine representing the call control function as shown in FIG. ) Consists of a number of point in call (PIC) points (110, 130), detection points (DP) (100, 120), transitions, and events. . 1 is a state transition diagram of a basic call state model component in accordance with the present invention.

상기 호 처리점(110 및 130)이란 지능망 서비스 로직 인스턴스(instance)들이 서비스 제어를 위하여 필요한 기본 호/접속(connection) 상태들을 말하는 것으 로, 실제 사건들을 처리하는 것이며, 상기 감지점들(100 및 120)은 기본 호와 접속 프로세싱(processing) 중 지능망 서비스 로직에 보고해야 할 시점 및 상기 호 처리점으로 이동하는 입구점(entry point) 역할을 수행한다. 상기 호 처리점에서 처리후 발생된 결과를 상기 감지점에 전달하고, 상기 지능망 서비스 로직 인스턴스에 보고한다. 상기 지능망 서비스 로직은 보고된 결과를 서비스 구현을 위하여 특정 프로세싱을 수행하도록 지시하거나 특정 호 처리점으로 이동하도록 지시하여 발생되는 감지점에서 호 처리점으로, 또는 호 처리점에서 감지점으로의 상태 천이를 나타내고 있다.The call processing points 110 and 130 refer to basic call / connection states that are required for intelligent network service logic instances to control a service. The call processing points 110 and 130 process actual events. 120 serves as a point in time to report to the intelligent network service logic during basic call and connection processing and as an entry point for moving to the call processing point. The result generated after the processing at the call processing point is transmitted to the detection point and reported to the intelligent network service logic instance. The intelligent network service logic instructs the reported result to perform a specific processing or to move to a specific call processing point to implement a service state transition from the detection point to the call processing point, or from the call processing point to the detection point Indicates.

상기 구성요소들을 통하여 기본 호 처리 절차를 수행하고, 서비스 제어가 필요한 시점을 감지하여 상기 지능망 서비스 로직에 보고함으로써 서비스 종류와 관계없이 사용 가능하다.By performing the basic call processing procedure through the components, by detecting the point of time that the service control is required, it can be used regardless of the service type by reporting to the intelligent network service logic.

상기 ITU-T 지능망에서는 호의 발신 부분과 착신 부분을 기능적으로 분리하여 발신 기본 호 상태 모델(Origination BCSM)과 착신 기본 호 상태 모델(Termination BCSM)으로 구분하여 정의하고 있다. 후술하는 도 2 및 도 3을 통해 호 제어 기능 블럭의 객체 지향 설계 기법을 도입하여 본 발명에 적용되는 각 모델에 대하여 설명한다.In the ITU-T intelligent network, the originating part and the called part of the call are functionally divided and defined into an originating basic call state model (Origination BCSM) and an incoming basic call state model (Termination BCSM). Each model applied to the present invention will be described by introducing an object-oriented design technique of a call control function block through FIGS. 2 and 3 to be described later.

상기 도 2 및 도3에서는 발신과 착신을 구분하기 위하여 발신을 나타내기 위해 영문 대문자 "O"를 각 호 처리점 및 감지점 앞에 붙이고, 착신을 나타내기 위해 각 호 처리점 및 감지점 앞에 영문 대문자 "T"를 붙임에 유의해야 한다.In FIG. 2 and FIG. 3, an English capital letter “O” is prefixed to each call processing point and a detection point to indicate origination, and an English capital letter before each call processing point and a detection point to indicate an incoming call. Note the addition of the letter "T".

상기 도 2는 본 발명에 따른 발신 기본 호 상태 모델을 도시한 도면으로,2 is a diagram illustrating an outgoing basic call state model according to the present invention;

발신 기본 호 상태 모델은 발신측과 연관된 기본 호 상태 모델을 나타낸다. 발신 기본 호 상태 모델의 각 호 처리점들에 대한 설명은 하기와 같다.The originating basic call state model represents the basic call state model associated with the originating party. Description of each call processing point of the origin basic call state model is as follows.

O_Null(201): 아이들(idle) 상태, 가입자 라인 또는 중계선의 상태를 유휴 상태로 전환한 후, 회선에 대한 감시를 수행하며, 발신 가입자로부터 출호를 수신하면 감지점 1(Origination Attempt)에 도달. 현재 액트브인 호가 없음O_Null 201: After switching the idle state, the subscriber line or the relay line state to the idle state, the line is monitored and when the call is received from the originating subscriber, detection point 1 (Origination Attempt) is reached. No active calls currently

Authorize_Origination_Attempt(203): 상기 발신 가입자로부터의 출호를 수신하면 호에 대한 자격/능력과 발신 자원의 유형을 감시. 상기 자격/능력이 검증되었을 경우 감지점 2(Origination_Attempt Authorized)에 도달하고, 상기 출호의 자격/능력 검증에 실패하였거나 발신자가 호를 포기하였을 경우에는 예외 처리를 한다.Authorize_Origination_Attempt 203: Upon receipt of a call from the originating subscriber, monitors the identity / capability of the call and the type of originating resource. When the qualification / capability is verified, detection point 2 (Origination_Attempt Authorized) is reached, and when the verification of the qualification / capability of the call fails or the caller gives up the call, an exception is processed.

Collect_Information(205): 발신자가 출호를 요구하여 발신 자격/능력이 성공한 경우로, 발신측으로부터 초기 정보(서비스 코드, prefix, dialed adress digits)를 수집하고 번호계획에 따라 정보 수집의 종료시점을 결정한다. 이때, 발신측으로부터 초기정보를 완전히 수집하였을 경우에는 감지점 3(Collected Information)에 도달하며, 초기정보를 완전히 수집하지 못하였거나, 교환기 자원의 부적으로 정보를 수집하지 못한 경우, 수집정보에 에러가 발생한 경우, 그리고 발신자가 호를 포기한 경우에는 예외 처리를 한다.Collect_Information (205): In the case where the calling party requests the call and the calling qualification / capability is successful, the initial information (service code, prefix, dialed adress digits) is collected from the calling party and the end point of information collection is determined according to the number plan. . At this time, when the initial information is completely collected from the calling party, detection point 3 (Collected Information) is reached, and when the initial information is not collected completely or the information is not collected by the exchange resource, an error occurs in the collected information. If so, and if the caller gives up, the exception is thrown.

Analyze_Information(207): 상기 발신측으로부터 초기정보를 수집한 경우로, 루팅주소 및 호 유형을 결정하기 위하여 번호 계획에 따라 입력된 정보를 분석한다. 상기 루팅 주소 및 호 유형이 결정되면 감지점 4(Analyzed Information)에 도 달하고, 발신 가입자가 호를 포기하거나, 상기 번호 계획에 따라 입력된 정보가 분석 불가능인 경우에는 예외 처리를 한다.Analyze_Information (207): When initial information is collected from the calling party, the input information is analyzed according to a number plan to determine a routing address and call type. When the routing address and call type are determined, detection point 4 (Analyzed Information) is reached, and when the calling subscriber gives up the call or when the inputted information cannot be analyzed according to the numbering plan, an exception is processed.

Select_Route(209): 상기 루팅 주소가 결정된 경우로, 루트 리스트를 조사하여 루트를 선정하며, 로컬 자원과 같은 디렉토리 번호를 교환기 내의 회선 번호로 번역한다. 루트가 선정되면 Authorize_Call_Setup(211)에 도달하고, 루트 선정이 실패하거나 호를 포기하면 예외 처리를 한다.Select_Route 209: When the routing address is determined, a route list is selected to select a route, and a directory number such as a local resource is translated into a line number in the exchange. If the route is selected, Authorize_Call_Setup (211) is reached. If the route selection fails or the call is abandoned, an exception is handled.

Authorize_Call_Setup(211), Send_Call(213): 특정 호에 대한 발신 자격이 검증된다. 이때, 발신 자격의 검증은 발신 회선의 유형에 의존한다. 발신 호에 대한 검증이 완료되면 호가 착신 기본 호 상태 모델로 전달된다. 상기 착신 기본 호 상태 모델로부터 링 송출 사실을 통보 받으면 감지점 8(O_term_Seized)에 도달하고, 발신 기본 호 상태 모델로부터 부가적인 서비스 요구를 수신한 경우에는 감지점 7(O_Mid_Call)에 도달하고, 착신 기본 호 상태 모델로부터 통화중, 발신측의 호 포기인 경우에는 예외 처리를 한다.Authorize_Call_Setup (211), Send_Call (213): The calling credentials for a particular call are verified. At this time, verification of outgoing credentials depends on the type of outgoing line. When verification of the outgoing call is completed, the call is forwarded to the incoming basic call state model. Upon receiving notification of the ring transmission from the incoming basic call state model, detection point 8 (O_term_Seized) is reached. If an additional service request is received from the originating basic call state model, detection point 7 (O_Mid_Call) is reached. If the call is abandoned during the call from the call state model, an exception is thrown.

O_Alerting(215): 상기 착신 기본 호 상태 모델로부터 링 송출 사실을 통보 받으면 발신측으로 링백톤을 송출한 후 착신측에서 응답했다는 신호를 기다린다. 발신 기본 호 상태 모델로부터 부가적인 서비스 요구를 수신한 경우에는 감지점 9(O_Mid_Call)에 도달하고, 착신 기본 호 상태 모델로부터 호 응답을 수신한 경우 감지점 12(O_Answer)에 도달하고, 착신 기본 호 상태모델로부터의 통화중 및 착신 무응답의 경우에는 예외 처리를 한다.O_Alerting 215: When the ring basic tone is notified from the incoming basic call state model, the ringer sends a ringback tone to the calling party and waits for a signal from the called party. If an additional service request is received from the originating basic call state model, it reaches discovery point 9 (O_Mid_Call); if it receives a call response from the incoming basic call state model, it reaches detection point 12 (O_Answer); In the case of busy and unanswered calls from the state model, an exception is thrown.

O_Active(217), O_Suspended(219): 상기 착신 기본 호 상태 모델로부터 호 응답을 수신한 경우로, 발착신간 접속을 설정하고 통계/과금 데이터를 수집하며 호를 감시한다. 발신 기본 호 상태 모델로부터 부가적인 서비스 요구를 수신한 경우에는 감지점 13(O_Mid_Call)에 도달하고, 발신측이 호를 절단한 경우에는 감지점 16(O Disconnect)에 도달한다. 발착신 간의 접속이 실패한 경우에는 예외 처리를 한다.O_Active (217), O_Suspended (219): When a call response is received from the incoming basic call state model, it establishes an inter-origin connection and collects statistics / billing data and monitors the call. If an additional service request is received from the originating basic call state model, detection point 13 (O_Mid_Call) is reached, and if the calling party disconnects the call, detection point 16 (O Disconnect) is reached. If the connection between caller and caller fails, an exception is thrown.

O_Execption(221): 발신 기본 호 상태 모델의 모든 호 처리점에서 예외 상황이 발생한 경우로, 자원 유휴화 등의 예외 상황의 처리를 진행하고, 예외 상황의 처리를 종료한다. O_Execption (221): When an exception occurs at all call processing points of the originating basic call state model, processing of exceptions such as resource idle and the like is terminated.

상기 도 3은 본 발명에 따른 착신 기본 호 상태 모델을 도시한 도면으로,3 is a diagram illustrating an incoming basic call state model according to the present invention;

T_Null(301): 아이들(idle) 상태, 가입자 라인 또는 중계선의 상태를 유휴 상태로 전환한 후, 회선에 대한 감시를 수행하며, 발신 기본 호 상태 모델로부터 입호를 수신하면 감지점 21(Termination Attempt)에 도달. 현재 액트브인 호가 없음T_Null 301: After switching the idle state, the subscriber line or the relay line state to the idle state, the line is monitored, and when receiving a call from the originating basic call state model, the detection point 21 (Termination Attempt) reach up to. No active calls currently

Authorize_Termination_Attempt(303): 발신 기본 호 상태 모델로부터 입호를 수신하여 착신측으로의 호 루팅에 대한 권한을 검증한다. 발신 기본 호 상태 모델로부터 입호를 수신하고 특정 착신 자원으로 착신할 수 있는 자격이 검증되면 감지점 22(Termination_Attempt Authorized)에 도달하고, 착신측으로 착신할 수 없는 경우 혹은 발신자가 호를 포기하였을 경우에는 예외 처리를 한다.Authorize_Termination_Attempt (303): Receives an incoming call from the originating basic call state model and verifies the authority for call routing to the called party. Exceptions are received if a call is received from the originating basic call state model and the detection point 22 (Termination_Attempt Authorized) is reached when the entitlement to verify that the call is received by a specific incoming resource is reached and the caller is not able to reach the called party or the caller has abandoned the call. Do the processing.

Select_Facility(305), Present_Call(307): 착신측으로의 호 루팅에 대한 검증이 성공한 경우이다. 사용 가능한 특정 회선을 선정하고, 착신 회선으로 링을 송 출한다. 착신측으로의 호 착신 신호를 발생하거나 착신자가 응답한 경우에는 감지점 27(T_Answer)에 도달하고, 착신측의 모든 회선이 사용 중인 경우와 발신특으로부터 호 포기 통보를 수신한 경우에는 예외 처리를 한다.Select_Facility (305), Present_Call (307): Successful verification of call routing to called party. Select a specific available line and send the ring to the incoming line. When the incoming call signal to the called party is received or the called party responds, the detection point 27 (T_Answer) is reached, and an exception is thrown when all the circuits of the called party are busy and the call abandon notification is received from the calling party. .

T_Alerting(309): 착신측으로 링과 같은 착신 신호를 송출한 경우로, 착신 신호를 착신측에 송출했다는 사실을 발신 기본 호 상태 모델로 통보하며, 호 설정을 위해 호 처리를 계속하고 착신측의 응답을 기다린다. 착신측이 호에 응답한 경우에는 감지점 27(T_ANSWER)에 도달하고, 착신측이 무응답인 경우 또는 발신측으로기본 호 상태모델로부터의 통화중 및 착신 무응답의 경우에는 예외 처리를 한다.T_Alerting (309): In the case where the called party sends an incoming signal such as a ring, it notifies the called basic call state model that the incoming signal has been sent to the called party, continues the call processing for call setup, and responds to the called party. Wait. If the called party answers the call, detection point 27 (T_ANSWER) is reached, and if the called party is unanswered or the calling party is busy and unanswered from the basic call state model, an exception is thrown.

T_Active(311), T_Suspended(313): 착신측이 응답한 경우로, 발신측으로 착신측의 응답을 통보하며 발착신간의 접속을 설정하고 계속해서 호를 감시한다. 착신측으로부터 부가적인 서비스 요구를 수신한 경우에는 감지점 28(T_Mid_Call)에 도달하고, 발착신측이 호를 절단한 경우에는 감지점 32(T Disconnect)에 도달한다. 발착신 간의 접속이 실패한 경우에는 예외 처리를 한다.T_Active 311 and T_Suspended (313): When the called party answers, the called party notifies the called party's response, establishes the connection between the called party, and continuously monitors the call. When an additional service request is received from the called party, detection point 28 (T_Mid_Call) is reached, and when the called party disconnects the call, detection point 32 (T Disconnect) is reached. If the connection between caller and caller fails, an exception is thrown.

T_Execption(315): 착신 기본 호 상태 모델의 모든 호 처리점에서 예외 상황이 발생한 경우로, 자원 유휴화 등의 예외 상황의 처리를 진행하고, 예외 상황의 처리를 종료한다. T_Execption 315: When an exception occurs at all call processing points of the incoming basic call state model, processing of an exception such as resource idle is performed and the processing of the exception is terminated.

도 4는 본 발명에 따른 호 제어 기능 블럭의 객체 모델을 도시한 도면으로, 모델의 구성은 기본 호 상태 모델(BCSM)(410), BCSM 상태(420), 호 처리점(430), 감지점(440)으로 구성되어 있는데, 각 클래스(Class)간 사용되는 릴레이션쉽(Relationship)은 friend, aggregation, generarization 등이 사용되고 있다. 기본 호 상태 모델(410)은 각 호마다 클래스의 인스턴스를 생성하여 호 처리에 필요한 모든 변수값들을 저장하는 어트리뷰트(attribute)들을 갖고, 호 처리 사건들을 단순히 전달하는 방법들만을 갖는다. 이때, 상기 기본 호 상태 모델이 사건들을 각 호 처리점이나 감지점에 전달할 때 자신의 객체 포인터도 함께 전달한다.4 is a diagram illustrating an object model of a call control function block according to the present invention. The configuration of the model includes a basic call state model (BCSM) 410, a BCSM state 420, a call processing point 430, and a detection point. It is composed of 440, the relation used between each class (Class) is used, such as friend, aggregation, generarization. The basic call state model 410 has attributes that store an instance of the class for each call, storing all the variable values needed for call processing, and have only methods of simply passing call processing events. In this case, when the basic call state model delivers events to each call processing point or detection point, the basic call state model also delivers its object pointer.

상기 BCSM 상태(420)는 어트리뷰트는 존재하지 않고 가상 방법(virtual method)들만을 정의하여 디폴트 에러(default error) 처리를 하도록 한다. 상기 가상 방법들은 각 호 처리점이나 감지점에서 필요한 방법들을 재정의하여 사용하고, 재정의되지 않은 것은 디폴트 에러 처리하는 방법들을 그대로 사용한다.The BCSM state 420 has no attributes and defines only virtual methods to allow default error processing. The virtual methods redefine and use methods required at each call processing point or detection point, and use the default error handling methods as they are not overridden.

상기 호 처리점이나 감지점들은 어트리뷰트들은 갖지 않고 호처리를 실행하는 방법들을 갖는데, 한 개의 인스턴스만을 생성하여 여러 개의 기본 호 상태 모델의 인스턴스들을 담당하는데, 호 처리에 필요한 정보의 저장장소로 상기 기본 호 상태 모델의 어트리뷰트들을 사용한다.The call processing point or the detection points have methods for executing call processing without attributes, and generate only one instance to handle several instances of the basic call state model. Use the attributes of the call state model.

상기 기본 호 상태 모델들과 호 처리점/감지점간 릴레이션을 friend로 하여 각 호 처리점이나 감지점에서 기본 호 상태 모델의 퍼블릭(public) 방법들을 이용하여 어트리뷰트들을 억세스 하지 않고, 퍼블릭 뿐만 아니라 프라이비트(private)들도 직접 억세스 할 수 있도록 한다. 이렇게 함으로써 상기 호 처리점이나 감지점에서 기본 호 상태 모델들을 억세스하기 위하여 기본 호 상태 모델의 빙법들을 억세스할 때마다 레지스터 값들이 스택(stack)에 PUSH/POP 되는 것을 피하여 실행시간을 줄임으로써 성능(performance)를 향상시킬 수 있다. 또한, 각 호 처리점과 감지점 클래스의 인스턴스를 하나만 생성하여 기본 호 상태 모델 클래스의 다수의 인 스턴스들을 담당하므로써 기본 호 상태 모델 인스턴스와 각 호처리점이나 감지점들과 1:1 관계를 갖는 것보다 N(zero or more):1의 관계를 갖도록 하여 각 호처리점이나 감지점들이 사용하는 메모리 용량을 줄이게 된다.By making the relation between the basic call state models and the call processing point / detection point a friend, each call processing point or detection point does not access attributes using public methods of the basic call state model, Allow private access directly. This reduces performance by avoiding PUSH / POP of register values on the stack each time accessing the basic call state models to access basic call state models at the call processing or detection point. performance can be improved. In addition, by creating only one instance of each call processing point and discovery point class to handle multiple instances of the basic call state model class, it has a 1: 1 relationship with the default call state model instance and each call processing point or detection point. N (zero or more): 1 relations reduce the amount of memory used by each call processing or detection point.

한편, 본 발명의 상세한 설명에서는 구체적인 실시예를 들어 설명하였으나, 본 발명의 범위에서 벗어나지 한도 내에서 여러 가지 변형이 가능함은 물론이다. 그러므로 본 발명의 범위는 설명된 실시예에 국한되어 정해져서는 안되며 후술하는 특허청구의 범위뿐 아니라 이 특허청구의 범위와 균등한 것들에 의해 정해져야 한다.On the other hand, in the detailed description of the present invention has been described with reference to specific embodiments, of course, various modifications are possible within the scope of the present invention. Therefore, the scope of the present invention should not be limited to the described embodiments, but should be defined not only by the scope of the following claims, but also by the equivalents of the claims.

지능망에서 호 제어 기능 블럭의 객체 지향 설계 기법을 도입하여 기본 호 상태 모델의 최적화된 객체 모델을 개발함으로써 성능과 메모리 사용량을 최소화하여 시스템의 성능 향상을 도모하고, 비용을 절약하는 이점이 있다.By introducing the object-oriented design technique of the call control function block in the intelligent network, the optimized object model of the basic call state model is developed to minimize the performance and memory usage, thereby improving the system performance and reducing the cost.

Claims (3)

지능망에서 각 호마다 클래스의 인스턴스를 생성하여 호 처리에 필요한 모든 변수값들을 저장하는 어트리뷰트들을 갖고, 호 처리 사건들을 단순히 전달하는 방법들만을 갖는 기본 호 상태 모델과, 기본 호 상태 모델 상태와, 호 처리에 필요한 정보의 저장장소로 상기 기본 호 상태 모델의 어트리뷰트들을 사용하는 호 처리점과 감지점으로 구성된 호 제어 기능 블럭 객체 모델의 객체 지향 설계 방법에 있어서,In the intelligent network, each call creates an instance of the class to store all the variable values necessary for call processing, and has a basic call state model, a basic call state model state, and a call that only have methods of simply passing call processing events. In the object-oriented design method of a call control function block object model consisting of a call processing point and a detection point using the attributes of the basic call state model as a storage location for processing, 상기 기본 호 상태 모델에서 사건들을 각 호 처리점이나 감지점에 전달할 때 자신의 객체 포인터도 함께 전달하는 과정과,In the basic call state model, when the events are delivered to each call processing point or detection point, the object call is also delivered. 상기 기본 호 상태 모델 상태에서 가상 방법들만을 정의하여 디폴트 에러 처리를 하는 과정과,Performing default error processing by defining only virtual methods in the basic call state model state; 상기 호 처리점이나 감지점에서 한 개의 인스턴스만을 생성하여 여러 개의 기본 호 상태 모델의 인스턴스들을 담당하는 과정과,Creating a single instance at the call processing point or the detection point to handle instances of several basic call state models; 상기 기본 호 상태 모델들과 호 처리점/감지점간 릴레이션을 프랜드(friend)로 하여 각 호 처리점이나 감지점에서 퍼블릭 뿐만 아니라 프라이비트들도 직접 억세스 하는 과정으로 이루어짐을 특징으로 하는 지능망에서 호 제어 기능 블럭의 객체 지향 설계 방법.Call control in an intelligent network comprising direct access to public as well as private at each call processing point or detection point using the relation between the basic call state models and the call processing point / detection point as friends Object-oriented design method of functional blocks. 제 1항에 있어서,The method of claim 1, 상기 가상 방법들은 각 호 처리점이나 감지점에서 필요한 방법들을 재정의하여 사용하고, 재정의되지 않은 것은 디폴트 에러 처리하는 방법들을 그대로 사용하는 것임을 특징으로 하는 지능망에서 호 제어 기능 블럭의 객체 지향 설계 방법.The virtual methods redefine and use methods required at each call processing point or detection point, and the undefined ones use the default error processing methods as they are, and the object-oriented design method of a call control function block in an intelligent network. 제 2항에 있어서,The method of claim 2, 상기 기본 호 상태 모델 인스턴스는 각 호처리점이나 감지점들과 N:1의 관계를 가짐을 특징으로 하는 지능망에서 호 제어 기능 블럭의 객체 지향 설계 방법.And the basic call state model instance has an N: 1 relationship with each call processing point or detection point.
KR1019990030441A 1999-07-26 1999-07-26 Method for object oriented design of call control function entity in intelligent network KR100617816B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990030441A KR100617816B1 (en) 1999-07-26 1999-07-26 Method for object oriented design of call control function entity in intelligent network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990030441A KR100617816B1 (en) 1999-07-26 1999-07-26 Method for object oriented design of call control function entity in intelligent network

Publications (2)

Publication Number Publication Date
KR20010011195A KR20010011195A (en) 2001-02-15
KR100617816B1 true KR100617816B1 (en) 2006-08-28

Family

ID=19604733

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990030441A KR100617816B1 (en) 1999-07-26 1999-07-26 Method for object oriented design of call control function entity in intelligent network

Country Status (1)

Country Link
KR (1) KR100617816B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19980036218A (en) * 1996-11-16 1998-08-05 양승택 Intelligent Network Service Processing Method in Next-Generation Intelligent Network Service Exchange Using Object-Oriented Model

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19980036218A (en) * 1996-11-16 1998-08-05 양승택 Intelligent Network Service Processing Method in Next-Generation Intelligent Network Service Exchange Using Object-Oriented Model

Also Published As

Publication number Publication date
KR20010011195A (en) 2001-02-15

Similar Documents

Publication Publication Date Title
EP1005237B1 (en) Mediation of open advanced intelligent network interface by shared execution environment
US6526134B1 (en) Call set-up by an intelligent network
JP3507510B2 (en) System and method for managing the exchange of telephone service features
KR100249578B1 (en) System for providing personnalized telephone calling features
JP3737512B2 (en) Intelligent telecommunications network
US6339640B1 (en) Method and apparatus for automatic callback in a telecommunication system
JPH07170342A (en) Dialog of processing between communication call features
JP2004135286A (en) Mediation of open advanced intelligent network interface for public switched telephone network
US6341162B1 (en) Telecommunications intelligent network
KR20010090478A (en) Intelligent-networked telecommunication system which strategically creates and employs service-dependent pseudo calling line identities to eliminate redundant billing errors
KR100617816B1 (en) Method for object oriented design of call control function entity in intelligent network
GB2299730A (en) Interaction of special services in a telecommunications system
Cisco Supervision Processing
JPH10257177A (en) Credit information providing service system
KR960003504B1 (en) Logic test method in the intelligent network
JPH04290351A (en) Originating call control system
JP2000078282A (en) Connection establishment method, service control point and communication network
KR940003510B1 (en) Prefix interpretation method in electronic exchange
JPH07226797A (en) Communication system and communication service control method
KR20020040954A (en) Calling Identity Delivery Method
KR100372724B1 (en) Message Trace Method for Call Progress in Intelligent Network
AU718459B2 (en) Mediation of open advanced intelligent network interface by shared execution environment
JP3313245B2 (en) Representative selection method for extension terminals
JP2894929B2 (en) Security methods in intelligent networks
Stach et al. A performance study of a highly-parallel architecture to provide registration and translation services in an intelligent network

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
LAPS Lapse due to unpaid annual fee