KR20130050202A - Push server and mobile unit - Google Patents

Push server and mobile unit Download PDF

Info

Publication number
KR20130050202A
KR20130050202A KR1020110115420A KR20110115420A KR20130050202A KR 20130050202 A KR20130050202 A KR 20130050202A KR 1020110115420 A KR1020110115420 A KR 1020110115420A KR 20110115420 A KR20110115420 A KR 20110115420A KR 20130050202 A KR20130050202 A KR 20130050202A
Authority
KR
South Korea
Prior art keywords
push
application
message
server
terminal
Prior art date
Application number
KR1020110115420A
Other languages
Korean (ko)
Other versions
KR101896573B1 (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 KR1020110115420A priority Critical patent/KR101896573B1/en
Publication of KR20130050202A publication Critical patent/KR20130050202A/en
Application granted granted Critical
Publication of KR101896573B1 publication Critical patent/KR101896573B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/143Termination or inactivation of sessions, e.g. event-controlled end of session

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)
  • Telephone Function (AREA)

Abstract

PURPOSE: A push server and a terminal thereof are provided to offer a push service for enabling a user to effectively execute a push application by reducing packet signaling with a keep alive messenger. CONSTITUTION: A reception unit(210) receives a push message from an application server. The push message requests the push of a message in an originating terminal. The application server supplies a push service to the originating terminal executed in a push application. A generation unit(230) generates a short text message including the telephone number of a reception terminal and the name of the push application, and the push message. A transmission unit(250) transmits the short message to an SMS(Short Message Service) server. [Reference numerals] (200) Push server; (210) Reception unit; (230) Generation unit; (250) Transmission unit

Description

푸쉬 서버 및 단말{PUSH SERVER AND MOBILE UNIT}Push server and terminal {PUSH SERVER AND MOBILE UNIT}

본 발명은 푸쉬 서버 및 단말에 관한 것으로서, 어플리케이션 사용자에게 알림 메시지나 이벤트를 알려주기 위해 푸쉬 서비스를 제공하는 푸쉬 어플리케이션 기술에 관한 내용이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a push server and a terminal, and relates to a push application technology for providing a push service to notify an application user of a notification message or an event.

주로 스마트폰에 설치되는 푸쉬 어플리케이션은 어플리케이션 사용자에게 알림 메시지나 이벤트를 알려주기 위해 푸쉬 서비스를 제공하는 어플리케이션으로서, 예를 들어, 카카오톡, 스카이프, 네이트온 톡등과 같은 어플리케이션을 말한다. A push application mainly installed in a smartphone is an application that provides a push service to notify an application user of a notification message or an event. For example, the push application refers to an application such as KakaoTalk, Skype, and Nate-on-Talk.

이러한 푸쉬 어플리케이션은 어플리케이션 서버와 TCP/IP(Transmission Control Protocol/Internet Protocol) 연결을 설정하여 어플리케이션 서버로부터 푸쉬 메시지를 수신한다. 구체적으로, 어플리케이션 서버는 단말로 전송할 푸쉬 메시지가 발생하면, 단말과 지속적으로 유지되는 TCP/IP 연결을 통해 푸쉬 메시지를 단말로 전송한다. Such a push application establishes a Transmission Control Protocol / Internet Protocol (TCP / IP) connection with an application server to receive push messages from the application server. In detail, when a push message to be transmitted to the terminal is generated, the application server transmits the push message to the terminal through a TCP / IP connection that is continuously maintained.

따라서, 단말은 푸쉬 어플리케이션의 푸쉬 메시지 착신률을 높이기 위해 킵 얼라이브(Keep Alive) 메시지를 어플리케이션 서버로 전송하여 TCP/IP 연결을 지속적으로 유지한다. 즉 단말이 어플리케이션 서버로 킵 얼라이브 메시지를 전송하면, 어플리케이션 서버가 확인 메시지로 응답하는 과정을 통해 단말과 어플리케이션 서버 간에 TCP/IP 연결이 유지된다. Therefore, the terminal continuously transmits a keep alive message to the application server in order to increase the push message reception rate of the push application to maintain the TCP / IP connection. That is, when the terminal transmits a keep-alive message to the application server, the TCP / IP connection is maintained between the terminal and the application server through the application server responds with a confirmation message.

이때, 단말이 주기적으로 킵 얼라이브 메시지를 전송하려면, 단말은 아이들(Idle) 상태에서 접속(Connect) 상태로 무선 연결 상태를 변경하여 네트워크로 무선 접속을 시도한다. 그리고 단말은 주기적으로 킵 얼라이브 메시지를 전송하는데, 이는 어플리케이션 마다 다르며, 예를 들어, 10분에 1회일 수 있다.At this time, if the terminal periodically transmits the keep-alive message, the terminal attempts to wirelessly connect to the network by changing the wireless connection state from the idle state to the connected state. The terminal periodically sends a keep-alive message, which varies from application to application, for example, once every 10 minutes.

이처럼, 킵 얼라이브 메시지의 전송 주기는 무선 접속의 시도 횟수와 동일한데 예를 들어, 고객의 10대 어플(예, 카카오톡, 스카이프 등)을 설치한 후 해당 고객의 단말이 무선 접속을 시도하는 횟수는 대략 75회/hr 인 것으로 확인되었다. 또한, Skype 어플리케이션의 경우, 아이폰은 30회, 안드로이드폰은 93회로 확인되었다. 또한, MBCmini 어플리케이션의 경우, 아이폰은 3회, 안드로이드폰은 285회로 확인되었다. As such, the transmission period of the keep-alive message is the same as the number of attempts to connect wirelessly. Was found to be approximately 75 times / hr. In the case of the Skype application, the iPhone was confirmed 30 times and the Android phone 93 times. In the case of the MBCmini application, the iPhone was confirmed 3 times and the Android phone was 285 times.

그리고 이러한 특정 푸쉬 어플리케이션으로 인한 잦은 무선 접속 시도로 인해 사람이 많이 모이는 지역의 경우, 패킷 시그널링이 급격하게 증가하여 망 부하를 심하게 유발하고 있다. 예를 들어, 강남역 인근의 경우, 패킷 시그널링이 2010년의 경우 113만이었던 것에 반해 2011년에는 215만으로 1600%가 증가하였다.In a crowded area due to frequent wireless access attempts caused by this particular push application, packet signaling increases rapidly, causing severe network load. For example, in the vicinity of Gangnam station, packet signaling increased by 1,160% in 2011 to 2.15 million in 2011, compared to 1.13 million in 2010.

따라서, 잦은 무선 접속 시도 횟수는 망 부하를 유발하는 심각한 문제로 대두되고 있다.Therefore, frequent wireless access attempts are a serious problem causing network load.

또한, 푸쉬 어플리케이션은 푸쉬 메시지가 수신되면, 푸쉬 메시지의 일부 내용만을 화면에 팝업한다. 그러면, 사용자는 푸쉬 메시지가 도착했음을 인지하고, 푸쉬 어플리케이션을 실행하여 푸쉬 메시지의 전체 내용을 확인한다. In addition, when a push message is received, the push application pops up only a partial content of the push message on the screen. Then, the user recognizes that the push message has arrived and executes the push application to check the entire contents of the push message.

따라서, 사용자가 실행할 푸쉬 어플리케이션을 찾기 위해 단말 화면을 이리저리 검색하는 과정이 필요하다.Therefore, a process of searching the terminal screen is needed to find a push application to be executed by the user.

본 발명이 이루고자 하는 기술적 과제는 킵 얼라이브(Keep Alive) 메시지로 인한 패킷 시그널링을 감소시키고 사용자가 푸쉬 어플리케이션을 실행 용이한 푸쉬 서비스를 제공하는 푸쉬 서버 및 단말을 제공하는 것이다.An object of the present invention is to provide a push server and a terminal for reducing packet signaling due to a keep alive message and providing a push service for a user to easily execute a push application.

