KR20030035320A - Integrating operating method for protocol stack application program interface of VOIP - Google Patents

Integrating operating method for protocol stack application program interface of VOIP Download PDF

Info

Publication number
KR20030035320A
KR20030035320A KR1020010067340A KR20010067340A KR20030035320A KR 20030035320 A KR20030035320 A KR 20030035320A KR 1020010067340 A KR1020010067340 A KR 1020010067340A KR 20010067340 A KR20010067340 A KR 20010067340A KR 20030035320 A KR20030035320 A KR 20030035320A
Authority
KR
South Korea
Prior art keywords
protocol
registered
stack
voip
api
Prior art date
Application number
KR1020010067340A
Other languages
Korean (ko)
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 KR1020010067340A priority Critical patent/KR20030035320A/en
Publication of KR20030035320A publication Critical patent/KR20030035320A/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1069Session establishment or de-establishment

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)

Abstract

PURPOSE: An integrated operation method for a protocol stack API(Application Program Interface) of a VoIP(Voice over Interface Protocol) is provided to register all events corresponding to each operated protocol so that an API is independently operated as to all protocols. CONSTITUTION: All events and callback functions are registered in a stack core(61). It is checked whether a message of a protocol is inputted through an IP(Internet Protocol) network, and it is judged whether the protocol is a registered protocol(62). If the protocol is the registered protocol, the stack core analyzes the inputted message of the protocol(64). It is checked whether the analyzed command or action of the protocol is registered in a stack database(65). If the analyzed command or action of the protocol is registered in the stack database, the stack core notifies acknowledgement to an API(67). It is judged whether the registered content is 'common' or 'specific'(68). If the registered content is 'common', an operation is performed according to each command or action(69). If the registered content is 'specific', an operation is performed according to the characteristic of each protocol(70).

Description

VoIP의 프로토콜 스택 응용프로그램인터페이스 통합 운용방법{Integrating operating method for protocol stack application program interface of VOIP}Integrating operating method for protocol stack application program interface of VOIP}

본 발명은 VoIP를 이용하는 시스템에 있어서 각 프로토콜의 운용방법에 관한것으로써 특히, VoIP에서 Call 또는 데이터스트림(Data stream)제어를 위하여 적용되는 H.323, MGCP(Media Gateway Control Protocol), SIP(Session Initiation Protocol) 및 MEGACO(Media Gateway Control)등 프로토콜의 Core part와 각 VoIP 시스템이 제공하는 Resource(자원)간 연동기능을 제공하는 API(Application Program Interface)(응용프로그램인터페이스)가, 프로토콜 및 VoIP 시스템 제원등에 독립적으로 동작하는 통합 소프트웨어(S/W) 운영방법에 관한 것이다.The present invention relates to a method of operating each protocol in a system using VoIP, in particular, H.323, MGCP (Media Gateway Control Protocol), SIP (Session) which is applied for call or data stream control in VoIP. Application Program Interface (API) that provides interworking function between Core part of protocol such as Initiation Protocol) and MEGACO (Media Gateway Control) and Resource provided by each VoIP system The present invention relates to an integrated software (S / W) operating method that operates independently.

더욱 상세하게는 본 발명은 VoIP를 이용하는 시스템에서, 운영되는 각 프로토콜에 해당하는 모든 event를 등록하여 상기 시스템이 제공하는 자원과의 연동기능을 담당하는 응용프로그램인터페이스(API)가 상기 모든 프로토콜에 독립적으로 동작되도록 하는 방법에 관한 것이다.More specifically, in the system using VoIP, an application program interface (API) that is responsible for interworking with resources provided by the system by registering all events corresponding to each protocol operated is independent of all the protocols. It relates to a method to be operated.

도 1은 VoIP에 적용되는 각 프로토콜에 종속적인, 즉 상기 각 프로토콜을 위한 각 API가 구비되어 동작하는 방법을 나타낸 블럭도로, 도면에서 보는바와 같이 각 API가 각 프로토콜별 특성을 가지고 있으므로 자원(Resource)제어도 종속성을 가지게 되어 각 프로토콜별로 자원을 제어하게 된다.FIG. 1 is a block diagram showing a method dependent on each protocol applied to VoIP, i.e., each API for each protocol is provided and operated. The control also has a dependency to control resources for each protocol.