본 발명의 한 특징에 따르면 푸쉬 서버는, 어플리케이션 서버-상기 어플리케이션 서버는 푸쉬 어플리케이션이 실행된 발신 단말에게 푸쉬 서비스를 제공함-로부터 상기 발신 단말이 전송 요청한 메시지의 푸쉬를 요청하는 푸쉬 메시지를 수신하는 수신부; 상기 푸쉬 메시지, 상기 푸쉬 어플리케이션의 명칭 및 착신 단말의 전화번호가 포함된 단문 메시지를 생성하는 생성부; 및 상기 단문 메시지를 상기 착신 단말로 전송하도록 단문 메시지 서비스 서버에게 요청하는 전송부를 포함한다. According to an aspect of the present invention, a push server is a receiving unit for receiving a push message for requesting a push of a message requested by the originating terminal from an application server, wherein the application server provides a push service to the originating terminal on which the push application is executed. ; A generator configured to generate a short message including the push message, a name of the push application, and a phone number of a called terminal; And a transmitter for requesting a short message service server to transmit the short message to the called terminal .

이때, 상기 푸쉬 메시지는, 상기 발신 단말이 전송한 상기 착신 단말의 전화번호를 포함한다.In this case, the push message includes the telephone number of the called terminal transmitted by the calling terminal.

또한, 상기 생성부는, 상기 단문 메시지의 헤더 부분에 상기 푸쉬 어플리케이션의 명칭을 수록하거나 또는 상기 단문 메시지의 태그 부분에 상기 푸쉬 어플리케이션의 명칭을 수록할 수 있다.The generation unit may include the name of the push application in a header portion of the short message or the name of the push application in a tag portion of the short message.

또한, 상기 어플리케이션 서버는, 호환이 가능한 서로 다른 푸쉬 어플리케이션을 각각 제어하는 복수의 어플리케이션 서버이고,In addition, the application server is a plurality of application servers for controlling different compatible push applications,

상기 푸쉬 서버는, 서로 호환이 가능한 어플리케이션 정보를 저장하는 어플리케이션 DB를 더 포함하고,The push server further includes an application DB for storing application information compatible with each other,

상기 생성부는, 상기 푸쉬 메시지를 전송한 어플리케이션 서버가 운용하는 푸쉬 어플리케이션과 호환이 가능한 하나 이상의 푸쉬 어플리케이션의 명칭을 상기 어플리케이션 DB로부터 확인하여 상기 하나 이상의 푸쉬 어플리케이션의 명칭을 상기 단문 메시지에 추가할 수 있다.The generation unit may check the name of one or more push applications that are compatible with the push application operated by the application server transmitting the push message from the application DB and add the names of the one or more push applications to the short message. .

또한, 상기 단문 메시지에 포함된 하나 이상의 푸쉬 어플리케이션의 명칭 중에서 상기 착신 단말에서 실행된 푸쉬 어플리케이션의 명칭은 상기 발신 단말에서 실행된 푸쉬 어플리케이션의 명칭과 상호 호환되지만 서로 다른 푸쉬 어플리케이션일 수 있다.In addition, among the names of one or more push applications included in the short message, the names of the push applications executed in the called terminal may be different push applications although they are mutually compatible with the names of the push applications executed in the calling terminal.

본 발명의 다른 특징에 따르면 단말은, 푸쉬 어플리케이션을 통해 착신자에게 메시지를 전송하는 단말로서, 어플리케이션 서버와 연동하여 푸쉬 서비스를 제공하는 푸쉬 어플리케이션이 저장된 저장부; 및 실행 명령이 입력되면, 상기 저장부로부터 푸쉬 어플리케이션을 호출하여 실행하고, 상기 푸쉬 어플리케이션을 통해 생성된 메시지에 착신자의 전화번호를 포함시켜 상기 어플리케이션 서버에게 상기 생성된 메시지의 전송을 요청하는 실행부를 포함한다.According to another feature of the present invention, a terminal is a terminal for transmitting a message to a called party through a push application, the storage unit storing a push application for providing a push service in conjunction with an application server; And an execution unit for calling and executing a push application from the storage unit and executing a call application from the storage unit and requesting the application server to transmit the generated message by including the called party's telephone number in the message generated through the push application. Include.

이때, 상기 푸쉬 어플리케이션은 단말 주소록과 연동하고,At this time, the push application is linked with the terminal address book,

상기 실행부는, 상기 푸쉬 어플리케이션에서 생성된 메시지의 착신자의 전화번호를 상기 단말 주소록으로부터 확인하여 상기 생성된 메시지에 포함시킬 수 있다.The execution unit may check the telephone number of the called party of the message generated by the push application from the terminal address book and include it in the generated message.

본 발명의 또 다른 특징에 따르면 단말은, 푸쉬 어플리케이션을 통해 발신자로부터 메시지를 수신하는 단말로서, 실행 명령이 입력된 푸쉬 어플리케이션-상기 푸쉬 어플리케이션은 어플리케이션 서버와 연동하여 푸쉬 서비스를 제공함-을 실행하는 실행부; 및 푸쉬 서버-상기 푸쉬 서버는 상기 어플리케이션 서버로부터 발신자의 메시지 푸쉬를 요청하는 푸쉬 메시지를 수신함-로부터 상기 푸쉬 메시지가 포함된 단문 메시지를 수신하고, 상기 단문 메시지에 포함된 푸쉬 어플리케이션의 명칭을 사용자가 클릭하면, 상기 푸쉬 어플리케이션의 명칭에 해당하는 푸쉬 어플리케이션의 실행 명령을 상기 실행부로 입력하는 단문 메시지 클라이언트를 포함한다. According to another feature of the present invention, the terminal is a terminal that receives a message from a caller through a push application, and executes a push application in which an execution command is input, the push application providing a push service in association with an application server. part; And receiving a short message including the push message from the push server, the push server receiving a push message requesting a message push of the sender from the application server, and selecting a name of a push application included in the short message. When clicked, a short message client for inputting an execution command of a push application corresponding to a name of the push application to the execution unit.

이때, 상기 푸쉬 어플리케이션의 명칭이 메시지 헤더에 표시된 단문 메시지 또는 상기 푸쉬 어플리케이션의 명칭이 메시지 태그에 표시된 단문 메시지를 화면에 출력하는 표시부를 더 포함할 수 있다.The display device may further include a display unit configured to output a short message in which the name of the push application is displayed in a message header or a short message in which the name of the push application is displayed in a message tag.

또한, 상기 단문 메시지 클라이언트는, 사용자가 클릭한 푸쉬 어플리케이션의 명칭에 해당하는 푸쉬 어플리케이션이 존재하는지 검색하여 존재하면, 상기 실행 명령을 전달하고, 존재하지 않으면, 실행 불가 알림을 화면에 출력한다.In addition, the short message client searches for whether a push application corresponding to the name of the push application clicked by the user exists, and if present, transmits the execution command, and if it does not exist, outputs a not executable notification to the screen.

또한, 상기 실행부는, 실행 명령이 입력되면, 서로 다른 복수의 푸쉬 어플리케이션 중에서 하나의 푸쉬 어플리케이션을 실행하고,In addition, when the execution command is input, the execution unit executes one push application from a plurality of different push applications,

상기 단문 메시지 클라이언트는, 상기 단문 메시지에 포함된 하나 이상의 푸쉬 어플리케이션의 명칭 중에서 사용자가 클릭한 푸쉬 어플리케이션의 명칭에 해당하는 실행 명령을 상기 실행부로 출력한다.The short message client outputs an execution command corresponding to the name of the push application clicked by the user among the names of one or more push applications included in the short message to the execution unit.

본 발명의 실시예에 따르면, 푸쉬(PUSH) 메시지를 이동통신망에서 사용되는 단문 메시지(SMS)형태로 전송하므로 무선을 지속적으로 연결할 필요가 없다. 즉 TCP/IP 연결 등을 사용하지 않고, 메시지가 있을때만 전송하므로 별도의 네트워크 시그널링을 유발하지 않아 부하가 발생하지 않는다.According to the embodiment of the present invention, since the PUSH message is transmitted in the form of a short message (SMS) used in a mobile communication network, there is no need to continuously connect the radio. In other words, it does not use TCP / IP connection and transmits only when there is a message. Therefore, it does not induce a separate network signaling so that no load occurs.

또한, 단문 메시지는 구동 시킬 푸쉬 어플리케이션의 명칭이 표시되어 이러한 명칭을 클릭하면, 해당 푸쉬 어플리케이션이 바로 실행되어 통신이 가능하게 된다. In addition, in the short message, a name of a push application to be driven is displayed, and when such a name is clicked, the corresponding push application is immediately executed and communication is possible.

도 1은 본 발명의 한 실시예에 따른 네트워크 구성도이다.
도 2는 본 발명의 다른 실시예에 따른 네트워크 구성도이다.
도 3은 본 발명의 한 실시예에 따른 푸쉬 서버의 구성을 나타낸 블록도이다.
도 4는 본 발명의 다른 실시예에 따른 푸쉬 서버의 구성을 나타낸 블록도이다.
도 5는 본 발명의 실시예에 따른 발신 단말의 구성을 나타낸 블록도이다.
도 6은 본 발명의 실시예에 따른 착신 단말의 구성을 나타낸 블록도이다.
도 7 및 도 8은 본 발명의 실시예에 따른 단문 메시지의 구성을 나타낸 도면이다.
도 9는 본 발명의 실시예에 따른 착신 단말의 동작을 나타낸 흐름도이다.
도 10은 본 발명의 한 실시예에 따른 푸쉬 메시지 전달 과정을 나타낸 흐름도이다.
도 11은 본 발명의 다른 실시예에 따른 푸쉬 메시지 전달 과정을 나타낸 흐름도이다.
1 is a diagram illustrating a network configuration according to an embodiment of the present invention.
2 is a network configuration diagram according to another embodiment of the present invention.
3 is a block diagram showing the configuration of a push server according to an embodiment of the present invention.
4 is a block diagram illustrating a configuration of a push server according to another exemplary embodiment of the present invention.
5 is a block diagram showing the configuration of a calling terminal according to an embodiment of the present invention.
6 is a block diagram showing the configuration of a called terminal according to an embodiment of the present invention.
7 and 8 are views showing the configuration of a short message according to an embodiment of the present invention.
9 is a flowchart illustrating the operation of a called terminal according to an embodiment of the present invention.
10 is a flowchart illustrating a push message delivery process according to an embodiment of the present invention.
11 is a flowchart illustrating a push message delivery process according to another embodiment of the present invention.

아래에서는 첨부한 도면을 참고로 하여 본 발명의 실시예에 대하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.DETAILED DESCRIPTION Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the present invention. The present invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. In the drawings, parts irrelevant to the description are omitted in order to clearly describe the present invention, and like reference numerals designate like parts throughout the specification.

명세서 전체에서, 어떤 부분이 어떤 구성 요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성 요소를 제외하는 것이 아니라 다른 구성 요소를 더 포함할 수 있는 것을 의미한다.Throughout the specification, when an element is referred to as "comprising ", it means that it can include other elements as well, without excluding other elements unless specifically stated otherwise.

또한, 명세서에 기재된 "…부", "…기", "모듈" 등의 용어는 적어도 하나의 기능이나 동작을 처리하는 단위를 의미하며, 이는 하드웨어나 소프트웨어 또는 하드웨어 및 소프트웨어의 결합으로 구현될 수 있다.Also, the terms " part, "" module," and " module ", etc. in the specification mean a unit for processing at least one function or operation and may be implemented by hardware or software or a combination of hardware and software have.

이하, 도면을 참조로 하여 본 발명의 실시예에 따른 푸쉬 서버 및 단말에 대하여 상세히 설명한다.Hereinafter, a push server and a terminal according to an embodiment of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 한 실시예에 따른 네트워크 구성도이다. 1 is a diagram illustrating a network configuration according to an embodiment of the present invention.

도 1을 참조하면, 어플리케이션 서버(100)와 푸쉬 서버(200), 그리고 푸쉬 서버(200)와 단문 메시지(Short Message Service, 이하, SMS라 통칭함) 서버(300)는 전용망(미도시) 또는 네트워크(미도시)를 통해 서로 연결된다. Referring to FIG. 1, an application server 100 and a push server 200, and a push server 200 and a short message service (hereinafter, referred to as SMS) server 300 are dedicated networks (not shown) or It is connected to each other via a network (not shown).

또한, 어플리케이션 서버(100)는 발신 단말(400) 및 착신 단말(500)과 연결된다. 그리고 착신 단말(500)은 발신 단말(400)이 푸쉬 어플리케이션(401)을 통해 전송을 요청한 푸쉬 메시지를 SMS 서버(300)로부터 수신한다.In addition, the application server 100 is connected to the calling terminal 400 and the called terminal 500. The destination terminal 500 receives a push message from the SMS server 300 that the originating terminal 400 requests transmission through the push application 401.

여기서, 어플리케이션 서버(100)는 발신 단말(400) 및 착신 단말(500)에 각각 설치된 푸쉬 어플리케이션(401, 501)을 제어하며, 예를 들어, 카카오톡 어플리케이션 서버, 스카이프 어플리케이션 서버 등이 될 수 있다. 이때, 푸쉬 어플리케이션(401, 501)은 서로 동일한 어플리케이션이다.Here, the application server 100 controls the push applications 401 and 501 respectively installed in the calling terminal 400 and the called terminal 500, and may be, for example, a KakaoTalk application server or a skype application server. . In this case, the push applications 401 and 501 are the same applications.

여기서, 푸쉬 어플리케이션(401, 501)은 어플리케이션 사용자에게 어떠한 알림 메시지나 이벤트를 알려주기 위해 푸쉬 서비스를 사용하는 어플리케이션이다.Here, the push applications 401 and 501 are applications that use a push service to inform an application user of any notification message or event.

어플리케이션 서버(100)는 푸쉬 어플리케이션(401, 501)의 가입자 정보를 관리하는데, 가입자 별 단말의 전화번호를 관리할 수 있다. 예를 들어, 발신 단말(400)이 어플리케이션 서버(100)와 TCP/IP(Transmission Control Protocol/Internet Protocol) 연결이 설정되면, 어플리케이션 서버(100)는 가입자 정보를 통해 발신 단말(400)의 전화번호를 확인할 수 있다.The application server 100 manages subscriber information of the push applications 401 and 501, and may manage phone numbers of terminals for each subscriber. For example, when the calling terminal 400 establishes a TCP / IP (Transmission Control Protocol / Internet Protocol) connection with the application server 100, the application server 100 uses the subscriber information to establish a telephone number of the calling terminal 400. You can check.

푸쉬 서버(200)는 어플리케이션 서버(100)로부터 발신 단말(400)이 전송한 메시지의 푸쉬를 요청하는 푸쉬 메시지를 수신한다. 그리고 이러한 푸쉬 메시지를 단문 메시지로 생성하여 SMS 서버(300)로 전송한다. The push server 200 receives a push message requesting a push of a message transmitted from the originating terminal 400 from the application server 100. The push message is generated as a short message and transmitted to the SMS server 300.

이때, 푸쉬 메시지는 발신 단말(400)이 전송한 착신 단말(500)의 전화번호를 포함한다. 또한, 어플리케이션 서버(100)에서 수록한 발신 단말(400)의 전화번호를 더 포함할 수 있다.In this case, the push message includes the telephone number of the called terminal 500 transmitted by the calling terminal 400. In addition, the application server 100 may further include a phone number of the calling terminal 400 recorded.

SMS 서버(300)는 통신 사업자가 가입자를 위한 문자 메시지를 전송하는 시스템으로서, 푸쉬 서버(200)의 요청에 따라 단문 메시지를 착신 단말(500)로 전송한다.The SMS server 300 is a system in which a communication provider transmits a text message for a subscriber, and transmits a short message to the called terminal 500 at the request of the push server 200.

발신 단말(400) 및 착신 단말(500)은 어플리케이션 서버(100)와 연동하여 동작하는 푸쉬 어플리케이션(401, 501)이 설치된 단말이고, 스마트폰(Smart-phone), 태블릿 PC(Tablet PC) 등이 될 수 있다.The calling terminal 400 and the called terminal 500 are terminals in which the push applications 401 and 501 which operate in conjunction with the application server 100 are installed, and a smart phone, a tablet PC, and the like are provided. Can be.