일반적으로, 종래 프로토콜 스택(stack) API는 Call back function형태의 event를 근거로하여 개발되어 H.323, MGCP, SIP 및 MEGACO등 각 프로토콜에서 국한되어 발생하는 event에 대한 처리만을 정의하고 있고, 개발되는 VoIP의 장비들의 Circuit및 Packet망 정합용량, 데이터 스트림 처리 속성 및 능력, 그리고 시스템 제원등에 종속적인 S/W를 개발하고 있다.In general, the conventional protocol stack API is developed based on an event in the form of a call back function, and defines only the processing for events occurring in each protocol such as H.323, MGCP, SIP, and MEGACO. It develops S / W dependent on circuit and packet network matching capacity, data stream processing property and capability of system of VoIP equipment, and system specification.

즉, 동일 모델에 새로운 프로토콜을 적용하는경우, 그에 따라 프로토콜과 자원간 연동을 위한 새로운 스택 API의 개발이 이루어진다.In other words, when a new protocol is applied to the same model, a new stack API is developed for interworking between the protocol and resources.

도 2는 종래 및 본 발명의 동작상태를 나타내는 천이도이다.2 is a transition diagram showing the operation state of the prior art and the present invention.

종래에는 각 API에 적용하는 프로토콜에서 제한적으로 제공되는 Callback function을 사용하기 위하여 원하는 event와 Callback function을 스택코어에 등록한다. (①).Conventionally, in order to use the callback function provided in the protocol applied to each API, the desired event and callback function are registered in the stack core. (①).

스택코어를 포함하는 프로토콜 스택에서는 상기 등록된 event와 callback function을 database(D/B)에 구축한다. (②).In the protocol stack including the stack core, the registered event and the callback function are built in a database (D / B). (②).

또한 프로토콜처리부에서는 새로운 event가 발생하는 경우, 스택코어에 등록을 요구하고(③), 이에 따라 스택코어에서는 스택 D/B에 등록한다.(④).In addition, when a new event occurs, the protocol processing unit requests registration to the stack core (③), and accordingly, the stack core registers to the stack D / B (④).

상기 스택 D/B에서는 등록된 event가 발생하는경우, 해당 event로 등록된 callback function을 call하여 API에서 원하는 작업을 수행할 수 있도록 한다.In the stack D / B, when a registered event occurs, a callback function registered as a corresponding event can be called to perform a desired task in an API.

즉, 스택 D/B에서는 등록된 event가 발생하는경우, 그 결과 또는 결과 및 function을 스택코어에 통지하고 또한 스택코어에서는 이를 API에 통지(Notification) 즉,ACK를 한다. (⑤,⑥).In other words, when a registered event occurs in the stack D / B, the result or result and function are notified to the stack core, and the stack core notifies the API to the API. (⑤, ⑥).

그러나, 상기한 바와같은 종래의 VoIP를 이용하는 시스템에 있어서 각 프로토콜에 따라 각 API가 존재해야하며, 또한 각 프로토콜이 제한적으로 제공하는 event만을 등록하였다.However, in the system using the conventional VoIP as described above, each API must exist according to each protocol, and only the events provided by each protocol are registered.

따라서 API는 적용 프로토콜에 따라 다른 version이 적용되어야 하므로 기능에 대한 재 검증과정이 이루어져야 한다.Therefore, API must be applied different version according to the applied protocol, so the function must be re-verified.

본 발명은 VoIP를 이용하는 시스템에 있어서 하나의 API가 각 프로토콜에 공통적으로 적용가능하도록 모든 event 및 callback function을 스택 코어에 등록하여 동작하는 방법을 제안한다.The present invention proposes a method of registering and operating all event and callback functions in a stack core so that one API can be commonly applied to each protocol in a system using VoIP.

도 1은 VoIP에 적용되는 각 프로토콜에 종속적인, 즉 상기 각 프로토콜을 위한 각 API가 구비되어 동작하는 방법을 나타낸 블럭도1 is a block diagram showing a method dependent on each protocol applied to VoIP, i.e., each API for each protocol is provided and operated.

도 2는 종래 및 본 발명의 동작상태를 나타내는 천이도Figure 2 is a transition diagram showing the operating state of the prior art and the present invention

도 3은 VoIP에 적용되는 각 프로토콜에 독립적인, 즉 상기 각 프로토콜을 위한 API가 하나만 구비되어 동작하는 방법을 나타낸 블럭도3 is a block diagram showing a method of operating independent of each protocol applied to VoIP, that is, provided with only one API for each protocol.

도 4는 상기 도 3과 같이 구성하여 각 프로토콜에 공통적으로 API와 Resource가 적용되도록 하기위한 동작 상태도4 is an operation state diagram for configuring the API and Resource to be applied to each protocol in common as shown in FIG.

도 5는 적용프로토콜에 종속되지 않는 API를 구축하는 첫번째 실시예5 is a first embodiment of building an API that is not dependent on an applied protocol.

도 6은 특정 프로토콜이 동작하는 경우를 나타낸 흐름도6 is a flowchart illustrating a case where a specific protocol operates.

본 발명의 VoIP의 프로토콜 스택 응용프로그램인터페이스 통합 운용방법은,The protocol stack application program interface integration operation method of the VoIP of the present invention,

VoIP를 이용하는 시스템에 있어서, 각 프로토콜에 해당하는 모든 event를 등록하여 , 상기 시스템이 제공하는 자원과의 연동기능을 담당하는 응용프로그램인터페이스(API)가 상기 모든 프로토콜에 독립적으로 동작되도록 하기위해, 모든 event 또는/및 callback function을 스택 코어에 등록하는 제 1과정과; IP망을 통해서 입력된 프로토콜이 등록된 프로토콜인가를 판단하는 제 2과정과; 등록된 프로토콜인경우, 스택코어부에서 입력된 프로토콜의 메시지를 분석하는 제 3과정과; API에서 상기 분석된 프로토콜의 명령이나 액션이 스택 D/B로의 등록여부를 판단하는 제 4과정과; 스택 D/B에 등록된경우 스택코어에서 API로 ACK를 통지하는 제 5과정;을 포함하는것을 특징으로 한다.In a system using VoIP, in order to register all events corresponding to each protocol so that an application program interface (API) which is in charge of interworking with resources provided by the system operates independently of all the protocols, registering a event or / and callback function with the stack core; A second step of determining whether a protocol input through the IP network is a registered protocol; A third step of analyzing a message of a protocol input from a stack core unit in the case of a registered protocol; A fourth step of determining whether the command or action of the analyzed protocol is registered in the stack D / B in the API; And a fifth step of notifying the ACK from the stack core to the API when the stack is registered in the stack D / B.

또한 본 발명은 모든 event 또는/및 callback function을 스택 코어에 등록하는 제 1과정과; IP망을 통해서 입력된 프로토콜이 등록된 프로토콜인가를 판단하는 제 2과정과; 등록된 프로토콜인경우, 스택코어부에서 입력된 프로토콜의 메시지를 분석하는 제 3과정과; API에서 상기 분석된 프로토콜의 명령이나 액션이 스택D/B로의 등록여부를 판단하는 제 4과정과; 스택 D/B에 등록된경우 스택코어에서 API로 ACK를 통지하는 제 5과정;을 포함하는것을 특징으로 한다.The present invention also provides a first process of registering all event and / or callback functions on a stack core; A second step of determining whether a protocol input through the IP network is a registered protocol; A third step of analyzing a message of a protocol input from a stack core unit in the case of a registered protocol; A fourth step of determining whether the command or action of the analyzed protocol is registered in the stack D / B in the API; And a fifth step of notifying the ACK from the stack core to the API when the stack is registered in the stack D / B.

본 발명의 다른 목적, 특징들은 첨부한 도면을 참조한 실시예들의 상세한 설명을 통해 명백해질 것이다.Other objects and features of the present invention will become apparent from the detailed description of the embodiments with reference to the accompanying drawings.