이때, 푸쉬 서버(200)는 푸쉬 어플리케이션의 명칭을 단문 메시지에 포함시키고, 착신 단말(500)의 사용자가 단문 메시지에 포함된 푸쉬 어플리케이션의 명칭을 클릭하면, 푸쉬 어플리케이션(501)이 실행된다. 그러면, 발신 단말(400) 및 착신 단말(500)의 푸쉬 어플리케이션(401, 501)은 각각 어플리케이션 서버(100)에 접속되어 상호 통신이 이루어지게 된다. In this case, the push server 200 includes the name of the push application in the short message, and when the user of the called terminal 500 clicks the name of the push application included in the short message, the push application 501 is executed. Then, the push applications 401 and 501 of the calling terminal 400 and the called terminal 500 are connected to the application server 100 to communicate with each other.

도 2는 본 발명의 다른 실시예에 따른 네트워크 구성도로서, 도 1의 구성과 동일한 구성 요소에 대한 설명은 생략한다.2 is a diagram illustrating a network configuration according to another embodiment of the present invention, and descriptions of the same components as those of FIG. 1 will be omitted.

도 2를 참조하면, 도 1의 구성과 달리 푸쉬 서버(200)는 호환이 가능한 서로 다른 복수의 푸쉬 어플리케이션을 제어하는 각각의 어플리케이션 서버(100) 즉 어플리케이션 서버 A(101), 어플리케이션 서버 B(103)와 연결된다.Referring to FIG. 2, unlike the configuration of FIG. 1, the push server 200 may control each application server 100, that is, the application server A 101 and the application server B 103, which control a plurality of compatible push applications. ).

여기서, 호환이 가능한 서로 다른 푸쉬 어플리케이션은 2개를 예로 들었으나, 이보다 더 많을 수 있다.Here, two compatible push applications are illustrated as two examples, but may be more than this.

이때, 발신 단말(400)에는 어플리케이션 서버 A(101)에 의해 제어되는 푸쉬 어플리케이션 A(401)가 설치되어 있다. 그리고 착신 단말(500)에는 어플리케이션 서버 A(101)에 의해 제어되는 푸쉬 어플리케이션 A(501) 및 어플리케이션 서버 B(103)에 의해 제어되는 푸쉬 어플리케이션 B(503)가 설치되어 있다. 이때, 푸쉬 어플리케이션 A(501)와 푸쉬 어플리케이션 B(503)는 서로 호환이 가능한 어플리케이션이다.At this time, the calling terminal 400 is provided with a push application A (401) controlled by the application server A (101). The destination terminal 500 is provided with a push application A 501 controlled by the application server A 101 and a push application B 503 controlled by the application server B 103. In this case, the push application A 501 and the push application B 503 are applications that are compatible with each other.

따라서, 푸쉬 서버(200)는 단문 메시지에 발신 단말(400)에서 실행된 푸쉬 어플리케이션 A의 명칭 및, 이러한 푸쉬 어플리케이션 A와 호환되는 푸쉬 어플리케이션 B의 명칭을 포함시켜 전송한다. 그러면, 착신 단말(500)의 사용자는 푸쉬 어플리케이션 A의 명칭 또는 푸쉬 어플리케이션 B의 명칭 중에서 하나를 선택할 수 있다.Accordingly, the push server 200 includes the name of the push application A executed in the calling terminal 400 and the name of the push application B compatible with the push application A in the short message. Then, the user of the called terminal 500 may select one of the name of the push application A or the name of the push application B.

이때, 발신 단말(400)은 어플리케이션 서버 A(101)에 접속된 상태에서 그리고 착신 단말(500)은 어플리케이션 서버 B(103)에 접속된 상태에서 상호 통신이 이루어질 수 있다. In this case, the calling terminal 400 may be connected to the application server A 101 and the called terminal 500 may be connected to the application server B 103.

도 3은 본 발명의 한 실시예에 따른 푸쉬 서버의 구성을 나타낸 블록도로서, 도 1의 푸쉬 서버(200)의 구성을 나타낸 블록도이다.3 is a block diagram showing the configuration of a push server according to an embodiment of the present invention, which is a block diagram showing the configuration of the push server 200 of FIG.

도 3을 참조하면, 푸쉬 서버(200)는 수신부(210), 생성부(230) 및 전송부(250)를 포함하고, 각 구성 요소의 기능은 다음과 같다.Referring to FIG. 3, the push server 200 includes a receiver 210, a generator 230, and a transmitter 250, and the functions of each component are as follows.

수신부(210)는 발신 단말(400)에서 실행된 푸쉬 어플리케이션과 연동하는 어플리케이션 서버(100)로부터 발신 단말(400)이 전송을 요청한 메시지의 푸쉬를 요청하는 푸쉬 메시지를 수신한다. The receiver 210 receives a push message for requesting a push of a message requested by the originating terminal 400 from the application server 100 interoperating with the push application executed in the originating terminal 400.

이때, 발신 단말(400)이 전송을 요청한 메시지는 착신 단말(500)의 MSISDN(Mobile Station International ISDN Number)을 포함하고, MSISDN은 국가코드, 네트워크 코드, 디렉토리 번호로 구성된다.In this case, the message that the originating terminal 400 requests transmission includes the Mobile Station International ISDN Number (MSISDN) of the called terminal 500, and the MSISDN is composed of a country code, a network code, and a directory number.

생성부(230)는 어플리케이션 서버(100)로부터 수신한 푸쉬 메시지, 어플리케이션 서버(100)에서 제어하는 푸쉬 어플리케이션의 명칭 및 착신 단말(500)의 전화번호를 포함하는 단문 메시지를 생성한다. 여기서, 착신 단말(500)의 전화번호는 어플리케이션 서버(100)로부터 수신한 푸쉬 메시지에 포함되어 있다.The generation unit 230 generates a short message including a push message received from the application server 100, a name of a push application controlled by the application server 100, and a phone number of the called terminal 500. Here, the telephone number of the called terminal 500 is included in the push message received from the application server 100.

이때, 생성부(230)는 단문 메시지의 헤더 부분에 푸쉬 어플리케이션의 명칭을 포함시키거나 또는 단문 메시지의 태그 부분에 푸쉬 어플리케이션의 명칭을 포함시킬 수 있다.At this time, the generation unit 230 may include the name of the push application in the header portion of the short message, or may include the name of the push application in the tag portion of the short message.

여기서, 단문 메시지는 코어망(미도시)에서 사용자에게 보낼 SMS 메시지가 있을 경우 전송하는 CP-DATA message일 수 있다. 이때, CP-DATA message는 CP_User Data Element를 갖게 되는데, CP_User Data Element안에 실제 사용자에게 전송할 메시지 및 푸쉬 어플리케이션의 명칭이 포함된다.Here, the short message may be a CP-DATA message transmitted when there is an SMS message to be sent to the user in the core network (not shown). At this time, the CP-DATA message has a CP_User Data Element, which includes a message to be transmitted to the actual user and the name of the push application in the CP_User Data Element.

전송부(250)는 생성부(230)가 생성한 단문 메시지를 착신 단말(500)로 전송하도록 SMS 서버(300)에게 요청한다. 그러면, SMS 서버(300)는 단문 메시지를 단문 메시지에 수록된 착신 단말(500)의 전화번호로 전송한다.The transmitter 250 requests the SMS server 300 to transmit the short message generated by the generator 230 to the called terminal 500. Then, the SMS server 300 transmits the short message to the telephone number of the called terminal 500 contained in the short message.

도 4는 본 발명의 다른 실시예에 따른 푸쉬 서버의 구성을 나타낸 블록도 로서, 도 2의 푸쉬 서버(200)의 구성을 나타낸 블록도이다.4 is a block diagram showing the configuration of a push server according to another embodiment of the present invention, which is a block diagram showing the configuration of the push server 200 of FIG.