이하 첨부된 도면을 참조하여 본 발명의 VoIP 시스템에서 각 프로토콜에 공통적으로 적용가능한 운영방법에 대해 설명한다.Hereinafter, with reference to the accompanying drawings will be described a method of operation common to each protocol in the VoIP system of the present invention.

도 3은 VoIP에 적용되는 각 프로토콜에 독립적인, 즉 상기 각 프로토콜을 위한 API가 하나만 구비되어 동작하는 방법을 나타낸 블럭도로, 도면에서 보는바와 같이 하나의 API가 각 프로토콜별 특성을 모두 가지고 있으므로 자원(Resource)제어도 독립성을 가지게 되므로, 각 프로토콜별로 자원을 가질 필요없이 하나의 자원(Resource)으로 제어하게 된다.FIG. 3 is a block diagram illustrating a method of operating a protocol independent of each protocol applied to VoIP, i.e., having only one API for each protocol. As shown in FIG. Since resource control also has independence, it is controlled as one resource without having to have a resource for each protocol.

즉, 동일 모델에 새로운 프로토콜을 적용하더라도, 프로토콜과 자원간 연동을 위한 새로운 스택 API 개발을 안해도 된다.That is, even if a new protocol is applied to the same model, it is not necessary to develop a new stack API for interworking between a protocol and a resource.

도 4는 상기 도 3과 같이 구성하여 각 프로토콜에 공통적으로 API와 Resource가 적용되도록 하기위한 동작 상태도이다.4 is an operation state diagram for configuring API and Resource to be applied to each protocol in common as shown in FIG.

본발명에서 이용하는 H.323, MGCP, SIP및 MEGACO등의 프로토콜에서 발생하는 모든 event를 등록한다. (단계 41).Register all events that occur in protocols such as H.323, MGCP, SIP, and MEGACO used in the present invention. (Step 41).

또한 프로토콜종류 사전인지를 위한 프로토콜을 등록하고(단계 42), 동일 job수행 event의 그룹화및 유사 job수행 event를 common화 한다. (단계 43).In addition, a protocol for recognizing a protocol type dictionary is registered (step 42), and the same job execution event is grouped and the similar job performance event is commonized. (Step 43).

이후 각 job 또는 event수행과정에서, 상기 단계 42의 사전인지형태의 경우프로토콜 종류를 체크하여 그 결과및 동작결과에 대한 통지를 하게 된다. (단계 44,45).Thereafter, in each job or event execution process, the protocol type is checked in the case of the precognitive form of step 42, and the notification about the result and the operation result is performed. (Step 44,45).

이하 상기에서 설명한 각 프로토콜에 종속되지않는(독립적인) API를 구축하는 방법에 대해 설명한다.Hereinafter, a description will be given of how to build an API independent of each protocol described above (independent).

기본적으로 H.323, MGCP, SIP 및 MEGACO의 프로토콜 스택에서 제공하는 모든 event와 callback function을 처리 가능한 운영방법 제안 및 각 event에 의하여 처리하여야하는 job의 내용이 동일하거나 유사한 것끼리 그룹핑하여 common하게 사용이 가능하도록 sub-function 및 파라미터를 정의하고 이에 따른 처리를 하기위한 방법을 도5 및 도6를 인용하여 설명한다.Basically, all the events and callback functions provided by H.323, MGCP, SIP, and MEGACO protocol stacks can be handled, and the contents of the job to be processed by each event are the same or similar. A method for defining sub-functions and parameters to enable this and processing accordingly will be described with reference to FIGS. 5 and 6.

먼저 본 발명의 구성은 상기 도 4에서 설명한바와 같이 H.323, MGCP, SIP및 MEGACO등의 프로토콜에서 발생하는 모든 event를 등록하는 모듈과, 프로토콜종류 사전인지를 위한 프로토콜 등록 및 체크 모듈과, 동일 job수행 event의 그룹화및 유사 job수행 event를 common화 하는 모듈과, 이후 각 job 또는 event수행과정에서 사전인지형태의 경우 프로토콜 종류를 체크하는 모듈로 구성되어 있다.First, the configuration of the present invention is the same as the module for registering all events occurring in protocols such as H.323, MGCP, SIP, and MEGACO as described in FIG. It consists of a module for grouping job execution events and making similar job performance events common, and a module for checking protocol types in the case of a precognitive form in each job or event execution process.

또한 상기와 같이 구성된 동작은 상기 도 2와 유사하나, 도 2와 다른점은 각 프로토콜에서 발생할 수 있는 모든 event및 callback function을 스택코어에 등록하는 것이다.In addition, the operation configured as described above is similar to FIG. 2, but different from FIG. 2 is that all event and callback functions that can occur in each protocol are registered in the stack core.

즉, 본발명의 VoIP에서 지원하고 있는 H.323, MGCP, SIP 및 MEGACO등에서 발생가능한 모든 event 및 callback function을 스택코어에 등록한다.(①).That is, all event and callback functions that can occur in H.323, MGCP, SIP, and MEGACO supported by VoIP of the present invention are registered in the stack core (①).

스택코어를 포함하는 프로토콜 스택에서는 상기 등록된 event와 callbackfunction을 database(D/B)에 구축한다. (②).In the protocol stack including the stack core, the registered event and callbackfunction are constructed in a database (D / B). (②).

또한 프로토콜처리부에서는 새로운 event가 발생하는 경우, 스택코어에 등록을 요구하고(③), 이에 따라 스택코어에서는 스택 D/B에 등록한다.(④).In addition, when a new event occurs, the protocol processing unit requests registration to the stack core (③), and accordingly, the stack core registers to the stack D / B (④).

상기 스택 D/B에서는 등록된 event가 발생하는경우, 해당 event로 등록된 callback function을 call하여 API에서 원하는 작업을 수행할 수 있도록 한다.In the stack D / B, when a registered event occurs, a callback function registered as a corresponding event can be called to perform a desired task in an API.

즉, 스택 D/B에서는 등록된 event가 발생하는경우, 그 결과 또는 결과 및 function을 스택코어에 통지하고 또한 스택코어에서는 이를 API에 통지(Notification) 즉,ACK를 한다. (⑤,⑥).In other words, when a registered event occurs in the stack D / B, the result or result and function are notified to the stack core, and the stack core notifies the API to the API. (⑤, ⑥).

도 5는 적용프로토콜에 종속되지 않는 API를 구축하는 첫번째 실시예이다.5 is a first embodiment of building an API that is not dependent on an application protocol.

MMC(Man Machine Communication)을 이용하여 현재 적용된 프로토콜 종류를 등록한다. (단계 51).Register the currently applied protocol type using MMC (Man Machine Communication). (Step 51).

이후 각 event등록과정이나 event발생에 따른 job수행과정에 따른 flag 체크단계에서 동작하는 프로토콜에 해당하는 event만을 등록하거나 프로토콜의 특성에 맞는 job을 수행한다. (단계 52).Thereafter, only events corresponding to protocols operating in the flag checking step according to each event registration process or job execution process according to event occurrence are registered or a job matching the protocol characteristics is performed. (Step 52).

도 6은 특정 프로토콜이 동작하는 경우, 해당 프로토콜이 발생시킬 수 있는 event는 한정적이기때문에 모든 event를 등록하고, 발생하는 event만을 수행하는 방법으로 도 2와 연계해서 설명한다.FIG. 6 illustrates a method in which all the events are registered and only the generated events are performed because the events that the protocol can generate are limited when a specific protocol operates.

모든 event 및 callback function을 스택코어에 등록한다. (단계 61).Register all event and callback functions with StackCore. (Step 61).

IP망을 통해서 어떤 프로토콜의 메시지가 입력되는지를 체크하여 등록된 프로토콜인가를 판단한다. (단계 62).It checks which protocol's message is input through the IP network to determine if it is a registered protocol. (Step 62).