도 4를 참조하면, 푸쉬 서버(200)는 수신부(210), 생성부(230), 전송부(250) 및 어플리케이션 DB(270)를 포함하고, 각 구성 요소의 기능은 다음과 같다.Referring to FIG. 4, the push server 200 includes a receiver 210, a generator 230, a transmitter 250, and an application DB 270. The functions of each component are as follows.

이때, 수신부(210), 생성부(230), 전송부(250)는 도 3의 구성과 동일하다. 다만, 생성부(230)는 푸쉬 메시지를 전송한 어플리케이션 서버(100)가 운용하는 푸쉬 어플리케이션과 호환이 가능한 하나 이상의 푸쉬 어플리케이션의 명칭을 어플리케이션 DB(270)로부터 확인한다. 그리고, 하나 이상의 푸쉬 어플리케이션의 명칭을 단문 메시지에 추가한다. In this case, the receiver 210, the generator 230, and the transmitter 250 are the same as those of FIG. 3. However, the generation unit 230 checks from the application DB 270 the names of one or more push applications that are compatible with the push application operated by the application server 100 that transmitted the push message. The name of one or more push applications is added to the short message.

여기서, 어플리케이션 DB(270)는 서로 호환이 가능한 어플리케이션 정보를 저장한다. Here, the application DB 270 stores application information compatible with each other.

도 5는 본 발명의 실시예에 따른 발신 단말의 구성을 나타낸 블록도이다.5 is a block diagram showing the configuration of a calling terminal according to an embodiment of the present invention.

도 5를 참조하면, 발신 단말(400)은 저장부(410), 실행부(430) 및 통신부(450)를 포함한다. Referring to FIG. 5, the calling terminal 400 includes a storage unit 410, an execution unit 430, and a communication unit 450.

여기서, 저장부(410)는 어플리케이션 서버(100)와 연동하여 푸쉬 서비스를 제공하는 푸쉬 어플리케이션(401)이 저장된다.Here, the storage unit 410 stores a push application 401 that provides a push service in cooperation with the application server 100.

실행부(430)는 실행 명령이 입력되면, 저장부(410)로부터 푸쉬 어플리케이션을 호출하여 실행하고, 이러한 푸쉬 어플리케이션을 통해 생성된 메시지에 착신자의 전화번호를 포함시켜 어플리케이션 서버(100)에게 전송을 요청한다. When the execution command is input, the execution unit 430 calls and executes a push application from the storage unit 410, and transmits the message to the application server 100 by including the called party's telephone number in the message generated through the push application. request.

이때, 상기 푸쉬 어플리케이션은 단말 주소록과 연동하고 상기 실행부는, 상기 푸쉬 어플리케이션에서 생성된 메시지의 착신자의 전화번호를 상기 단말 주소록으로부터 확인하여 상기 생성된 메시지에 포함시킨다.In this case, the push application is linked with the terminal address book, and the execution unit checks the telephone number of the called party of the message generated in the push application from the terminal address book and includes it in the generated message.

통신부(450)는 어플리케이션 서버(100)와 TCP/IP 연결을 수행하고, 실행부(430)에서 생성한 메시지를 어플리케이션 서버(100)로 전송한다.The communication unit 450 performs a TCP / IP connection with the application server 100 and transmits a message generated by the execution unit 430 to the application server 100.

도 6은 본 발명의 실시예에 따른 착신 단말의 구성을 나타낸 블록도이고, 도 7 및 도 8은 본 발명의 실시예에 따른 단문 메시지의 구성을 나타낸 도면이다.6 is a block diagram showing a configuration of a called terminal according to an embodiment of the present invention, Figures 7 and 8 are views showing the configuration of a short message according to an embodiment of the present invention.

도 6을 참조하면, 착신 단말(500)은 저장부(510), 실행부(520), 단문 메시지 클라이언트(530), 표시부(540), 입력부(550) 및 통신부(4560)를 포함한다.Referring to FIG. 6, the called terminal 500 includes a storage unit 510, an execution unit 520, a short message client 530, a display unit 540, an input unit 550, and a communication unit 4560.

여기서, 저장부(510)는 푸쉬 어플리케이션을 저장하는데, 도 2에서 설명한 것처럼 서로 호환되는 하나 이상의 푸쉬 어플리케이션을 저장할 수 있다. Here, the storage unit 510 stores a push application. As described with reference to FIG. 2, the storage unit 510 may store one or more push applications that are compatible with each other.

실행부(520)는 실행 명령이 입력된 푸쉬 어플리케이션을 저장부(510)로부터 로딩하여 실행한다. 그리고 실행된 푸쉬 어플리케이션의 결과에 대응되는 소프트웨어 로직 및 데이터를 렌더링(rendering) 및 파싱(parsing)하여 푸쉬 애플리케이션의 표시화면을 생성하여 표시부(540)로 출력한다.The execution unit 520 loads and executes the push application to which the execution command is input from the storage unit 510. The software logic and data corresponding to the result of the executed push application are rendered and parsed to generate a display screen of the push application and output the generated display screen to the display unit 540.

이때, 실행된 푸쉬 어플리케이션은, 도 1에서 설명한 것처럼, 발신 단말(400)에 실행된 푸쉬 어플리케이션(401)과 동일하다.In this case, the executed push application is the same as the push application 401 executed in the calling terminal 400 as described with reference to FIG. 1.

또한, 실행된 푸쉬 어플리케이션은, 도 2에서 설명한 것처럼, 발신 단말(400)에서 실행된 푸쉬 어플리케이션(401)과 서로 호환되는 다른 어플리케이션일 수 있다.In addition, the executed push application may be another application that is compatible with the push application 401 executed in the calling terminal 400 as described with reference to FIG. 2.

단문 메시지 클라이언트(530)는 푸쉬 서버(200)로부터 단문 메시지를 수신하여 표시부(540)로 출력한다. 그리고 단문 메시지에 포함된 푸쉬 어플리케이션의 명칭을 사용자가 클릭하면, 푸쉬 어플리케이션의 명칭에 해당하는 푸쉬 어플리케이션의 실행 명령을 실행부(520)로 출력한다.The short message client 530 receives the short message from the push server 200 and outputs the short message to the display unit 540. When the user clicks on the name of the push application included in the short message, the execution command of the push application corresponding to the name of the push application is output to the execution unit 520.

이때, 단문 메시지 클라이언트(530)는 사용자가 클릭한 푸쉬 어플리케이션의 명칭에 해당하는 푸쉬 어플리케이션이 존재하는지 저장부(510)를 검색하여 존재하면, 실행 명령을 출력하고, 존재하지 않으면, 실행 불가 알림을 화면에 출력할 수 있다.In this case, the short message client 530 searches the storage unit 510 to determine whether there is a push application corresponding to the name of the push application clicked by the user, and if so, outputs an execution command. You can print it on the screen.

표시부(540)는 착신 단말(500)의 동작에 따른 정보를 화면 상에 출력하며, 예컨대 현재 상용화되고 있는 LCD(Liquid Crystal Display) 등이 사용될 수 있다.The display unit 540 outputs information according to the operation of the called terminal 500 on the screen, and for example, a liquid crystal display (LCD), which is currently commercialized, may be used.

표시부(540)는 단문 메시지 클라이언트(530)가 수신한 단문 메시지를 화면에 출력하는데, 이때 출력되는 단문 메시지는 도 7 및 도 8과 같이 구성될 수 있다.The display unit 540 outputs a short message received by the short message client 530 on the screen, and the short message to be output may be configured as shown in FIGS. 7 and 8.

도 7을 참조하면, 단문 메시지(600)는 메시지 헤더(601)에 수록된 푸쉬 어플리케이션의 명칭 및 메시지 내용(603)으로 구성될 수 있다.Referring to FIG. 7, the short message 600 may include a name of the push application and a message content 603 included in the message header 601.

도 8을 참조하면, 단문 메시지(600)는 메시지 태그(605)에 수록된 푸쉬 어플리케이션의 명칭 및 메시지 내용(603)으로 구성될 수 있다. Referring to FIG. 8, the short message 600 may include a name of the push application and a message content 603 included in the message tag 605.