상기 단계 62 판단결과, 등록된 프로토콜이 아닌경우에는 스택코어에서 프로토콜 처리부로 NAK를 통보하고 (단계 63), 등록된 프로토콜인경우에는 스택코어부에서 현재 입력된 프로토콜의 메시지를 분석한다. (단계 64).As a result of the determination in step 62, if the protocol is not registered, the NAK is notified from the stack core to the protocol processing unit (step 63). In the case of the registered protocol, the message of the protocol currently input in the stack core unit is analyzed. (Step 64).

한편 API에서는 상기 분석된 프로토콜의 명령이나 액션이 스택 D/B로의 등록여부를 체크하여 (단계 65), 등록이 안된경우는 스택코어에서 프로토콜 처리부로 NAK를 통보하고 (단계 66), 등록된 경우에는 스택코어에서 API로 ACK를 통지한다. (단계 67).On the other hand, the API checks whether the analyzed protocol command or action is registered on the stack D / B (step 65), and if not registered, notifies the NAK from the stack core to the protocol processing unit (step 66). ACK is notified to the API from StackCore. (Step 67).

또한 상기 등록된 내용이 common인가? specific인가를 판단하여 (단계 68), common인경우에는 각 command나 action에 따라 동작을 수행하고 (단계 69), specific인경우에는 각각의 프로토콜 특성에 따라 동작을 수행한다. (단계 70).Is the above registered content common? In operation 68, the operation is performed according to each command or action in the case of common, and in operation 69, the operation is performed in accordance with each protocol characteristic. (Step 70).

상기한 바와같이 본 발명은 VoIP를 이용하는 시스템에서, 운영되는 각 프로토콜에 해당하는 모든 event를 등록하여, 상기 시스템이 제공하는 자원과의 연동기능을 담당하는 응용프로그램인터페이스(API)가 상기 모든 프로토콜에 독립적으로 동작되도록 하는 방법에 관한 것이다.As described above, the present invention registers all events corresponding to each protocol operated in a system using VoIP, and an application program interface (API) in charge of interworking with resources provided by the system is connected to all protocols. It relates to a method to operate independently.

이상에서 본 발명의 바람직한 실시예를 설명하였으나, 본 발명은 다양한 변화와 변경 및 균등물을 사용할 수 있다. 본 발명은 상기 실시예를 적절히 변형하여 동일하게 응용할 수 있음이 명확하다.Although the preferred embodiment of the present invention has been described above, the present invention may use various changes, modifications, and equivalents. It is clear that the present invention can be applied in the same manner by appropriately modifying the above embodiments.

따라서 상기 기재 내용은 하기 특허청구범위의 한계에 의해 정해지는 본 발명의 범위를 한정하는 것이 아니다.Accordingly, the above description does not limit the scope of the invention as defined by the limitations of the following claims.

따라서 본 발명에 의하면, VoIP에 적용되는 각 프로토콜에 종속되어 각 API를 개발할 필요가 없으므로, 프로토콜 변경에 따라 지원가능한 API적용에 대한 재검증과정을 수행할 필요없이 바로 서비스 전환이 가능하도록 할 수 있다.Therefore, according to the present invention, since it is not necessary to develop each API depending on each protocol applied to VoIP, it is possible to immediately switch services without having to perform a re-validation process for application of a supportable API according to a protocol change. .

또한 동일기능에 대한 그룹핑과 유사기능에 대한 common화에 의하여 API상위의 자원 즉, circuit 및 packet망과 정합을 이루고 있는 망관련 자원과 각 프로토콜에서 부가기능으로 제공되는 announcement, interactive voice response 및 conference등을 제공하기 위한 자원등에 대한 관리체계를 정립하여 보다 효율적인 VoIP 서비스를 제공할 수 있다.Also, by grouping the same function and commonizing similar functions, network related resources matching with the higher resources of the API, such as circuit and packet networks, and announcement, interactive voice response and conference provided as additional functions in each protocol. A more efficient VoIP service can be provided by establishing a management system for resources to provide services.

Claims (6)

VoIP를 이용하는 시스템에 있어서,In a system using VoIP, 상기 시스템에서 운영되는 각 프로토콜에 해당하는 모든 event를 등록하여 , 상기 시스템이 제공하는 자원과의 연동기능을 담당하는 응용프로그램인터페이스(API)가 상기 모든 프로토콜에 독립적으로 동작되도록 하는것을 특징으로 하는 VoIP의 프로토콜 스택 응용프로그램인터페이스 통합 운용방법.Register all events corresponding to each protocol operated in the system, so that an application program interface (API) in charge of interworking with the resources provided by the system operates independently of all the protocols. Protocol stack application interface integration operation. 제 1항에 있어서, 상기 API가 상기 모든 프로토콜에 독립적으로 동작되도록 하기 위해,The method of claim 1, wherein the API is operated independently of all the protocols. 상기 VoIP시스템에서 제공하는 H.323, MGCP, SIP 또는 MRGACO중 적어도 하나이상의 프로토콜에서 발생하는 모든 event를 등록하는 단계와; 상기 프로토콜의 사전인지를 위해 프로토콜을 등록하는 단계와; 동일 Job수행 event의 그룹화 또는/및 유사 job수행 event를 common화 하는 단계와; 상기 각 Job 또는 event수행과정에서 사전 인지형태의 경우, 프로토콜 종류를 체크하는 단계와; 상기 event에 대한 ACK를 감지하는 단계;를 포함하여 운영되는것을 특징으로 하는 VoIP의 프로토콜 스택 응용프로그램인터페이스 통합 운용방법.Registering all events occurring in at least one protocol of H.323, MGCP, SIP, or MRGACO provided by the VoIP system; Registering a protocol for prior recognition of the protocol; Grouping the same Job Execution event and / or commonizing the similar Job Execution event; Checking a protocol type in the case of a prior recognition form in each job or event execution process; Detecting an ACK for the event; and operating the protocol stack application program interface of the VoIP. 제 2항에 있어서, 프로토콜에서 발생하는 event를 등록하는 단계에서, 각 event등록과정이나 event발생에 따른 Job수행과정에 따른 플래그 체크 단계에서 동작하는 프로토콜에 해당하는 event만을 등록하거나 프로토콜의 특성에 맞는 Job를 수행할수도 있는것을 특징으로 하는 VoIP의 프로토콜 스택 응용프로그램인터페이스 통합 운용방법.The method according to claim 2, wherein in the step of registering an event occurring in a protocol, only an event corresponding to a protocol operating in a flag check step according to each event registration process or a job execution process according to an event occurrence is registered, A protocol stack application program interface operating method of VoIP, which can perform a job. VoIP를 이용하는 시스템에 있어서,In a system using VoIP, 모든 event 또는/및 callback function을 스택 코어에 등록하는 제 1과정과; IP망을 통해서 입력된 프로토콜이 등록된 프로토콜인가를 판단하는 제 2과정과; 등록된 프로토콜인경우, 스택코어부에서 입력된 프로토콜의 메시지를 분석하는 제 3과정과; API에서 상기 분석된 프로토콜의 명령이나 액션이 스택 D/B로의 등록여부를 판단하는 제 4과정과; 스택 D/B에 등록된경우 스택코어에서 API로 ACK를 통지하는 제 5과정;을 포함하는것을 특징으로 하는 VoIP의 프로토콜 스택 응용프로그램인터페이스 통합 운용방법.Registering all events or / and callback functions with the stack core; A second step of determining whether a protocol input through the IP network is a registered protocol; A third step of analyzing a message of a protocol input from a stack core unit in the case of a registered protocol; A fourth step of determining whether the command or action of the analyzed protocol is registered in the stack D / B in the API; And a fifth step of notifying the ACK from the stack core to the API when registered in the stack D / B. 제 4항에 있어서, 상기 등록된 내용이 일반적으로 처리할 내용 (common)인가, 별도로 처리할 내용 (specific)인가를 판단하는 과정이 더 포함되는것을 특징으로 하는 VoIP의 프로토콜 스택 응용프로그램인터페이스 통합 운용방법.5. The integrated protocol stack application interface of VoIP according to claim 4, further comprising a process of determining whether the registered contents are common to be processed or specific to be processed separately. Way. 제 5항에 있어서, common인경우에는 명령이나 액션에 따라 동작을 수행하고, specific인경우에는 각 프로토콜의 특성에 따라 동작을 수행하는것을 특징으로 하는 VoIP의 프로토콜 스택 응용프로그램인터페이스 통합 운용방법.6. The method according to claim 5, wherein the operation is performed according to a command or an action in the case of common and in accordance with the characteristics of each protocol.
KR1020010067340A 2001-10-31 2001-10-31 Integrating operating method for protocol stack application program interface of VOIP KR20030035320A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010067340A KR20030035320A (en) 2001-10-31 2001-10-31 Integrating operating method for protocol stack application program interface of VOIP

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010067340A KR20030035320A (en) 2001-10-31 2001-10-31 Integrating operating method for protocol stack application program interface of VOIP