입력부(550)는 사용자가 단문 메시지에 표시된 하나 이상의 푸쉬 어플리케이션의 명칭 중에서 하나의 명칭을 선택 또는 입력하기 위한 수단이다. 터치패드, 광 포인팅 장치, 키패드 등 다양한 입력 수단이 채택될 수 있다.The input unit 550 is a means for the user to select or input one name from among names of one or more push applications displayed in the short message. Various input means such as a touch pad, an optical pointing device, a keypad, and the like may be adopted.

통신부(4560)는 실행된 푸쉬 어플리케이션을 제어하는 어플리케이션 서버(100)와 TCP/IP 연결을 수행한다.The communication unit 4560 performs a TCP / IP connection with the application server 100 that controls the executed push application.

이러한 착신 단말(500)의 동작은 도 9와 같다. 도 9는 본 발명의 실시예에 따른 착신 단말의 동작을 나타낸 흐름도이다.The operation of the called terminal 500 is the same as FIG. 9 is a flowchart illustrating the operation of a called terminal according to an embodiment of the present invention.

도 9를 참조하면, 단문 메시지 클라이언트(530)는 단문 메시지가 수신(S101)되면, 화면에 단문 메시지를 팝업(S103)한다. Referring to FIG. 9, when a short message is received (S101), the short message client 530 pops up a short message on the screen (S103).

그리고 사용자가 단문 메시지에 수록된 하나 이상의 푸쉬 어플리케이션 명칭 중에서 하나를 선택(S105)하면, 저장부(510)를 검색하여 단말에 존재하는지 여부 즉 설치 여부를 판단한다(S107).When the user selects one of the one or more push application names included in the short message (S105), the storage unit 510 is searched to determine whether or not the terminal exists in the terminal (S107).

이때, 설치되어 있으면, 단문 메시지 클라이언트(530)는 실행부(520)에게 실행 명령을 전달한다(S109). At this time, if installed, the short message client 530 transmits an execution command to the execution unit 520 (S109).

그러면, 실행부(520)는 실행 명령이 입력된 푸쉬 어플리케이션을 실행(S111)하고, 단문 메시지에 포함된 푸쉬 메시지를 출력한다(S113).Then, the execution unit 520 executes the push application to which the execution command is input (S111), and outputs the push message included in the short message (S113).

또한, 설치되어 있지 않으면, 단문 메시지 클라이언트(530)는 실행 불가 알림을 화면에 팝업한다(S115). In addition, if it is not installed, the short message client 530 pops up a notification that the execution is impossible (S115).

지금까지 설명한 구성을 토대로 푸쉬 메시지를 전달하는 과정을 설명하면 다음과 같다.The process of delivering the push message based on the configuration described so far is as follows.

도 10은 본 발명의 한 실시예에 따른 푸쉬 메시지 전달 과정을 나타낸 흐름도로서, 도 1의 실시예에 따른 흐름도이다.10 is a flowchart illustrating a push message delivery process according to an embodiment of the present invention, which is a flowchart according to the embodiment of FIG. 1.

도 10을 참조하면, 발신 단말(400)이 사용자로부터 실행 명령이 입력된 푸쉬 어플리케이션을 실행한다(S201). 그리고 실행된 푸쉬 어플리케이션은 해당하는 어플리케이션 서버(100)와 TCP/IP 연결(S203)된다. Referring to FIG. 10, the calling terminal 400 executes a push application in which an execution command is input from a user (S201). The executed push application is connected to the corresponding application server 100 with a TCP / IP connection (S203).

이후, 사용자가 특정 착신자에게 메시지를 작성하여 전송을 요청하면, 발신 단말(400)의 실행부(430)는 사용자가 작성한 메시지에 착신자 단말의 MSISDN을 포함시켜 어플리케이션 서버(100)로 전송을 요청한다(S205).Then, when a user writes a message to a specific called party and requests transmission, the execution unit 430 of the calling terminal 400 requests the application server 100 to include the MSISDN of the called party terminal in the message created by the user. (S205).

그러면, 어플리케이션 서버(100)는 발신 단말(400)로부터 전송이 요청된 메시지의 푸쉬를 요청하는 푸쉬 메시지를 푸쉬 서버(200)로 전달한다(S207).Then, the application server 100 transmits a push message requesting the push of the message requested to be transmitted from the originating terminal 400 to the push server 200 (S207).

푸쉬 서버(200)는 해당하는 푸쉬 어플리케이션의 명칭 및 푸쉬 메시지에 수록된 착신 단말(500)의 MSISDN을 포함하는 단문 메시지(SMS)를 생성한다(S209). 그리고 SMS 서버(300)로 단문 메시지 전송을 요청한다(S211).The push server 200 generates a short message (SMS) including the name of the corresponding push application and the MSISDN of the called terminal 500 included in the push message (S209). The SMS server 300 requests a short message transmission (S211).

그러면, SMS 서버는 S211 단계에서 요청받은 단문 메시지를 착신 단말(500)로 전송한다(S213). Then, the SMS server transmits the short message requested in step S211 to the called terminal 500 (S213).

착신 단말(500)은 수신된 단문 메시지를 화면에 팝업한다(S215). 이때, 단문 메시지에는 발신 단말(500)에서 실행된 푸쉬 어플리케이션의 명칭이 표시되어 있다. The called terminal 500 pops up the received short message on the screen (S215). In this case, the short message displays the name of the push application executed in the calling terminal 500.

그러면, 착신자가 단문 메시지에 표시된 푸쉬 어플리케이션 명칭을 클릭(S217)하면, 푸쉬 어플리케이션이 실행(S219)되어 어플리케이션 서버(100)와 TCP/IP 연결된다(S221). Then, when the called person clicks the push application name displayed in the short message (S217), the push application is executed (S219) and is connected to the application server 100 and TCP / IP (S221).

도 11은 본 발명의 다른 실시예에 따른 푸쉬 메시지 전달 과정을 나타낸 흐름도로서, 도 2의 실시예에 따른 흐름도이다.11 is a flowchart illustrating a push message delivery process according to another embodiment of the present invention, which is a flowchart according to the embodiment of FIG. 2.

도 11을 참조하면, 발신 단말(400)이 사용자로부터 실행 명령이 입력된 푸쉬 어플리케이션을 실행한다(S301). 그리고 실행된 푸쉬 어플리케이션은 해당하는 어플리케이션 서버 A(101)와 TCP/IP 연결(S303)된다. Referring to FIG. 11, the calling terminal 400 executes a push application in which an execution command is input from a user (S301). The executed push application is connected to the corresponding application server A 101 by TCP / IP (S303).

이후, 사용자가 특정 착신자에게 메시지를 작성하여 전송을 요청하면, 발신 단말(400)의 실행부(430)는 사용자가 작성한 메시지에 착신자 단말의 MSISDN을 포함시켜 어플리케이션 서버 A(101)로 전송을 요청한다(S305).Then, when a user writes a message to a specific called party and requests transmission, the execution unit 430 of the calling terminal 400 includes the MSISDN of the called party terminal in the message created by the user and requests the transmission to the application server A 101. (S305).

그러면, 어플리케이션 서버 A(101)는 발신 단말(400)로부터 전송이 요청된 메시지의 푸쉬를 요청하는 푸쉬 메시지를 푸쉬 서버(200)로 전달한다(S307).Then, the application server A (101) transmits a push message requesting the push of the message requested to be transmitted from the originating terminal 400 to the push server 200 (S307).

푸쉬 서버(200)는 어플리케이션 서버 A(101)의 푸쉬 어플리케이션과 호환되는 하나 이상의 푸쉬 어플리케이션을 어플리케이션 DB(370)로부터 검색한다(S309).The push server 200 searches for one or more push applications compatible with the push application of the application server A 101 from the application DB 370 (S309).

그러면, 푸시 서버(200)는 어플리케이션 서버 A(101)의 푸쉬 어플리케이션의 명칭 및 S309 단계에서 검색된 하나 이상의 푸쉬 어플리케이션의 명칭과, S307 단계에서 수신된 푸쉬 메시지에 수록된 착신 단말(500)의 MSISDN을 포함하는 단문 메시지(SMS)를 생성한다(S311). 그리고 SMS 서버(300)로 단문 메시지 전송을 요청한다(S313).Then, the push server 200 includes the name of the push application of the application server A (101), the name of one or more push applications retrieved in step S309, and the MSISDN of the called terminal 500 contained in the push message received in step S307. A short message SMS is generated (S311). The SMS server 300 requests a short message transmission (S313).