Publications (1)

Publication Number Publication Date
KR20030035320A true KR20030035320A (en) 2003-05-09

Family

ID=29567156

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010067340A KR20030035320A (en) 2001-10-31 2001-10-31 Integrating operating method for protocol stack application program interface of VOIP

Country Status (1)

Country Link
KR (1) KR20030035320A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100420554B1 (en) * 2001-12-21 2004-03-02 엘지전자 주식회사 Method for VOIP Call Processing
US6810523B2 (en) * 2001-07-31 2004-10-26 International Business Machines Corporation Efficient thread programming using a single callback function
KR100479262B1 (en) * 2002-10-12 2005-03-31 한국전자통신연구원 System of call control of converged LAN
KR100813687B1 (en) * 2001-11-21 2008-03-14 엘지전자 주식회사 Sip media gateway controller

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6810523B2 (en) * 2001-07-31 2004-10-26 International Business Machines Corporation Efficient thread programming using a single callback function
KR100813687B1 (en) * 2001-11-21 2008-03-14 엘지전자 주식회사 Sip media gateway controller
KR100420554B1 (en) * 2001-12-21 2004-03-02 엘지전자 주식회사 Method for VOIP Call Processing
KR100479262B1 (en) * 2002-10-12 2005-03-31 한국전자통신연구원 System of call control of converged LAN

Similar Documents

Publication Publication Date Title
US7184534B2 (en) Using a telephony application server for call control with a voice server
US7715547B2 (en) Voice XML network gateway
US20020143874A1 (en) Media session framework using a control module to direct and manage application and service servers
US7058164B1 (en) Externally interrupting a communication session
US7406696B2 (en) System and method for providing user input information to multiple independent, concurrent applications
US7058046B2 (en) Scalable call management system
US7965832B2 (en) Connection manager for integrating legacy telephony environments and IP networks
US20040151160A1 (en) Package manager
JPH10301960A (en) Method and device for voice interaction on network using parameter interaction definition item
WO2002079910A2 (en) Media session framework using protocol independent control module to direct and manage application and service servers
JP2001507189A (en) Internet SS7 Gateway
WO2020259081A1 (en) Task scheduling method, apparatus, and device, and computer-readable storage medium
KR20030035320A (en) Integrating operating method for protocol stack application program interface of VOIP
US7154883B2 (en) Internet telephone system
EP1514401B1 (en) Method and system for implementing a telephony services using voice xml
US7130261B1 (en) Hierarchical dependability for open distributed environments
US20040243693A1 (en) Inbound connector
CN100556021C (en) Next generation network media gate is called out the method that whole process is followed the tracks of
US7006487B1 (en) Voice frame network gatekeeper-to-intelligent peripheral interface method and apparatus
JP2002342078A (en) Program development system and method
US20040105537A1 (en) Generic service component for message formatting
US6951023B2 (en) Message-based software system
US20020097729A1 (en) Processing messages in a gatekeeper of an internet protocol network
CN108123974B (en) Network calling method and device
KR910005777B1 (en) Method for exchanging document information between pcs using n-telephone lines

Legal Events

Date Code Title Description
N231 Notification of change of applicant
WITN Withdrawal due to no request for examination