그러면, SMS 서버(300)는 S313 단계에서 요청받은 단문 메시지를 착신 단말(500)로 전송한다(S315). Then, the SMS server 300 transmits the short message requested in step S313 to the called terminal 500 (S315).

그러면, 착신 단말(500)은 수신된 단문 메시지를 화면에 팝업한다(S317). 이때, 단문 메시지에는 발신 단말(400)에서 실행된 푸쉬 어플리케이션의 명칭 및 이러한 푸쉬 어플리케이션 A와 호환되는 하나 이상의 푸쉬 어플리케이션의 명칭이 포함되어 있다. Then, the called terminal 500 pops up the received short message on the screen (S317). In this case, the short message includes a name of a push application executed in the calling terminal 400 and names of one or more push applications compatible with the push application A.

그러면, 착신자가 단문 메시지에 표시된 푸쉬 어플리케이션의 명칭을 클릭(S319)하면, 푸쉬 어플리케이션이 실행(S321)된다.Then, when the called person clicks the name of the push application displayed in the short message (S319), the push application is executed (S321).

이때, 착신자가 푸쉬 어플리케이션 A와 호환되는 푸쉬 어플리케이션 B를 선택한 경우, 푸쉬 어플리케이션 B를 제어하는 어플리케이션 서버 B(103)와 TCP/IP 연결이 된다(S323). In this case, when the called party selects the push application B that is compatible with the push application A, there is a TCP / IP connection with the application server B 103 controlling the push application B (S323).

이상에서 설명한 본 발명의 실시예는 장치 및 방법을 통해서만 구현이 되는 것은 아니며, 본 발명의 실시예의 구성에 대응하는 기능을 실현하는 프로그램 또는 그 프로그램이 기록된 기록 매체를 통해 구현될 수도 있다. The embodiments of the present invention described above are not implemented only by the apparatus and method, but may be implemented through a program for realizing the function corresponding to the configuration of the embodiment of the present invention or a recording medium on which the program is recorded.

이상에서 본 발명의 실시예에 대하여 상세하게 설명하였지만 본 발명의 권리범위는 이에 한정되는 것은 아니고 다음의 청구범위에서 정의하고 있는 본 발명의 기본 개념을 이용한 당업자의 여러 변형 및 개량 형태 또한 본 발명의 권리범위에 속하는 것이다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments, It belongs to the scope of right.

Claims (12)

어플리케이션 서버-상기 어플리케이션 서버는 푸쉬 어플리케이션이 실행된 발신 단말에게 푸쉬 서비스를 제공함-로부터 상기 발신 단말이 전송 요청한 메시지의 푸쉬를 요청하는 푸쉬 메시지를 수신하는 수신부;
상기 푸쉬 메시지, 상기 푸쉬 어플리케이션의 명칭 및 착신 단말의 전화번호가 포함된 단문 메시지를 생성하는 생성부; 및
상기 단문 메시지를 상기 착신 단말로 전송하도록 단문 메시지 서비스 서버에게 요청하는 전송부
를 포함하는 푸쉬 서버.
A receiving unit for receiving a push message for requesting a push of a message requested by the calling terminal from an application server, wherein the application server provides a push service to a calling terminal on which a push application is executed;
A generator configured to generate a short message including the push message, a name of the push application, and a phone number of a called terminal; And
Sender for requesting the short message service server to send the short message to the called terminal
Push server comprising a.
제1항에 있어서,
상기 푸쉬 메시지는,
상기 발신 단말이 전송한 상기 착신 단말의 전화번호를 포함하는 푸쉬 서버.
The method of claim 1,
The push message,
Push server including the telephone number of the called terminal transmitted by the calling terminal.
제1항에 있어서,
상기 생성부는,
상기 단문 메시지의 헤더 부분에 상기 푸쉬 어플리케이션의 명칭을 수록하거나 또는 상기 단문 메시지의 태그 부분에 상기 푸쉬 어플리케이션의 명칭을 수록하는 푸쉬 서버.
The method of claim 1,
Wherein the generation unit comprises:
And a name of the push application in a header portion of the short message or a name of the push application in a tag portion of the short message.
제1항 내지 제3항 중 어느 한 항에 있어서,
상기 어플리케이션 서버는, 호환이 가능한 서로 다른 푸쉬 어플리케이션을 각각 제어하는 복수의 어플리케이션 서버이고,
상기 푸쉬 서버는,
서로 호환이 가능한 어플리케이션 정보를 저장하는 어플리케이션 DB를 더 포함하고,
상기 생성부는,
상기 푸쉬 메시지를 전송한 어플리케이션 서버가 운용하는 푸쉬 어플리케이션과 호환이 가능한 하나 이상의 푸쉬 어플리케이션의 명칭을 상기 어플리케이션 DB로부터 확인하여 상기 하나 이상의 푸쉬 어플리케이션의 명칭을 상기 단문 메시지에 추가하는 푸쉬 서버.
4. The method according to any one of claims 1 to 3,
The application server is a plurality of application servers for controlling different compatible push applications, respectively,
The push server,
Further comprising an application DB for storing application information compatible with each other,
Wherein the generation unit comprises:
And a name of at least one push application compatible with the push application operated by the application server transmitting the push message from the application DB, and adding the name of the at least one push application to the short message.
제4항에 있어서,
상기 단문 메시지에 포함된 하나 이상의 푸쉬 어플리케이션의 명칭 중에서 상기 착신 단말에서 실행된 푸쉬 어플리케이션의 명칭은 상기 발신 단말에서 실행된 푸쉬 어플리케이션의 명칭과 상호 호환되지만 서로 다른 푸쉬 어플리케이션일 수 있는 푸쉬 서버.
5. The method of claim 4,
The push server name of the push application executed in the called terminal among the names of one or more push applications included in the short message are compatible with the name of the push application executed in the calling terminal but may be different push applications.
푸쉬 어플리케이션을 통해 착신자에게 메시지를 전송하는 단말로서,
어플리케이션 서버와 연동하여 푸쉬 서비스를 제공하는 푸쉬 어플리케이션이 저장된 저장부; 및
실행 명령이 입력되면, 상기 저장부로부터 푸쉬 어플리케이션을 호출하여 실행하고, 상기 푸쉬 어플리케이션을 통해 생성된 메시지에 착신자의 전화번호를 포함시켜 상기 어플리케이션 서버에게 상기 생성된 메시지의 전송을 요청하는 실행부
를 포함하는 단말.
A terminal for transmitting a message to a called party through a push application,
A storage unit for storing a push application that provides a push service in association with an application server; And
When the execution command is input, the execution unit for calling and executing the push application from the storage unit, and requesting the transmission of the generated message to the application server by including the telephone number of the called party in the message generated through the push application
.
제6항에 있어서,
상기 푸쉬 어플리케이션은 단말 주소록과 연동하고,
상기 실행부는,
상기 푸쉬 어플리케이션에서 생성된 메시지의 착신자의 전화번호를 상기 단말 주소록으로부터 확인하여 상기 생성된 메시지에 포함시키는 단말.
The method according to claim 6,
The push application is linked with the terminal address book,
The execution unit may include:
The terminal confirms the telephone number of the called party of the message generated by the push application from the terminal address book to include in the generated message.
푸쉬 어플리케이션을 통해 발신자로부터 메시지를 수신하는 단말로서,
실행 명령이 입력된 푸쉬 어플리케이션-상기 푸쉬 어플리케이션은 어플리케이션 서버와 연동하여 푸쉬 서비스를 제공함-을 실행하는 실행부; 및
푸쉬 서버-상기 푸쉬 서버는 상기 어플리케이션 서버로부터 발신자의 메시지 푸쉬를 요청하는 푸쉬 메시지를 수신함-로부터 상기 푸쉬 메시지가 포함된 단문 메시지를 수신하고, 상기 단문 메시지에 포함된 푸쉬 어플리케이션의 명칭을 사용자가 클릭하면, 상기 푸쉬 어플리케이션의 명칭에 해당하는 푸쉬 어플리케이션의 실행 명령을 상기 실행부로 입력하는 단문 메시지 클라이언트
를 포함하는 단말.
A terminal that receives a message from a sender through a push application,
An execution unit configured to execute a push application in which an execution command is input, wherein the push application provides a push service in association with an application server; And
Receives a short message including the push message from the push server, the push server receives a push message for requesting the push of the sender's message from the application server, and the user clicks on the name of the push application included in the short message. If so, the short message client for inputting the execution command of the push application corresponding to the name of the push application to the execution unit
.
제8항에 있어서,
상기 푸쉬 어플리케이션의 명칭이 메시지 헤더에 표시된 단문 메시지 또는 상기 푸쉬 어플리케이션의 명칭이 메시지 태그에 표시된 단문 메시지를 화면에 출력하는 표시부
를 더 포함하는 단말.
9. The method of claim 8,
A display unit for outputting a short message in which the name of the push application is displayed in a message header or a short message in which the name of the push application is displayed in a message tag.
Terminal further comprising.
제8항에 있어서,
상기 단문 메시지 클라이언트는,
사용자가 클릭한 푸쉬 어플리케이션의 명칭에 해당하는 푸쉬 어플리케이션이 존재하는지 검색하여 존재하면, 상기 실행 명령을 전달하고, 존재하지 않으면, 실행 불가 알림을 화면에 출력하는 단말.
9. The method of claim 8,
The short message client,
Searching for the existence of the push application corresponding to the name of the push application clicked by the user, if present, delivers the execution command, and if not present, a terminal for outputting an execution disable notification on the screen.
제8항 내지 제10항 중 어느 한 항에 있어서,
상기 실행부는,
실행 명령이 입력되면, 서로 다른 복수의 푸쉬 어플리케이션 중에서 하나의 푸쉬 어플리케이션을 실행하고,
상기 단문 메시지 클라이언트는,
상기 단문 메시지에 포함된 하나 이상의 푸쉬 어플리케이션의 명칭 중에서 사용자가 클릭한 푸쉬 어플리케이션의 명칭에 해당하는 실행 명령을 상기 실행부로 출력하는 단말.
11. The method according to any one of claims 8 to 10,
The execution unit may include:
When an execution command is input, one push application is executed among a plurality of different push applications,
The short message client,
The terminal outputs an execution command corresponding to the name of the push application clicked by the user among the names of one or more push applications included in the short message to the execution unit.
제11항에 있어서,
상기 단문 메시지 클라이언트의 실행 명령에 따라 실행된 푸쉬 어플리케이션은, 발신자의 단말에 설치된 푸쉬 어플리케이션과 서로 호환되는 다른 어플리케이션일 수 있는 단말.
The method of claim 11,
The push application executed according to the execution command of the short message client may be another application compatible with the push application installed in the caller's terminal.
KR1020110115420A 2011-11-07 2011-11-07 Push server and mobile unit KR101896573B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020110115420A KR101896573B1 (en) 2011-11-07 2011-11-07 Push server and mobile unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020110115420A KR101896573B1 (en) 2011-11-07 2011-11-07 Push server and mobile unit

Publications (2)

Publication Number Publication Date
KR20130050202A true KR20130050202A (en) 2013-05-15
KR101896573B1 KR101896573B1 (en) 2018-10-05

Family

ID=48660698

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020110115420A KR101896573B1 (en) 2011-11-07 2011-11-07 Push server and mobile unit

Country Status (1)

Country Link
KR (1) KR101896573B1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101468463B1 (en) * 2013-06-14 2014-12-03 주식회사 미라넷 Equipment and method for providing application service
KR20170050699A (en) * 2015-10-30 2017-05-11 에스케이텔레콤 주식회사 Method for presentating of calling information and apparatus for the same
WO2019054779A1 (en) * 2017-09-14 2019-03-21 삼성전자주식회사 Electronic device for processing message and method for operating same
US10432495B2 (en) 2013-09-17 2019-10-01 Samsung Electronics Co., Ltd. Electronic device, method of transmitting log information by electronic device, and system for receiving the log information
KR20200058184A (en) * 2018-11-19 2020-05-27 주식회사 유비펀스튜디오 Method and apparatus for providing communication service based on push
EP3086577B1 (en) 2013-12-20 2020-07-01 Samsung Electronics Co., Ltd. Method and device for event notification in home network system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100788245B1 (en) * 2006-10-19 2007-12-27 (주)인트로모바일 System of providing integrated push service and method therof

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101468463B1 (en) * 2013-06-14 2014-12-03 주식회사 미라넷 Equipment and method for providing application service
US10432495B2 (en) 2013-09-17 2019-10-01 Samsung Electronics Co., Ltd. Electronic device, method of transmitting log information by electronic device, and system for receiving the log information
EP3086577B1 (en) 2013-12-20 2020-07-01 Samsung Electronics Co., Ltd. Method and device for event notification in home network system
EP3739911B1 (en) 2013-12-20 2022-02-02 Samsung Electronics Co., Ltd. Method and device for event notification in home network system
US11516041B2 (en) 2013-12-20 2022-11-29 Samsung Electronics Co., Ltd. Method and device for event notification in home network system
KR20170050699A (en) * 2015-10-30 2017-05-11 에스케이텔레콤 주식회사 Method for presentating of calling information and apparatus for the same
WO2019054779A1 (en) * 2017-09-14 2019-03-21 삼성전자주식회사 Electronic device for processing message and method for operating same
US10911908B2 (en) 2017-09-14 2021-02-02 Samsung Electronics Co., Ltd. Electronic device for processing message and method for operating same
KR20200058184A (en) * 2018-11-19 2020-05-27 주식회사 유비펀스튜디오 Method and apparatus for providing communication service based on push
WO2020105815A1 (en) * 2018-11-19 2020-05-28 주식회사 유비펀스튜디오 Push-based communication service method and device therefor
US11388619B2 (en) 2018-11-19 2022-07-12 Ubifunstudio Co., Ltd. Method and apparatus for providing communication service based on a push

Also Published As

Publication number Publication date
KR101896573B1 (en) 2018-10-05

Similar Documents

Publication Publication Date Title
US8085756B2 (en) Automatically sending rich contact information coincident to a telephone call
KR101896573B1 (en) Push server and mobile unit
US20140335837A1 (en) Communication Processing Method and Apparatus, and Terminal
JP2005124152A (en) Method and apparatus for alternative routing of text-based messages on wireless telephone network
KR20120039414A (en) Apparatus and method for receiving mobile message
KR101945361B1 (en) Push server, application server and terminal unit
EP2974159B1 (en) Method, device and system for voice communication
KR20120032632A (en) Apparatus and method for updating of data in portable terminal
CN103024687A (en) Method and equipment for establishing instant messaging
CA2740375C (en) Use of persistent sessions by a presence access layer
KR20110079235A (en) Group message service method
KR100913193B1 (en) An apparatus for providing bidirectional message service between messenger services and non-messenger services
KR102638733B1 (en) Communication system based on cloud phone and method thereof
KR20130140719A (en) Transmitting information
KR101205815B1 (en) Device supporting text conversation and text conversation control method
KR101561942B1 (en) Method and system for enhancementing display ratio of caller information in wire and wireless communication system
JP3909003B2 (en) Message delivery system and method, program, and recording medium
KR101505809B1 (en) Method for for transmitting broadcast message using wireless data netwonk and public network
KR101605727B1 (en) System and method for transmitting short message using short message service program
KR101690604B1 (en) Chatting system and method based on wire/wireless web
KR100796162B1 (en) System for connecting call by calling terminal and method thereof
KR20120015383A (en) System and method for eventing informing using dlna
KR20120002121A (en) Method for emergency call using portable terminal accessible to wireless internet on ip network
WO2017017578A1 (en) Method and devices for providing missed call alerts
KR101116936B1 (en) Method for provididng information of social network service management server and social network service management server using the same

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
GRNT Written decision to grant