WO2001086526A1 - Apparatus and method for auction - Google Patents

Apparatus and method for auction Download PDF

Info

Publication number
WO2001086526A1
WO2001086526A1 PCT/JP2001/003692 JP0103692W WO0186526A1 WO 2001086526 A1 WO2001086526 A1 WO 2001086526A1 JP 0103692 W JP0103692 W JP 0103692W WO 0186526 A1 WO0186526 A1 WO 0186526A1
Authority
WO
WIPO (PCT)
Prior art keywords
bid price
provisional
bidder
price
auction
Prior art date
Application number
PCT/JP2001/003692
Other languages
French (fr)
Japanese (ja)
Inventor
Kazuo Hada
Yuji Kawakita
Original Assignee
Dnac-Tv Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dnac-Tv Co., Ltd. filed Critical Dnac-Tv Co., Ltd.
Priority to AU52629/01A priority Critical patent/AU5262901A/en
Publication of WO2001086526A1 publication Critical patent/WO2001086526A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/08Auctions

Definitions

  • the present invention relates to an auction technology using a telephone, and more particularly, to enabling the progress of an auction to be displayed to a viewer of a web page in real time. It is possible to determine whether or not oneself is a provisional or definitive successful bidder based on. Background art
  • the present applicant has proposed an auction using television broadcasting (Japanese Patent Application No. 11-36 1447).
  • bids are received by telephone, processed in real time, and the status of the auction (current maximum bid amount, etc.) is broadcasted in real time. Is to be notified.
  • the auction described above is extremely useful because of its immediacy, but basically, only TV broadcast viewers can participate. Also, if the auction program is not a general terrestrial TV broadcast but a satellite broadcast or a cable TV broadcast that only a limited number of subscribers watch, many people who want to participate in the auction will not be able to participate. . It is preferable that many participants can participate in the auction through various channels (mediums). Disclosure of the invention
  • the present invention has been made in view of the above circumstances, and has as its object to enable browsing of an auction substantially in real time via a communication network such as the Internet.
  • Another object of the present invention is to allow a participant to easily determine whether or not he or she is a provisional or definitive successful bidder.
  • the configuration as described in the claims is adopted.
  • an auction apparatus includes: a description of a product to be auctioned, a current provisional contract price, and at least a part of a telephone number of a bidder of the current provisional contract price.
  • Means for storing a document including: a means for transmitting the document to a viewing client device via a communication network; means for receiving a caller ID and a bid price sent via a telephone line; Means for determining whether or not the bid price exceeds the current provisional bid price; and, if the bid price exceeds the current provisional bid price, the provisional bid price and the provisional bid price included in the document.
  • Bidding may be a bidder gradually raising the price, or a so-called reverse auction in which the seller makes a successful bid.
  • the seller gradually lowers the selling price. The lowest price or the highest price may be set.
  • the winning bidder is usually one. Of course, a plurality of higher-ranking persons may be awarded.
  • the caller's phone number and bid price obtained in response to the call from the participant are processed, and if the bid price is higher than the previous highest bid price, this is reflected in the inspection document. ing. Therefore, it is possible to browse the auction status via the communication network and participate in the auction substantially in real time.
  • a bid may be one in which the price automatically decreases gradually and the first bidder wins the bid.
  • the selling price automatically increases, and the seller who bids first may make a successful bid.
  • the number of successful bidders may be one or more.
  • the bids are made in the order in which they were bid earlier.
  • a system that forms an auction device is constructed using a web server such as APACHE (trademark), a CTI (computer telephony integration) server, an automatic voice response device, and the like.
  • a web server such as APACHE (trademark), a CTI (computer telephony integration) server, an automatic voice response device, and the like.
  • Documents containing information about the auctioned product, the current provisional bid and at least a portion of the provisional bidder's telephone number may include, for example, HTML (Hypertext Markup Language) or XML (Extension). Bloomers The language is described in SGML (Standard Generalized Markup Language).
  • the highest bid price is sent to the client device (Web browser) using the so-called push technology.
  • the data may be sent directly from the server to the client device, or the client device may repeat the re-routing at a short time interval, for example, a time interval of 5 to 10 seconds, using a script or tag such as JavaScript (trademark). May be used.
  • a similar reload may be performed using Java TM.
  • real-time push may be realized using a dedicated viewing agent instead of the widely used Internet Explorer 1 (registered trademark) or Netscape Navigator (registered trademark).
  • information of other attributes of the participant may be used instead of the telephone number. If the auction participant requests user registration in advance, user attributes such as user ID, nickname, address, and secret information can be used instead of the telephone number. Also, means for calling the successful bidder immediately after the auction closes may be provided.
  • the auction by browsing the communication network may be performed in conjunction with the auction using television broadcasting previously proposed by the present inventors.
  • the present invention can be realized as a method, and at least a part thereof can be realized as computer software. Further, it goes without saying that a software package used for executing such a combination overnight software is also included in the technical scope of the present invention. Furthermore, not only when the software is executed in one computer, of course it also has application when it is executed in the configuration Pugh evening system comprising a plurality of computers (the side surface of the above-described present invention And other aspects of the present invention are set forth in the claims and will be described in detail below by using examples. BRIEF DESCRIPTION OF THE FIGURES
  • FIG. 1 is a block diagram showing an embodiment of the present invention as a whole.
  • FIG. 2 is a block diagram functionally illustrating the program transmission server 102 of the above embodiment.
  • FIG. 3 is a block diagram functionally explaining the web server 103 of the above embodiment.
  • FIG. 4 is a diagram illustrating an example of an auction schedule.
  • FIG. 5 is a diagram illustrating an example of an auction browsing screen (display of a product name) on the client device 204.
  • FIG. 6 is a view for explaining an example of an action browsing screen (an auction time) on the client device 204.
  • FIG. 7 is a diagram illustrating an example of an auction browsing screen (successful bidder display) on the client device 204.
  • FIG. 8 is a flowchart for explaining the operation of the program transmission server 102 of the above embodiment.
  • FIG. 9 is a flowchart for explaining the operation of the CTI server 104 of the above embodiment when receiving a call.
  • FIG. 10 is a flowchart for explaining the operation of the CTI server 104 of the above embodiment at the end of the auction time.
  • FIG. 11 is a flowchart for explaining the operation of the web server 103 of the above embodiment.
  • FIG. 12 is a flowchart for explaining the operation of the client apparatus 204 of the above embodiment.
  • FIG. 1 shows an embodiment of the present invention as a whole.
  • a service center 10 is a facility of an organization that operates an auction or a business that is entrusted by the organization, and produces content.
  • Server 101 Program transmission server 1 02, a web server 103, a CTI server 104, an automatic voice response device 105, a communication control unit 106, and a network 107.
  • Each of these information processing resources is appropriately connected to a LAN (mouth area network) 108.
  • the program sending server 102 sends out a broadcast signal to the broadcasting equipment 109.
  • the broadcast equipment 109 sends out a broadcast signal to, for example, the communication satellite 50, and this broadcast signal is maintained in the receiving equipment (antenna) 203 of the viewer.
  • the router 107 is connected to the Internet 30 via a dedicated line.
  • An external viewer client device 2064 can access a predetermined file of the web server 103 via the Internet 30.
  • client device 204 can access a predetermined file of the web server 103 via the Internet 30.
  • a firewall is provided, and a DMZ (demilitarized zone) is provided from the viewpoint of security.
  • the communication control unit 106 is connected to the subscriber exchange network 40, and enables a telephone call with a subscriber telephone (fixed telephone) or a mobile telephone.
  • the participant equipment 20 is equipment that can be used by participants in the auction, such as the auction participant's home, office equipment, and accommodation equipment.
  • the participant equipment 20 is provided with a television set 201, a set-top box 202, and a reception equipment (antenna) 203, so that a television broadcast program can be viewed.
  • a satellite broadcast program is taken as an example, but a terrestrial broadcast program or a Capele television broadcast may be used.
  • the broadcast signal may be digital or analog.
  • the participant equipment 20 is provided with a client device 204 and a modem 205.
  • the modem 205 is connected to the Internet 30 via the Internet service provider 301.
  • the client device 204 is a personal computer, a workstation, a mobile terminal, an intelligent telephone, or an intelligent mobile telephone.
  • any device that can provide an environment in which a viewing agent can be executed can be used.
  • it is possible to use a web browser such as, for example, Internet Explorer (trademark) or Netscape Navigat ot (trademark). it can.
  • an intelligent mobile phone is used as the client device 204, it is connected to the Internet 30 via a mobile communication network and a gateway.
  • the telephone 206 may be an ordinary fixed telephone or a mobile telephone (mobile communication mobile station). In the case of an intelligent telephone or an intelligent mobile phone, it can also be used as the client device 204.
  • FIG. 2 schematically shows the program transmission server 102.
  • the program transmission server 102 includes a program information storage unit 151, a program information output unit 152, a sequence It is configured to include a control unit 153, a clock 154, and the like.
  • the program transmission server 102 is configured to include hardware resources such as a CPU, a main memory, an auxiliary memory, various input / output devices, a communication control device, and the like. 2 shows the configuration.
  • the auction program is broadcast on a schedule as shown in FIG. 4 and is provided on the web server 103.
  • the auction broadcast program is composed of 60 minutes.
  • the auction frame is allocated to 5 products.
  • the auction frame of each is 5 minutes, and the frame of this auction is composed of "Pre-page” (broadcast of the bridge), "Product name”, "Auction time”, “Bridge” and "Successful bidder announcement”. ing.
  • “Auction time” is the time for actually conducting an auction and accepting a bid, for example, 4 minutes and 30 seconds.
  • the sequence control unit 153 determines the broadcast information transmission timing according to the program schedule, and refers to the clock 154. Then, based on the control signal from the sequence control section 1553, the program information output section 152 extracts the program information from the program information storage section 151 and sequentially outputs the program information in accordance with the program schedule.
  • FIGS. 5, 6, and 7 show examples of screen display of the client device 204, which will be described later. A similar broadcast is performed. For details of this screen, see FIGS. 5, 6, and 7 described later.
  • FIG. 3 schematically shows the configuration of the live server 103.
  • Web server 103 is a Web server program and CGI (Common Gateway ), An application server program or the application server itself, or an active server page (ASP).
  • the web server 103 has a function of storing a document described in HTML, XML, or the like, transmitting the document to the client by HTTP, further including a predetermined application program, and displaying a document dynamically.
  • a predetermined process can be performed based on an argument from a user.
  • data is exchanged with the CTI server 104 ⁇ contents production server 101 ⁇ so that desired processing can be performed.
  • the web server 103 includes a web super program 161, an application program 162, a web document 163, a sequence control unit 164, a clock 165, a down-call program 16 It includes the action information file 167 and the like.
  • the web support 103 also includes hardware resources such as a CPU, a main memory, an auxiliary memory, various input / output devices, and a communication control device.
  • FIG. 3 shows only a functional configuration. Please note that it is shown.
  • the web server program 161 sends the web page of the web document 163 to the client device 204 in response to a request from the client device 204 sent via the Internet 30 or in a push manner.
  • Send For example, the product name display page 163A is sent to the client device 204 at the timing of “product name” display shown in FIG.
  • the item description ⁇ Action acceptance page 16 3B is sent to the client device 204.
  • the successful bidder announcement page 163C is sent to the client device 204. From the client device 204, these pages 163A to 163C are viewed as the same URL (uniform resource location overnight) and displayed in a single window.
  • the sequence control unit 164 controls the application program 162 so that the web document 163 (pages 163A to 163C) can be transmitted to the client device 204 according to the auction schedule shown in FIG. Clock 165 indicates the time axis at this time. Also, the application program 162 receives the current highest bid price data from the CTI server 104. The highest bid data describes the bid price and its telephone number information if the bid price specified by the new bidder is higher than the current highest price. When the application program 162 receives the highest bid price from the CTI server 104, the item at auction time will be described at the auction time. (This part may be updated separately as a document in the frame.)
  • the application program 162 notifies the CTI server 104 of the auction status (the deadline and the auction time). Based on this, the CTI server 104 controls the automatic voice response apparatus 105 to respond to the caller (auction participant).
  • FIG. 5 a screen as shown in FIG. 5 is displayed.
  • This screen displays the "product name" in Fig. 4.
  • the German kiln antique picture change tea set J is a product for auction, the lowest price is "440,000 yen", and the action starts 45 seconds later. Is displayed.
  • the remaining time is calculated using the clock function of the client device 204.
  • a predetermined evening message, a JavaScript script (trademark), or the like may be used.
  • Update in real time such as images of product photos, product descriptions (comments) and minimum bid prices Those that do not need to be downloaded to the client device 204 in advance.
  • the downloaded file can be retrieved using the anchor tag of the document describing the screen in Fig. 6.
  • the bid price and the bidder's phone number may change every moment, reload only this part at a time interval of 5 to 10 seconds.
  • a refresh meta tag or reload using a JavaScript script For example, use a refresh meta tag or reload using a JavaScript script.
  • the clipping of the updated part can be described using a frame or inline frame tag.
  • images of product photos and product descriptions can be downloaded in units of one or several days.
  • a download button is provided on the main page of the auction, and the download's program 166 shown in Fig. 3 is linked here, so that the user can easily download the information file (images of product photos, etc.). Can be loaded.
  • the downloaded file is stored in a desired directory on the client device 204 so as to be consistent with the path specification of the web document.
  • traffic congestion slows down the display of auctions, and it is unlikely that problems such as the inability to participate in auctions will occur.
  • Fig. 7 shows the scene displayed when the auction time is over.
  • the winning bid and a part of the phone number are displayed so that the winning bidder can immediately know the fact of the winning bid.
  • a telephone notifying of the successful bid arrives immediately at the telephone set 206.
  • the screen of the client device 204 is shown in three scenes before the auction time, during the auction time, and after the auction time.
  • step S11 when the auction frame is started (sequence control unit 1553 notifies and controls), a product name display screen is displayed for, for example, 10 seconds (step S11).
  • step S1 when the 10 seconds have elapsed, the auction screen is displayed (step S1 2).
  • step S1 3 O It is determined whether or not the highest bid price has been updated (step S1 3), and no update is performed. If not, repeat step S13. If it has been updated, the supermarket is updated (bid price and telephone number) (step S14).
  • step S15 it is determined whether or not the auction time has expired (step S15), and if not, the process returns to step S13 to repeat the processing.
  • FIG. 9 shows the operation of the CTI Supervisor 104 when receiving a call. Applicants wishing to participate in the auction see the status of the auction on the television set 201 or the client device 204 and call the auction center 10 using the telephone set 206 to make a bid. The operation in FIG. 9 is an operation in response to this.
  • the CTI server 1-4 establishes a connection and stores the caller ID data (step S21). If caller ID notification is not available, it will notify that it cannot participate in the auction. Of course, the specification may be such that the caller can input a telephone number using an MFT signal (push signal).
  • the state of the auction (for example, obtained from the web server 103; may be obtained from the program transmission server 102, etc.) is determined (step S22), and after the auction closes (except for the action time). If so, a voice indicating that the auction has been closed, for example, a response such as "We are not accepting bids at this time” is given (step S27), and the process ends.
  • FIG 10 shows the operation of the CTI server 104 when the auction time is over. Is shown.
  • the telephone number of the successful bidder is taken out (step S31), and a call is made to the successful bidder (step S32).
  • a notice of a successful bid for example, "Congratulations. ⁇ Your product has been awarded for ⁇ . Please tell us your zip code, address, and name. . " Note that the automatic voice response device 105 performs processing as necessary.
  • FIG. 11 shows the operation of the web server 103.
  • a product name display page is first prepared (step S41). This page is loaded into client device 204 (client device 204 reload or server 103 push). Finally, an auction page is prepared at the start of the auction time (step S42). This auction page is also loaded on the client device 204.
  • the description of the bid price to be reloaded and the telephone number of the bidder in the web page is updated (S44). If they are placed in a frame separately from others, only the document part of that frame is updated.
  • step S45 it is determined whether or not the auction time has expired. If the time has not elapsed, the process returns to step S43 and repeats the processing. When the time is up, the page for displaying the successful bidder is prepared (step S46), and the process is terminated. This successful bidder display page is also loaded to the client device 204. '
  • FIG. 12 shows the browsing operation of the client device 204.
  • a product name page is requested to be transferred to the web server 103 and received (S51).
  • a transfer request may be made by activating the evening.
  • the document may be pushed from the web server 103.
  • the auction event starts, the auction page is requested to be transferred to the web server 103 and received (steps S52 and S53).
  • a transfer request may be made by starting a timer, or a document may be pushed from the web server 103.
  • the description of the bid price to be updated and the telephone number of the bidder is reloaded, for example, at intervals of 5 seconds (S54).
  • step S54 it is determined whether or not the auction time has elapsed, and if not, the process returns to step S54 to repeat the processing (S55).
  • the successful bidder display page is received from the web server 103 and displayed (step S56). Also in this case, the transfer request may be made by starting a timer, or the document may be pushed from the web server 103.
  • the present invention is not limited to the above-described embodiment, but can be variously modified.
  • the client device and the telephone have been described as separate devices.
  • the client device is a mobile phone or a mobile terminal having a function of browsing the contents of a web server
  • the client device and the telephone are connected. They can be the same.
  • the telephone number may be marked up by the anchor tag so that the call can be easily made to the auction center. The same goes for intelligent landline phones.
  • a bid may be made by the client device. That is, instead of inputting bid information using a telephone, bid information is sent to a processing program (CGI, etc.) of a buzzer using a form function of a client device, for example, a web browser, and input in real time as in the previous embodiment. You may make it reflect on the state of a bill.
  • CGI processing program
  • the bid price is auctioned.
  • the bid price lowers.
  • the auction may be such that the provisional successful bid price automatically decreases gradually and the first bidder at the provisional successful bid price at that time makes a successful bid.
  • the provisional contract price viewed by the bidder may be inconsistent with the provisional contract price at the time of acceptance, so confirm the bid price with the bidder using the automatic answering machine.
  • Documents to be browsed that allow for sequential browsing of provisional bid prices are provided, for example, by the web server 103 in Fig. 1. Is done. The same applies to documents that allow the successful bidder to view attribute information such as the winning bid price and telephone number.
  • a plurality of successful bidders may be allowed. For example, an acceptable range of provisional successful bidders and provisional successful bid prices may be viewed, and the weakest provisional successful bidders may be sequentially replaced by new provisional successful bidders. In a mode in which the one with the highest bid wins the bid, the bids are made in order from the earliest one.
  • bidders can determine whether they are provisional or final successful bidders by using phone numbers displayed on the browsing screen or TV screen (for example, a part of which is masked). Can be.

Abstract

A web server (103) at an auction center (10) transmits auction information to the client unit (204) in a participant facility (20) through internet (30). During acceptance of bids, the parts of bidding price and telephone number are reloaded to the client unit (204) at short-time intervals of 5-10 sec. A participant calls the auction center (10) by a telephone (206) and informs a sender number and a bidding price to a CTI server (104). If the bidding price is a highest price, the CTI server (104) updates the document of the web server (103). When the time for acceptance expires, the CTI server (104) calls the telephone number of a successful bidder automatically.

Description

明 細 書  Specification
オークション装置および方法 技術分野 Auction apparatus and method
この発明は、 電話を用いたオークション技術に関し、 とくに、 オークションの 経過をリアルタイムでゥヱブページの閲覧者に表示できるようにしたものである また、 この発明は、 オークションの参加者が、 電話番号等の表示に基づいて自ら が暫定的なまたは確定的な落札者であるかどうかを判別できるようにしたもので ある。 背景技術  The present invention relates to an auction technology using a telephone, and more particularly, to enabling the progress of an auction to be displayed to a viewer of a web page in real time. It is possible to determine whether or not oneself is a provisional or definitive successful bidder based on. Background art
本出願人は、 テレビ放送を利用したオークションを提案している (特願平 1 1 — 3 6 1 4 4 7号)。 この提案においては、 入札を電話で受け付けリアルタイム で処理し、 かつオークションの状況 (現在の最高入札額等) をリアルタイムで放 映し、 さらに、 オークション終了後に直ちに落札者に自動的に発呼を行ない落札 を通知するようにしている。  The present applicant has proposed an auction using television broadcasting (Japanese Patent Application No. 11-36 1447). In this proposal, bids are received by telephone, processed in real time, and the status of the auction (current maximum bid amount, etc.) is broadcasted in real time. Is to be notified.
ところで、 以上のオークションはその即時性から極めて有用なものであるが、 基本的に、 テレビ放送の視聴者しか参加できない。 また、 オークションの番組が、 一般の地上波テレビ放送でなく、 限られた加入者しか視聴しない衛星放送ゃケー ブルテレビ放送の場合には、 オークシヨンに参加したくても参加できない人が多 くなる。 多様なチャネル (媒体) を介して多くの参加者がオークションに参加で きることが好ましい。 発明の開示  By the way, the auction described above is extremely useful because of its immediacy, but basically, only TV broadcast viewers can participate. Also, if the auction program is not a general terrestrial TV broadcast but a satellite broadcast or a cable TV broadcast that only a limited number of subscribers watch, many people who want to participate in the auction will not be able to participate. . It is preferable that many participants can participate in the auction through various channels (mediums). Disclosure of the invention
この発明は、 以上の事情を考慮してなされたものであり、 インターネッ ト等の 通信ネッ トワークを介してオークションを実質的にリアルタイムで閲覧できるよ うにすることを目的としている。  The present invention has been made in view of the above circumstances, and has as its object to enable browsing of an auction substantially in real time via a communication network such as the Internet.
また、 この発明の他の目的は、 参加者が自らが暫定的な、 または確定的な落札 者かどうかを簡易に判断できるようにすることを目的としている。 この発明によれば、 上述の目的を達成するために、 請求の範囲に記載のとおり の構成を採用している。 まず、 請求の範囲の記載のついて補充的に説明をしてお ぐ Q Another object of the present invention is to allow a participant to easily determine whether or not he or she is a provisional or definitive successful bidder. According to the present invention, in order to achieve the above object, the configuration as described in the claims is adopted. First of all, your ingredients Q and the supplementary explanation with the description of the scope of the claims
この発明によれば、 上述の目的を達成するために、 オークション装置に : ォー クシヨン対象の商品と現在の暫定落札価格と現在の暫定落札価格の入札者の電話 番号の少なくとも一部とに関する記述を含む文書を記憶する手段と ;通信ネッ ト ワークを介して閲覧クライアント装置に上記文書を送信する手段と ; 電話回線に 介して送られてくる発信者番号および入札価格を受信する手段と ;上記入札価格 が現在の暫定落札価格をしのく、か否かを判別する手段と ;上記入札価格が現在の 暫定落札をしのぐ場合には、 上記文書に含まれる、 上記暫定落札価格と暫定落札 価格の入札者の電話番号の部分とに関する記述を更新する手段とを設けている。 入札は、 入札者が徐々に価格をせり上げていくものであってもよく、 販売者が 落札する、いわゆる逆オークションでもよい。この場合、販売者が販売価格を徐々 にせり下げていく。 最低価格や、 最高価格が設定されていてもよい。 落札者は、 通常 1人である。 もちろん、 上位の複数人を落札させるようにしてもよい。 この構成においては、 参加者からの通話に応じて取得した発信者電話番号およ び入札価格を処理し、 当該入札価格が以前の最高入札価格より高ければ、 これを 閲覧文書に反映するようにしている。 したがって、 実質的にリアルタイムで通信 ネヅ トワークを介してオークション状況を閲覧してオークションに参加できる。 なお、 入札は、 自動的に徐々に価格が下がっていき、 最初に入札した入札者が 落札するものであってもよい。 また、 自動的に販売価格が上がっていき、 最初に 入札した販売者が落札するものであってもよい。 この場合も、 落札者の人数は 1 名でも複数名でもよい。 複数名の場合には早く入札した順に落札させる。  According to the present invention, in order to achieve the above object, an auction apparatus includes: a description of a product to be auctioned, a current provisional contract price, and at least a part of a telephone number of a bidder of the current provisional contract price. Means for storing a document including: a means for transmitting the document to a viewing client device via a communication network; means for receiving a caller ID and a bid price sent via a telephone line; Means for determining whether or not the bid price exceeds the current provisional bid price; and, if the bid price exceeds the current provisional bid price, the provisional bid price and the provisional bid price included in the document. Means for updating the description of the bidder's telephone number portion. Bidding may be a bidder gradually raising the price, or a so-called reverse auction in which the seller makes a successful bid. In this case, the seller gradually lowers the selling price. The lowest price or the highest price may be set. The winning bidder is usually one. Of course, a plurality of higher-ranking persons may be awarded. In this configuration, the caller's phone number and bid price obtained in response to the call from the participant are processed, and if the bid price is higher than the previous highest bid price, this is reflected in the inspection document. ing. Therefore, it is possible to browse the auction status via the communication network and participate in the auction substantially in real time. A bid may be one in which the price automatically decreases gradually and the first bidder wins the bid. In addition, the selling price automatically increases, and the seller who bids first may make a successful bid. In this case, the number of successful bidders may be one or more. In the case of two or more people, the bids are made in the order in which they were bid earlier.
具体的には、 A P A C H E (商標) 等のウェブサーバ、 C T I (コンピュータ テレフォニインテグレぃシヨン) サーバ、 自動音声応答装置等を用いて、 オーク シヨン装置をなすシステムが構築される。  Specifically, a system that forms an auction device is constructed using a web server such as APACHE (trademark), a CTI (computer telephony integration) server, an automatic voice response device, and the like.
オークション対象の商品に関する情報、 現在の暫定入札価格および暫定入札価 格の入札者の電話番号の少なく とも一部に関する記述を含む文書は、 例えば、 H T M L (ハイパーテキストマークアップ言語) や X M L (ェクステンシブルマー クアップ言語)等の S GML (スタンダードジエネララィズドマークアップ言語) で記述される。 また最高入札価格はいわゆるプッシュ技術によりクライアント装 置 (ゥヱブブラウザ) に送信される。 サーバ側から直接にクライアント装置側に 送り付けてもよいし、 クライアント装置側において J avaS c r i pt (商標) 等のスクリプトやタグにより短い時間間隔例えば 5秒〜 1 0秒の時間間隔で繰り 返しリロ一ドしてもよい。 J avaァプレッ ト (商標) を用いて同様なリロード を行なってもよい。 また、 広く用いられている I n t e r n e t E X p 1 o r e r (商標) や Ne t s c a p eNav i ga t o r (商標) ではなく、 専用の閲 覧エージヱントを用いてリアルタイムのプッシュを実現してもよい。 Documents containing information about the auctioned product, the current provisional bid and at least a portion of the provisional bidder's telephone number may include, for example, HTML (Hypertext Markup Language) or XML (Extension). Bloomers The language is described in SGML (Standard Generalized Markup Language). The highest bid price is sent to the client device (Web browser) using the so-called push technology. The data may be sent directly from the server to the client device, or the client device may repeat the re-routing at a short time interval, for example, a time interval of 5 to 10 seconds, using a script or tag such as JavaScript (trademark). May be used. A similar reload may be performed using Java ™. Also, real-time push may be realized using a dedicated viewing agent instead of the widely used Internet Explorer 1 (registered trademark) or Netscape Navigator (registered trademark).
なお、 電話番号のかわりに参加者の他の属性の情報を用いてもよい。 オークシ ョン参加者に予めユーザ登録を要求しておけば、ユーザの属性例えばュ一ザ I D、 ニックネーム、 住所、 秘密の情報等を電話番号の変わりに用いることができる。 また、 オークション締め切り後直ちに落札者に発呼を行なう手段を設けるよう にしてもよい。  Note that information of other attributes of the participant may be used instead of the telephone number. If the auction participant requests user registration in advance, user attributes such as user ID, nickname, address, and secret information can be used instead of the telephone number. Also, means for calling the successful bidder immediately after the auction closes may be provided.
'また、 通信ネットワークの閲覧によるオークションを、 先に本発明者が提案し たテレビジョン放送を利用したオークションに連動させて行なうようにしてもよ い。  'Also, the auction by browsing the communication network may be performed in conjunction with the auction using television broadcasting previously proposed by the present inventors.
また、 テレビジョン放送のみを利用したオークションにおいても、 参加者の電 話番号等の属性またはその一部を表示することにより、 自分が現時点で暫定的な 落札者であるかどうかを判断できるようにしても良い。  Also, in an auction that uses only television broadcasting, by displaying the participant's telephone number and other attributes or some of them, it is possible to determine whether or not they are provisional successful bidders at this time. May be.
また、 この発明は方法として実現することもでき、 少なく ともその一部をコン ピュ一夕ソフ トウェアとして実現することもできる。 また、 そのようなコンビュ 一夕ソフトウェアを実行するために用いるソフ トゥヱァパッケージもこの発明の 技術的な範囲に含まれることはもちろんである。 また、 そのソフ トウェアが 1つ のコンピュータで実行される場合のみでなく、 複数のコンピュータからなるコン ピュー夕システムにおいて実行される場合にも適用があることはもちろんである ( この発明の上述の側面およびこの発明の他の側面は請求の範囲に記載され、 以 下において、 実施例を用いて詳細に説明される。 図面の簡単な説明 Further, the present invention can be realized as a method, and at least a part thereof can be realized as computer software. Further, it goes without saying that a software package used for executing such a combination overnight software is also included in the technical scope of the present invention. Furthermore, not only when the software is executed in one computer, of course it also has application when it is executed in the configuration Pugh evening system comprising a plurality of computers (the side surface of the above-described present invention And other aspects of the present invention are set forth in the claims and will be described in detail below by using examples. BRIEF DESCRIPTION OF THE FIGURES
第 1図は、 この発明の実施例を全体として示すプロック図である。  FIG. 1 is a block diagram showing an embodiment of the present invention as a whole.
第 2図は、 上述実施例の番組送出サーバ 1 0 2を機能的に説明するプロック図 である。  FIG. 2 is a block diagram functionally illustrating the program transmission server 102 of the above embodiment.
第 3図は、 上述実施例のウェブサーバ 1 0 3を機能的に説明するブロック図で ある。  FIG. 3 is a block diagram functionally explaining the web server 103 of the above embodiment.
第 4図は、 オークションのスケジュールの例を説明する図である。  FIG. 4 is a diagram illustrating an example of an auction schedule.
第 5図は、 クライアント装置 2 0 4におけるオークションの閲覧画面 (商品名 表示) の例を説明する図である。  FIG. 5 is a diagram illustrating an example of an auction browsing screen (display of a product name) on the client device 204.
第 6図は、 クライアント装置 2 0 4におけるォ一クションの閲覧画面 (オーク シヨンタイム) の例を説明する図である。  FIG. 6 is a view for explaining an example of an action browsing screen (an auction time) on the client device 204.
第 7図は、 クライアント装置 2 0 4におけるオークションの閲覧画面 (落札者 表示) の例を説明する図である。  FIG. 7 is a diagram illustrating an example of an auction browsing screen (successful bidder display) on the client device 204.
第 8図は、 上述実施例の番組送出サーバ 1 0 2の動作を説明するフ口一チヤ一 トである。  FIG. 8 is a flowchart for explaining the operation of the program transmission server 102 of the above embodiment.
第 9図は、 上述実施例の C T Iサーバ 1 0 4の着呼時の動作を説明するフロー チヤ一トである。  FIG. 9 is a flowchart for explaining the operation of the CTI server 104 of the above embodiment when receiving a call.
第 1 0図は、 上述実施例の C T Iサーバ 1 0 4のオークションタイム終了時の 動作を説明するフローチヤ一トである。  FIG. 10 is a flowchart for explaining the operation of the CTI server 104 of the above embodiment at the end of the auction time.
第 1 1図は、 上述実施例のウェブサーバ 1 0 3の動作を説明するフローチヤ一 トである。  FIG. 11 is a flowchart for explaining the operation of the web server 103 of the above embodiment.
第 1 2図は、 上述実施例のクライアント装置 2 0 4の動作を説明するフローチ ヤートである。 発明を実施するための最良の形態  FIG. 12 is a flowchart for explaining the operation of the client apparatus 204 of the above embodiment. BEST MODE FOR CARRYING OUT THE INVENTION
以下、 この発明の実施例について説明する。  Hereinafter, embodiments of the present invention will be described.
第 1 図は、 この発明の実施例を全体として示しており、 この図において、 ォ —クシヨンセンタ 1 0は、 オークションを運営する組織またはその組織から委託 を受けた事業者の設備であり、 コンテンツ制作サーバ 1 0 1、 番組送出サーバ 1 02、 ウェブサーバ 1 03、 C T Iサーバ 1 04、 自動音声応答装置 1 05、 通 信制御部 1 06、 ル一夕 1 0 7等を有している。 これら各情報処理リソースは L AN (口一カルエリアネヅ トワーク) 1 08に適宜接続されている。 また番組送 出サーバ 1 02は放送設備 1 09に放送信号を送出している。 放送設備 1 09は 例えば通信衛星 50に放送信号を送出し、 この放送信号が視聴者の受信設備 (ァ ンテナ) 203に中維される。 FIG. 1 shows an embodiment of the present invention as a whole. In this figure, a service center 10 is a facility of an organization that operates an auction or a business that is entrusted by the organization, and produces content. Server 101, Program transmission server 1 02, a web server 103, a CTI server 104, an automatic voice response device 105, a communication control unit 106, and a network 107. Each of these information processing resources is appropriately connected to a LAN (mouth area network) 108. The program sending server 102 sends out a broadcast signal to the broadcasting equipment 109. The broadcast equipment 109 sends out a broadcast signal to, for example, the communication satellite 50, and this broadcast signal is maintained in the receiving equipment (antenna) 203 of the viewer.
またルータ 1 07は、 専用線を介してインターネッ ト 30に接続されている。 なお、 外部の閲覧者 (クライアント装置 204) は、 インターネヅト 30を介し てウェブサーパ 1 03の所定のファイルにアクセスすることができる。 なお、 図 では示さないが、 セキュリティの観点から複数のネッ トワークセグメントに分割 したり、 フアイヤーウォールを設けたり、 DMZ (非武装領域) を設けたりする ことはもちろんである。  The router 107 is connected to the Internet 30 via a dedicated line. An external viewer (client device 204) can access a predetermined file of the web server 103 via the Internet 30. Although not shown in the figure, it is needless to say that it is divided into multiple network segments, a firewall is provided, and a DMZ (demilitarized zone) is provided from the viewpoint of security.
通信制御部 1 06は、 加入者交換網 40に接続されており、 加入者電話機 (固 定電話) や携帯電話機との間で電話の通話を可能にするものである。  The communication control unit 106 is connected to the subscriber exchange network 40, and enables a telephone call with a subscriber telephone (fixed telephone) or a mobile telephone.
参加者設備 20は、 例えば、 オークション参加者の自宅、 勤務先設備、 宿泊先 設備等、 ォ一クシヨンの参加者が利用できる設備である。 この参加者設備 20に は、 テレビジョンセヅ ト 2 0 1、 セッ ト トップボックス 202、 受信設備 (アン テナ) 203が設けられ、 テレビ放送番組を視聴できるようになつている。 この 例では、 衛星放送番組を例に挙げているが、 地上波放送番組でもよいし、 ケープ ルテレビジョン放送でもよい。 また放送信号はデジタルでもアナログでもよい。 また、 参加者設備 20にはクライアント装置 204およびモデム 205が設け られている。 モデム 205はイン夕一ネヅトサービスプロバイダ 30 1を介して インタ一ネヅ ト 30に接続されている。 もちろん、 専用線 (終端装置を介して) やケーブルモデムを介してィンターネット 30に接続されてもよい。 クライアン ト装置 204は、 パーソナルコンピュータ、 ワークステーション、 携帯端末、 ィ ンテリジヱント電話、 インテリジェント携帯電話であり、 要するに閲覧エージェ ントが実行できる環境を提供できるものであれば何でもよい。 パーソナルコンビ ユー夕の場合には、 例えば、 I nt e r ne t Exp l o r e (商標) や N e t s c ap eNav i gat o t (商標) のようなウェブブラゥザを用いることが できる。 クライアント装置 2 0 4としてインテリジェント携帯電話機を用いる場 合には移動体通信網およびゲートウエイを介してィンターネヅ ト 3 0に接続する。 電話機 2 0 6は通常の固定電話機でもよいし、 携帯電話機 (移動体通信の移動 局) でもよい。 なお、 インテリジェント電話機やインテリジェント携帯電話機の 場合には、 クライアント装置 2 0 4としても利用することができる。 The participant equipment 20 is equipment that can be used by participants in the auction, such as the auction participant's home, office equipment, and accommodation equipment. The participant equipment 20 is provided with a television set 201, a set-top box 202, and a reception equipment (antenna) 203, so that a television broadcast program can be viewed. In this example, a satellite broadcast program is taken as an example, but a terrestrial broadcast program or a Capele television broadcast may be used. The broadcast signal may be digital or analog. The participant equipment 20 is provided with a client device 204 and a modem 205. The modem 205 is connected to the Internet 30 via the Internet service provider 301. Of course, it may be connected to the Internet 30 via a dedicated line (via a terminating device) or a cable modem. The client device 204 is a personal computer, a workstation, a mobile terminal, an intelligent telephone, or an intelligent mobile telephone. In short, any device that can provide an environment in which a viewing agent can be executed can be used. In the case of personal convenience, it is possible to use a web browser such as, for example, Internet Explorer (trademark) or Netscape Navigat ot (trademark). it can. When an intelligent mobile phone is used as the client device 204, it is connected to the Internet 30 via a mobile communication network and a gateway. The telephone 206 may be an ordinary fixed telephone or a mobile telephone (mobile communication mobile station). In the case of an intelligent telephone or an intelligent mobile phone, it can also be used as the client device 204.
第 2図は、 番組送出サーバ 1 0 2を模式的に示しており、 この図において、 番 組送出サーバ 1 0 2は、 番組情報記憶部 1 5 1、 番組情報出力部 1 5 2、 シーケ ンス制御部 1 5 3、 クロヅク 1 5 4等を含んで構成されている。 もちろん、 番組 送出サーバ 1 0 2は、 C P U、 主メモリ、 補助メモリ、 各種入出力装置、 通信制 御装置等のハードウェア資源を含んで構成されるものであり、 第 2図はあくまで 機能的な構成を示すものである。  FIG. 2 schematically shows the program transmission server 102. In this figure, the program transmission server 102 includes a program information storage unit 151, a program information output unit 152, a sequence It is configured to include a control unit 153, a clock 154, and the like. Of course, the program transmission server 102 is configured to include hardware resources such as a CPU, a main memory, an auxiliary memory, various input / output devices, a communication control device, and the like. 2 shows the configuration.
さて、 オークションの番組は第 4図に示すようなスケジュールで放送され、 ま た、 ウェブサーバ 1 0 3で提供される。 すなわち、 オークションの放送プログラ ムは 6 0分の枠に構成され、 はじめに、 「チャンネルおよび番組紹介」、 「入札説 明」があり、 こののち、 5個の商品についてオークションの枠が割り当てられる。 そのそれのオークションの枠は 5分間であり、 このオークションの枠は、 「プリ ヅジ」 (つなぎの放送)、 「商品名」、 「オークションタイム」、 「ブリッジ」 および 「落札者発表」 からなつている。 「オークションタイム」 は実際にオークション を行なって入札を受け付ける時間であり、 例えば 4分 3 0秒である。  The auction program is broadcast on a schedule as shown in FIG. 4 and is provided on the web server 103. In other words, the auction broadcast program is composed of 60 minutes. First, there are “channel and program introduction” and “bid explanation”. After that, the auction frame is allocated to 5 products. The auction frame of each is 5 minutes, and the frame of this auction is composed of "Pre-page" (broadcast of the bridge), "Product name", "Auction time", "Bridge" and "Successful bidder announcement". ing. “Auction time” is the time for actually conducting an auction and accepting a bid, for example, 4 minutes and 30 seconds.
第 2図にもどる。 シーケンス制御部 1 5 3は、 番組のスケジュールに従って放 送情報送信タイ ミングを決定するものであり、 クロック 1 5 4を参照する。 そし て、 番組のスケジュールに従って、 シーケンス制御部 1 5 3からの制御信号に基 づいて、 番組情報出力部 1 5 2が番組情報記憶部 1 5 1から番組情報を取り出し て順次出力する。  Return to Figure 2. The sequence control unit 153 determines the broadcast information transmission timing according to the program schedule, and refers to the clock 154. Then, based on the control signal from the sequence control section 1553, the program information output section 152 extracts the program information from the program information storage section 151 and sequentially outputs the program information in accordance with the program schedule.
なお、 第 5図、 第 6図および第 7図は後述するようなクライアント装置 2 0 4 の画面表示例であるが、 これと同様な放送が行なわれる。 この画面の詳細につい ては後に説明する第 5図、 第 6図および第 7図を参照されたい。  FIGS. 5, 6, and 7 show examples of screen display of the client device 204, which will be described later. A similar broadcast is performed. For details of this screen, see FIGS. 5, 6, and 7 described later.
第 3図は、 ゥヱブサーバ 1 0 3の構成を模式的に示すものである。 ウェブサー ノ 1 0 3は、 ウェブサーバプログラムおよび C G I (コモンゲートウェイイン夕 フェース) 等からなっていてもよいし、 アプリケーションサーバプログラムまた はアプリケ一ションサーバ自体を別途伴ってもよいし、 ァクティブサーバぺジィ ズ (AS P) 等を伴ってもよい。 要するにウェブサーバ 1 03は、 HTML、 X ML等で記述された文書を保管し、 HTTPによりクライアントに送信する機能 を有し、 さらに、 所定のアプリケーションプログラムを具備し、 動的に文書を表 示したり、 ユーザからの引数に基づいて所定の処理を行えるようになつている。 また、 C T Iサ一バ 1 04ゃコンテンヅ制作サ一バ 1 0 1とデータのやり取りを 行ない、 所望の処理を行えるようになつている。 FIG. 3 schematically shows the configuration of the live server 103. As shown in FIG. Web server 103 is a Web server program and CGI (Common Gateway ), An application server program or the application server itself, or an active server page (ASP). In short, the web server 103 has a function of storing a document described in HTML, XML, or the like, transmitting the document to the client by HTTP, further including a predetermined application program, and displaying a document dynamically. A predetermined process can be performed based on an argument from a user. Also, data is exchanged with the CTI server 104 {contents production server 101} so that desired processing can be performed.
第 3図において、 ウェブサーバ 1 03は、 ウェブサ一パプログラム 16 1、 ァ プリケーションプログラム 1 62、 ウェブ文書 1 63、 シーケンス制御部 1 64、 クロック 1 6 5、 ダウン口一ドプログラム 1 6 6、 ォ一クション情報ファイル 1 67等を含んで構成される。 なお、 ウェブサ一パ 1 03も、 C P U、 主メモリ、 補助メモリ、 各種入出力装置、 通信制御装置等のハードウェア資源を含んで構成 されるものであり、 第 3図はあくまで機能的な構成を示すものであることに留意 されたい。  In FIG. 3, the web server 103 includes a web super program 161, an application program 162, a web document 163, a sequence control unit 164, a clock 165, a down-call program 16 It includes the action information file 167 and the like. Note that the web support 103 also includes hardware resources such as a CPU, a main memory, an auxiliary memory, various input / output devices, and a communication control device. FIG. 3 shows only a functional configuration. Please note that it is shown.
第 3図において、 ウェブサーバプログラム 1 6 1はィンターネヅト 30を介し て送られてくるクライアント装置 204からの要求に応じて、 あるいはプッシュ 的な態様で、 ゥヱブ文書 1 63のウェブページをクライアント装置 204に送信 する。 例えば、 第 4図に示す 「商品名」 表示のタイミングでは商品名表示ページ 1 63Aをクライアント装置 204に送る。 第 4図の 「オークションタイム」 の 夕イミングでは商品説明 · ォ一クション受付けページ 1 6 3Bをクライアント装 置 204に送る。 第 4図の 「落札者発表」 の夕イ ミングでは落札者発表ページ 1 63 Cをクライアント装置 204に送る。 なお、 クライアント装置 204からは これらぺ一ジ 1 63 A〜Cが同一の URL (ユニフォームリソースロケ一夕) と して見え、 単一のウィンドウに表示される。  In FIG. 3, the web server program 161 sends the web page of the web document 163 to the client device 204 in response to a request from the client device 204 sent via the Internet 30 or in a push manner. Send. For example, the product name display page 163A is sent to the client device 204 at the timing of “product name” display shown in FIG. In the evening of “Auction time” in FIG. 4, the item description · Action acceptance page 16 3B is sent to the client device 204. In the evening of the “successful bidder announcement” in FIG. 4, the successful bidder announcement page 163C is sent to the client device 204. From the client device 204, these pages 163A to 163C are viewed as the same URL (uniform resource location overnight) and displayed in a single window.
シーケンス制御部 1 64は、 第 4図に示すようなオークションのスケジュール に従ってウェブ文書 1 63 (ページ 1 63A〜C等) をクライアント装置 204 に送出できるようにアプリケ一シヨンプログラム 1 62を制御する。 クロック 1 65はこのときの時間軸を示す。 また、 アプリケ一ションプログラム 1 6 2は、 C T Iサーバ 1 0 4から現在の 最高入札価格データを受け取る。 最高入札価格データは、 新たな入札者が指示し た入札価格が今までの最高価格より大きい場合に、 この入札価格およびその電話 番号の情報を記述するものである。 アプリケーシヨンプログラム 1 6 2は、 最高 入札価格デ一夕を C T Iサーバ 1 0 4から受け取るとオークションタイムの商品 説明 'オークション受付けページ 1 6 3 Bの入札価格および電話番号の記述 (フ レーム内あるいはインラインフレーム内のドキュメントとして別に記述し、 この 部分を更新してもよい) を書き換える。 The sequence control unit 164 controls the application program 162 so that the web document 163 (pages 163A to 163C) can be transmitted to the client device 204 according to the auction schedule shown in FIG. Clock 165 indicates the time axis at this time. Also, the application program 162 receives the current highest bid price data from the CTI server 104. The highest bid data describes the bid price and its telephone number information if the bid price specified by the new bidder is higher than the current highest price. When the application program 162 receives the highest bid price from the CTI server 104, the item at auction time will be described at the auction time. (This part may be updated separately as a document in the frame.)
また、 アプリケーションプログラム 1 6 2は、 C T Iサーバ 1 0 4にオークシ ヨン状態 (締め切り、 オークションタイムの別) を通知する。 C T Iサーバ 1 0 4はこれに基づいて自動音声応答装置 1 0 5を制御して発呼者 (オークション参 加者) に対して応答する。  Also, the application program 162 notifies the CTI server 104 of the auction status (the deadline and the auction time). Based on this, the CTI server 104 controls the automatic voice response apparatus 105 to respond to the caller (auction participant).
つぎに実施例の動作について説明する。  Next, the operation of the embodiment will be described.
まず、 理解を容易にするために、 クライアント装置 2 0 4における表示画面の 例を説明する。 クライアント装置 (ウェブブラウザ) 2 0 4を利用してユーザが オークシヨンセンタ 1 0のウェブサーバ 1 0 3のオークションの主ページに U R Lを用いてアクセスすると第 5図に示すような画面が表示される。 この画面は第 4図の 「商品名」 を表示するものである。 この例では、 Γドイツ窯アンティーク 絵変わりティーセヅ ト Jがっきのオークション対象の商品であり、最低価格が「 4 4 0 0 0 0円」 であり、 さらに、 ォ一クションが 4 5秒後に始まることを表示し ている。  First, for ease of understanding, an example of a display screen on the client device 204 will be described. When a user accesses the main page of the auction of the web server 103 of the auction center 10 using the client device (web browser) 204 using URL, a screen as shown in FIG. 5 is displayed. This screen displays the "product name" in Fig. 4. In this example, the German kiln antique picture change tea set J is a product for auction, the lowest price is "440,000 yen", and the action starts 45 seconds later. Is displayed.
第 5図の時点から 4 5秒経過すると、 すなわち、 第 4図の 「オークションタイ ム」 か始まると、 第 6図の画面が表示される。 ここでは、 商品写真の画像、 商品 の説明 (コメント。 テキス ト)、 残り時間、 現在の入札価格、 その入札者の電話 番号 (一部、 参加者のプライバシを守るために、 わざと、 Xでマスクする構成を 採用している)、 最低入札価格が表示されている。  When 45 seconds have elapsed from the point in FIG. 5, that is, when the “auction time” in FIG. 4 starts, the screen in FIG. 6 is displayed. Here, a picture of the product photo, a description of the product (comment. Text), the time remaining, the current bid price, the telephone number of the bidder (partly, intentionally masked with X to protect the participants' privacy) The lowest bid price is displayed.
残り時間は、 クライアント装置 2 0 4のクロック機能を利用して算出する。 所 定の夕グや、 J a v a S c r i p t (商標) のスクリプト等を用いてもよい。 商 品写真の画像や商品の説明 (コメント) や最低入札価格等リアルタイムで更新す る必要が無いものは事前にクライアント装置 2 0 4にダウンロードしておく。 第 6図の画面を記述する文書のアンカータグ等によりダウンロードしたファイルを 取り出せるようにする。 The remaining time is calculated using the clock function of the client device 204. A predetermined evening message, a JavaScript script (trademark), or the like may be used. Update in real time such as images of product photos, product descriptions (comments) and minimum bid prices Those that do not need to be downloaded to the client device 204 in advance. The downloaded file can be retrieved using the anchor tag of the document describing the screen in Fig. 6.
入札価格や入札者電話番号は刻一刻変化する可能性があるので、 この部分のみ 5 ~ 1 0秒の時間間隔でリロードする。 例えば、 リフレッシュのメタタグを用い たり、 J a v a S c r i p tのスクリプトでリロードを行なう。 更新部分の切り 出しは、 フレームあるいはインラインフレームのタグを用いて記述することがで きる。  Since the bid price and the bidder's phone number may change every moment, reload only this part at a time interval of 5 to 10 seconds. For example, use a refresh meta tag or reload using a JavaScript script. The clipping of the updated part can be described using a frame or inline frame tag.
なお、 商品写真の画像や商品の説明等は、 一日単位または数日単位でダウン口 —ドできるようになつている。 例えば、 オークションの主ページにダウンロード のボタンを設け、 ここに第 3図のダウンロート'プログラム 1 6 6をリンクさせて おけばォ一クシヨン情報ファイル (商品写真の画像等) をユーザが簡単にダウン ロードできる。 ダウンロードされたファイルは、 クライアント装置 2 0 4の所望 のディレク ト リに保管され、 ウェブ文書のパス指定と整合が取れるようにする。 このように、 実際にクライアント装置 2 0 4がオークションタイムに取り出す データは逐次変更を要する入札価格と該当する電話番号だけであるので、 トラフ イ ツクが少なく、 閲覧時にストレスを感じることはない。 また、 トラフィ ックの 混雑によりオークション状況に表示が遅くなり、 実質的にオークションに参加で きないというような不具合も生じにくい。  Note that images of product photos and product descriptions can be downloaded in units of one or several days. For example, a download button is provided on the main page of the auction, and the download's program 166 shown in Fig. 3 is linked here, so that the user can easily download the information file (images of product photos, etc.). Can be loaded. The downloaded file is stored in a desired directory on the client device 204 so as to be consistent with the path specification of the web document. As described above, since the data actually extracted by the client device 204 at the auction time is only the bid price that needs to be sequentially changed and the corresponding telephone number, there is little traffic and there is no stress during browsing. In addition, traffic congestion slows down the display of auctions, and it is unlikely that problems such as the inability to participate in auctions will occur.
第 7図は、 オークションタイムが終了してときに表示される場面を示す。 落札 価格と電話番号の一部が表示されるので落札者は落札の事実を即座に知ることが できる。 なお、 この後直ちに落札を通知する電話が電話機 2 0 6に着呼する。 以上、 クライアント装置 2 0 4の画面を、 オークションタイムの前、 オークシ ヨンタイムの最中、 オークションタイムの後の 3つの場面で示した。  Fig. 7 shows the scene displayed when the auction time is over. The winning bid and a part of the phone number are displayed so that the winning bidder can immediately know the fact of the winning bid. After this, a telephone notifying of the successful bid arrives immediately at the telephone set 206. As described above, the screen of the client device 204 is shown in three scenes before the auction time, during the auction time, and after the auction time.
つぎに、 番組送出サーバ 1 0 2の動作について第 8図を参照して説明する。 第 8図において、 オークションの枠が開始されると (シーケンス制御部 1 5 3 が通知 ,制御)、 商品名表示画面を例えば 1 0秒間表示する (ステップ S 1 1 )。 つぎに当該 1 0秒が経過するとオークションの画面を表示する (ステップ S 1 2 ) o 最高入札価格が更新されたかどうかを判別し (ステップ S 1 3 )、 更新がな い場合にはステヅプ S 1 3を繰り返す。 更新されている場合には、 スーパ一^ f ン ポーズデ一夕 (入札価格および電話番号) を更新する (ステップ S 1 4 )。 つぎ にオークションタイムがタイムアップしたかどうかを判別し(ステップ S 1 5 )、 タイムアップしていない場合にはステップ S 1 3に戻り処理を繰り返す。 タイム ァヅプした場合には落札者画面を表示し (ステップ S 1 6 ) 処理を終了する。 こ ののち、 つぎの商品のオークションの枠が開始されると同様な処理を行う。 第 9図は、 C T Iサ一パ 1 0 4の着呼時の動作を示している。 オークション参 加希望者は、 テレビジョンセヅト 2 0 1やクライアント装置 2 0 4でオークショ ンの状況を見て、 電話機 2 0 6を用いてオークションセンタ 1 0に発呼して入札 を行なう。 第 9図の動作はこれに応答する動作である。 Next, the operation of the program transmission server 102 will be described with reference to FIG. In FIG. 8, when the auction frame is started (sequence control unit 1553 notifies and controls), a product name display screen is displayed for, for example, 10 seconds (step S11). Next, when the 10 seconds have elapsed, the auction screen is displayed (step S1 2). O It is determined whether or not the highest bid price has been updated (step S1 3), and no update is performed. If not, repeat step S13. If it has been updated, the supermarket is updated (bid price and telephone number) (step S14). Next, it is determined whether or not the auction time has expired (step S15), and if not, the process returns to step S13 to repeat the processing. If the time has expired, the successful bidder screen is displayed (step S16), and the process ends. After that, the same processing is performed when the next auction frame for the product is started. FIG. 9 shows the operation of the CTI Supervisor 104 when receiving a call. Applicants wishing to participate in the auction see the status of the auction on the television set 201 or the client device 204 and call the auction center 10 using the telephone set 206 to make a bid. The operation in FIG. 9 is an operation in response to this.
第 9図において、 オークション参加者から着呼があると C T Iサーバ 1 ◦ 4は 接続を確立し、 発信者番号デ一夕を保管する (ステップ S 2 1 )。 なお、 発信者 番号通知を利用できない場合には、 オークションに参加できない旨通知する。 も ちろん、 発呼者が、 M F T信号 (プッシュ信号) により電話番号を入力できるよ うな仕様としてもよい。 つきにオークションの状態 (例えばウェブサーバ 1 0 3 から取得する。 番組送出サーバ 1 0 2等から取得してもよい) を判別し (ステツ プ S 2 2 )、 オークション締め切り後 (ォ一クションタイム以外) であれば、 ォ 一クシヨンを締め切った旨の音声、 例えば 「現在入札受け付けはしておりませ ん。」 というような応答を行ない (ステップ S 2 7 )、 処理を終了する。 オークシ ヨンタイム中であれば、 オークション受付けの案内、 例えば、 「〇〇商品の入策 を受付けます。 入札金額を押した後に #を押してください。 どうぞ。」 · · ·「入 札金額は〇〇円ですね。 よろしければ 1を、 取り消す場合には 2を押してくださ い。 どうそ。 _! · · ' ( 1が押された場合) 「入札が完了しました。」 ( 2が押された 場合は最初に戻る) というような応答を行なう (ステップ S 2 3 )。 この後、 入 札価格を保管し (ステップ S 2 4 )、今までの最高額と比較して上回っていれば、 現在の最高額の入札価格およびその入札者の電話番号のデータを更新し (ステッ プ S 2 6 )、 処理を終了する。 最高額を上回っていなければそのまま処理を終了 する。  In FIG. 9, when an auction participant receives a call, the CTI server 1-4 establishes a connection and stores the caller ID data (step S21). If caller ID notification is not available, it will notify that it cannot participate in the auction. Of course, the specification may be such that the caller can input a telephone number using an MFT signal (push signal). Finally, the state of the auction (for example, obtained from the web server 103; may be obtained from the program transmission server 102, etc.) is determined (step S22), and after the auction closes (except for the action time). If so, a voice indicating that the auction has been closed, for example, a response such as "We are not accepting bids at this time" is given (step S27), and the process ends. During the auction time, you will receive information on accepting the auction, for example, “〇〇 Accept the product policy. Please press the bid and press #. Please.” · · · If you like, please press 1, if you want to cancel, please press 2. _! · · '(If 1 is pressed) "Bid is completed." (If 2 is pressed) (Return to the beginning) (step S23). Thereafter, the bid price is stored (step S24), and if the bid price is higher than the current maximum price, the data of the current maximum bid price and the telephone number of the bidder are updated (step S24). Step S26), end the processing. If not, the process ends.
第 1 0図は、 オークションタイムが終了したときの C T Iサーバ 1 0 4の操作 を示す。 まず、 落札者の電話番号を取り出し (ステップ S 3 1 )、 落札者に発呼 する (ステップ S 3 2 )。 応答があり、 回線が確立したら落札通知例えば 「おめ でとうございます。 〇〇商品はあなたが〇〇円で落札されました。 あなたの郵便 番号、 ご住所、 お名前をお聞かせください。 どうぞ。」 という音声を発生する。 なお、 必要に応じて自動音声 ^答装置 1 0 5が処理を行う。 Figure 10 shows the operation of the CTI server 104 when the auction time is over. Is shown. First, the telephone number of the successful bidder is taken out (step S31), and a call is made to the successful bidder (step S32). When the line is established, a notice of a successful bid, for example, "Congratulations. 〇〇Your product has been awarded for ¥¥. Please tell us your zip code, address, and name. . " Note that the automatic voice response device 105 performs processing as necessary.
第 1 1図はウェブサーバ 1 0 3の動作を示している。 この図において、 オーク シヨンが開始されると、 まず商品名表示ページを準備する (ステップ S 4 1 )。 このページはクライアント装置 2 0 4にロードされる (クライアント装置 2 0 4 のリロードまたはサーバ 1 0 3のプッシュ)。 つきにオークションタイムの開始 に伴ってオークションページを準備する (ステップ S 4 2 )。 このオークション ページもクライアント装置 2 0 4にロードされる。 つぎに入札データ (最高入札 価格) の更新があるかどうかを判別する (ステップ S 4 3 )。 更新がなければ、 この判別処理を繰り返す。 更新がある場合には、 ウェブページ中のリロード対象 の入札価格およびその入札者の電話番号の記述を更新する (S 4 4 )。 それらを その他と区別してフレーム内に配置する場合にはそのフレームの文書部分のみ更 新する。 つぎにオークションタイムがタイムアップしたかどうかを判別し (ステ ヅプ S 4 5 )、 タイムアップしない場合にはステップ S 4 3に戻り処理を繰り返 す。 タイムアップした場合には落札者表示ページの準備を行ない (ステップ S 4 6 )、 処理を終了する。 この落札者表示ぺ一ジもクライアント装置 2 0 4にロー ドされる。 '  FIG. 11 shows the operation of the web server 103. In this figure, when the auction starts, a product name display page is first prepared (step S41). This page is loaded into client device 204 (client device 204 reload or server 103 push). Finally, an auction page is prepared at the start of the auction time (step S42). This auction page is also loaded on the client device 204. Next, it is determined whether or not the bid data (the highest bid price) has been updated (step S43). If there is no update, this determination processing is repeated. When there is an update, the description of the bid price to be reloaded and the telephone number of the bidder in the web page is updated (S44). If they are placed in a frame separately from others, only the document part of that frame is updated. Next, it is determined whether or not the auction time has expired (step S45). If the time has not elapsed, the process returns to step S43 and repeats the processing. When the time is up, the page for displaying the successful bidder is prepared (step S46), and the process is terminated. This successful bidder display page is also loaded to the client device 204. '
第 1 2図は、 クライアント装置 2 0 4の閲覧動作を示している。 第 1 2図にお いて、 オークションが開始されると商品名ページをウェブサーバ 1 0 3に転送要 求して受け取る (S 5 1 )。 夕イマの起動により転送要求を行なってもよい。 ま たウェブサーパ 1 0 3から文書をプッシュされてもよい。 つぎにオークション夕 ィムが開始するとオークションページをウェブサーバ 1 0 3に転送要求して受け 取る (ステップ S 5 2、 S 5 3 )。 この場合も、 タイマの起動により転送要求を 行なってもよいし、 またゥヱブサーバ 1 0 3から文書をプッシュされてもよい。 つぎに更新対象の入札価格およびその入札者の電話番号の記述を例えば 5秒間隔 でリロ一ドする (S 5 4 )。 このリロードは、 先に述べたように、 メ夕タグを用 いたり、 J a v a S c r i p t等のスクリブトを用いたり、 種々の手法を採用で きる。 つぎにオークションタイムがタイムアップしたかどうかを判別し、 タイム アップしない場合にはステップ S 5 4に戻り処理を繰り返す (S 5 5 )。 タイム アップした場合には落札者表示ページをゥヱブサーバ 1 0 3から受け取り表示す る (ステップ S 5 6 )。 この場合も、 タイマの起動により転送要求を行なっても よいし、 またウェブサーパ 1 0 3から文書をプヅシュされてもよい。 FIG. 12 shows the browsing operation of the client device 204. In FIG. 12, when the auction is started, a product name page is requested to be transferred to the web server 103 and received (S51). A transfer request may be made by activating the evening. Also, the document may be pushed from the web server 103. Next, when the auction event starts, the auction page is requested to be transferred to the web server 103 and received (steps S52 and S53). Also in this case, a transfer request may be made by starting a timer, or a document may be pushed from the web server 103. Next, the description of the bid price to be updated and the telephone number of the bidder is reloaded, for example, at intervals of 5 seconds (S54). For this reload, as mentioned earlier, Or using a scribe such as Java Script, or various other methods. Next, it is determined whether or not the auction time has elapsed, and if not, the process returns to step S54 to repeat the processing (S55). When the time is up, the successful bidder display page is received from the web server 103 and displayed (step S56). Also in this case, the transfer request may be made by starting a timer, or the document may be pushed from the web server 103.
以上で実施例の説明を終了する。 なお、 この発明は上述の実施例に限定される ものではなく種々変更が可能である。 例えば、 上述では、 クライアント装置と電 話機とを別々の装置として説明したが、 クライアント装置がウェブサーバのコン テンヅを閲覧する機能を有する携帯電話機や携帯端末の場合には、 クライアント 装置と電話機とを同一のものとすることができる。 この場合、 アンカータグによ り電話番号をマークアップさせて簡易にオークションセンタに発呼するようにし てもよい。 インテリジェントな固定電話機でも同様である。  This is the end of the description of the embodiment. The present invention is not limited to the above-described embodiment, but can be variously modified. For example, in the above description, the client device and the telephone have been described as separate devices. However, when the client device is a mobile phone or a mobile terminal having a function of browsing the contents of a web server, the client device and the telephone are connected. They can be the same. In this case, the telephone number may be marked up by the anchor tag so that the call can be easily made to the auction center. The same goes for intelligent landline phones.
また、 電話機により入札を行なうのでなく、 クライアント装置で入札を行なう ようにしてもよい。 すなわち、 電話機で入札情報を入力するのでなく、 クライア ント装置の例えばウェブブラウザのフォーム機能を用いて入札情報をゥヱブザー バの処理プログラム (C G I等) に送り、 先の実施例と同様にリアルタイムで入 札の状況に反映させるようにしてもよい。  Instead of making a bid by telephone, a bid may be made by the client device. That is, instead of inputting bid information using a telephone, bid information is sent to a processing program (CGI, etc.) of a buzzer using a form function of a client device, for example, a web browser, and input in real time as in the previous embodiment. You may make it reflect on the state of a bill.
また、 上述実施例では、 入札価格が競りあがるようにしたが、 販売者が購入者 に対して入札を行なう、 いわゆる逆オークションでは、 入札価格が競り下がる。 また、 暫定落札価格が自動的に徐々に下がっていき、 最初にその時点の暫定落 札価格で入札した者が落札すよるようなオークションでもよい。 この場合、 現在 の落札価格と入札者の入札価格とが適合するように自動応答処置をプログラムす ることが好ましい。 例えば、 入札者の入札価格が現在の落札価格と同じが差が所 定の範囲であれば落札するようにしてもよい。 また、 入札者は入札価格を入力し ないようにしてもよい。 この場合、 入札者が閲覧している暫定落札価格と受理さ れたときの暫定落札価格とが龃齬することも考えられるので、 自動応答装置を用 いて入札者に入札価格の確認を行うことが好ましい。 暫定入札価格の逐次的な閲 覧を可能にする閲覧対象文書は例えば第 1 図のウェブサーバ 1 0 3により提供 される。 落札者の落札価格や電話番号等の属性情報の閲覧を可能にする文書も同 様である。 Further, in the above-described embodiment, the bid price is auctioned. However, in a so-called reverse auction in which a seller bids on a purchaser, the bid price lowers. Alternatively, the auction may be such that the provisional successful bid price automatically decreases gradually and the first bidder at the provisional successful bid price at that time makes a successful bid. In this case, it is preferable to program the automatic response procedure so that the current winning bid and the bidder's bid match. For example, a bidder may be awarded if the bid price of the bidder is the same as the current contract price but the difference is within a predetermined range. In addition, the bidder may not enter the bid price. In this case, the provisional contract price viewed by the bidder may be inconsistent with the provisional contract price at the time of acceptance, so confirm the bid price with the bidder using the automatic answering machine. Is preferred. Documents to be browsed that allow for sequential browsing of provisional bid prices are provided, for example, by the web server 103 in Fig. 1. Is done. The same applies to documents that allow the successful bidder to view attribute information such as the winning bid price and telephone number.
もちろん複数の落札者を許容できるようにしてもよい。 例えば、 許容できる範 囲の暫定落札者および暫定落札価格を閲覧させ、 このうち一番弱い暫定落札者が 順次新たな暫定落札者に取って代わられるようにする。 入札の早いものが落札す るする態様では、 早い方から順に落札させる。 産業上の利用可能性  Of course, a plurality of successful bidders may be allowed. For example, an acceptable range of provisional successful bidders and provisional successful bid prices may be viewed, and the weakest provisional successful bidders may be sequentially replaced by new provisional successful bidders. In a mode in which the one with the highest bid wins the bid, the bids are made in order from the earliest one. Industrial applicability
以上説明したように、 この発明によれば、 通信ネットワークを用いてオークシ ョンの状況を実質的にリアルタイムで閲覧し、 オークションに参加することがで きる。 また、 入札者は、 閲覧画面やテレビの画面に表示される電話番号 (例えば その一部がマスクされたもの) 等を用いて、 自分が暫定的なまたは最終的な落札 者かどうかを知ることができる。  As described above, according to the present invention, it is possible to browse an auction situation substantially in real time using a communication network and participate in an auction. In addition, bidders can determine whether they are provisional or final successful bidders by using phone numbers displayed on the browsing screen or TV screen (for example, a part of which is masked). Can be.

Claims

請求の範囲 The scope of the claims
1 . オークション対象の商品と現在の暫定落札価格と現在の暫定落札価格の入 札者の電話番号の少なくとも一部とに関する記述を含む文書を記憶する手段と、 通信ネッ トワークを介して閲覧クライアント装置に上記文書を送信する手段と、 電話回線に介して送られてくる発信者番号および入札価格を受信する手段と、 上記入札価格が現在の暫定落札価格をしのく'か否かを判別する手段と、 上記入札価格が現在の暫定落札をしのぐ場合には、 上記文書に含まれる、 上記 暫定落札価格と暫定落札価格の入札者の電話番号の部分とに関する記述を更新す る手段とを有することを特徴とするオークション装置。 1. A means for storing a document including a description of an auction target product, a current provisional contract price, and at least a part of a telephone number of a bidder of the current provisional contract price, and a browsing client device via a communication network. Means for transmitting the document, a means for receiving a caller ID and a bid price sent via a telephone line, and determining whether or not the bid price exceeds the current provisional bid price. And means for updating the provisional bid price and the part of the bidder's telephone number portion of the provisional bid price contained in the document if the bid price exceeds the current provisional bid price. An auction apparatus characterized by the above-mentioned.
2 . 上記文書は、 上記現在の暫定落札価格と現在の暫定落札価格の入札者の電 話番号の少なく とも一部とに関する記述を、 閲覧クライアント装置が自動的にリ 口一ドするような指示を含む請求項 1記載のオークション装置。 2. The above-mentioned document shall indicate that the browsing client device automatically recalls the description of the current provisional bid price and at least a part of the telephone number of the bidder of the current provisional bid price. 2. The auction apparatus according to claim 1, comprising:
3 . 少なく とも、 上記文書の上記現在の暫定落札価格と現在の暫定落札価格の 入札者の電話番号の少なく とも一部とに関する記述が、 閲覧クライアントに繰り 返しプヅシュされる請求項 1記載のオークション装置。 3. The auction of claim 1, wherein at least the description of the current provisional bid price and at least a portion of the bidder's telephone number of the current provisional bid price in the document is repeatedly pushed to a viewing client. apparatus.
4 . オークション締め切り後に、 締め切り時の暫定落札価格の入札者の電話番 号を用いて入札者に対して自動的に発呼する手段をさらに有する請求項 1、 2ま たは 3記載のオークション装置。 4. The auction apparatus according to claim 1, further comprising means for automatically calling a bidder using the telephone number of the bidder of the provisional successful bid price at the time of the closing of the auction after the closing of the auction. .
5 . ォ一クション対象の商品と現在の暫定落札価格と現在の暫定落札価格の入 札者の属性情報の少なく とも一部とに関する記述を含む文書を記憶する手段と、 通信ネッ トワークを介して閲覧クライアント装置に上記文書を送信する手段と、 電話回線に介して送られてくる入札価格を受信する手段と、 5. A means for storing a document including a description of the item to be checked, the current provisional contract price, and at least a part of the bidder's attribute information of the current provisional contract price, and via a communication network. Means for transmitting the document to a viewing client device; means for receiving a bid price sent via a telephone line;
上記入札価格が現在の暫定落札価格をしのぐか否かを判別する手段と、 上記入札価格が現在の暫定落札価格をしのぐ場合には、 上記文書に含まれる、 上記暫定落札価格と暫定落札価格の入札者の属性情報の部分とに関する記述を更 新する手段とを有することを特徴とするオークション装置。 Means for determining whether or not the bid price exceeds the current provisional bid price; and, if the bid price exceeds the current provisional bid price, is included in the document. Means for updating the description regarding the provisional successful bid price and the part of the attribute information of the bidder of the provisional successful bid price.
6 . 上記入札者の属性情報は、 入札者のユーザ識別情報とする請求項 5記載の オークション装置。 6. The auction apparatus according to claim 5, wherein the attribute information of the bidder is user identification information of the bidder.
7 . オークション対象の商品と現在の暫定落札価格と現在の暫定落札価格の入 札者の電話番号の少なく とも一部とに関する表示を含むテレビジョン映像データ を記憶する手段と、 7. means for storing television image data including an indication of the auctioned item, the current provisional bid price and at least a part of the bidder's telephone number of the current provisional bid price,
上記テレビジョン映像デ一夕を放送する手段と、  Means for broadcasting the television image data,
上記ォ一クション対象の商品と現在の暫定落札価格と現在の暫定落札価格の入 札者の電話番号の少なく とも一部とに関する記述を含む文書を記憶する手段と、 通信ネヅトワークを介して閲覧クライアント装置に上記文書を送信する手段と、 電話回線に介して送られてくる発信者番号および入札価格を受信する手段と、 上記入札価格が現在の暫定落札価格をしのぐか否かを判別する手段と、 上記入札価格が現在の暫定落札価格をしのぐ場合には、 上記暫定落札価格と暫 定落札価格の入札者の電話番号の部分との表示および記述を更新する手段と、 オークション締め切り後、 締め切り時の暫定落札価格の入札者の電話番号を用 いて入札者に対して自動的に発呼する手段とを有することを特徴とするォ一クシ ヨン装置。  Means for storing a document including a description of the above-mentioned action target product, the current provisional contract price and at least a part of the bidder's telephone number of the current provisional contract price, and a browsing client via the communication network. Means for transmitting the document to the device; means for receiving the caller ID and the bid price sent via the telephone line; means for determining whether the bid price exceeds the current provisional bid price. If the bid price exceeds the current provisional bid price, a means for updating the display and description of the provisional bid price and the bidder's telephone number portion of the provisional bid price; and Means for automatically calling the bidder using the telephone number of the bidder of the provisional successful bid price.
8 . ォ一クション対象の商品と現在の暫定落札価格と現在の暫定落札価格の入 札者の属性情報の少なく とも一部とに関する表示を含むテレビジョン映像データ を記憶する手段と、 8. Means for storing television image data including an indication of the item to be checked, the current provisional contract price, and at least a part of the bidder's attribute information of the current provisional contract price,
上記テレビジョン映像データを放送する手段と、  Means for broadcasting the television image data,
電話回線に介して送られてくる発信者番号および入札価格を受信する手段と、 上記入札価格が現在の暫定落札価格をしのぐか否かを判別する手段と、 上記入札価格が現在の暫定落札価格をしのく、場合には、 上記暫定落札価格と暫 定落札価格の入札者の属性情報の部分との表示を更新する手段とを有することを 特徴とするオークション装置。 Means for receiving the caller ID and the bid price sent via the telephone line; means for determining whether or not the bid price exceeds the current provisional bid price; and means for determining whether or not the bid price is the current provisional bid price. In some cases, the provision of a means for updating the display of the provisional successful bid price and the attribute information portion of the bidder of the provisional successful bid price is provided. An auction device characterized.
9 . オークション対象の商品と現在の暫定落札価格と現在の暫定落札価格の入 札者の電話番号の少なくとも一部とに関する記述を含む文書を記憶するステップ と、 9. storing a document containing a description of the auctioned item, the current provisional bid price and at least a portion of the bidder's telephone number for the current provisional bid price;
通信ネッ トワークを介して閲覧クライアント装置に上記文書を送信するステツ プと、  Transmitting the document to a viewing client device via a communication network;
電話回線に介して送られてくる発信者番号および入札価格を受信するステップ と、  Receiving a caller ID and a bid price sent over a telephone line;
上記入札価格が現在の暫定落札価格をしのぐか否かを判別するステップと、 上記入札価格が現在の暫定落札価格をしのく'場合には、 上記文書に含まれる、 上記暫定落札価格と暫定落札価格の入札者の電話番号の部分とに関する記述を更 新するステップとを有することを特徴とするオークション方法。  Determining whether the bid price exceeds the current provisional bid price; and, if the bid price surpasses the current provisional bid price, include the provisional bid price and the provisional price included in the document. Updating the description of the winning bidder and the part of the bidder's telephone number.
1 0 . オークション対象の商品と現在の暫定落札価格とに関する記述を含む文 書を記憶する手段と、 10. A means for storing a document containing a description of the auctioned product and the current provisional bid price;
上記暫定落札価格を自動的に徐々に更新する手段と、  Means for automatically and gradually updating the provisional successful bid price,
通信ネッ トワークを介して閲覧クライアント装置に上記文書を送信する手段と、 電話回線に介して送られてくる、発信者番号を含む入札情報を受信する手段と、 最初に受信した、 上記暫定落札価格に適合した入札情報に基づいて落札者を決 定する手段とを有することを特徴とするオークション装置。  Means for transmitting the document to the browsing client device via a communication network; means for receiving bid information including a caller ID, which is sent via a telephone line; Means for determining a successful bidder based on bid information suitable for the auction.
1 1 . オークション対象の商品と現在の暫定落札価格とに関する表示を含むテ レビジョン映像デ一夕を記憶する手段と、 11. A means for storing a television image including an indication of the auctioned item and the current provisional bid price;
上記暫定落札価格を徐々に更新する手段と、  Means for gradually updating the provisional successful bid price,
上記テレビジョン映像データを放送する手段と、  Means for broadcasting the television image data,
電話回線に介して送られてくる、発信者番号を含む入札情報を受信する手段と、 最初に受信した、 上記暫定落札価格に適合した入札情報に基づいて落札者を決 定する手段とを有することを特徴とするオークシヨン装置。  It has means for receiving bid information including a caller number sent via a telephone line, and means for determining a successful bidder based on the first received bid information that matches the provisional successful bid price. An auction unit characterized by the following.
PCT/JP2001/003692 2000-05-09 2001-04-27 Apparatus and method for auction WO2001086526A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU52629/01A AU5262901A (en) 2000-05-09 2001-04-27 Apparatus and method for auction

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2000136375A JP2004295158A (en) 2000-05-09 2000-05-09 Auction device and method
JP2000-136375 2000-05-09

Publications (1)

Publication Number Publication Date
WO2001086526A1 true WO2001086526A1 (en) 2001-11-15

Family

ID=18644327

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2001/003692 WO2001086526A1 (en) 2000-05-09 2001-04-27 Apparatus and method for auction

Country Status (3)

Country Link
JP (1) JP2004295158A (en)
AU (1) AU5262901A (en)
WO (1) WO2001086526A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006201854A (en) * 2005-01-18 2006-08-03 Junichi Nakagawa Trade support device
JP2007026257A (en) * 2005-07-20 2007-02-01 Atsushi Tagata Exhibition information provision device and program
JP2012048757A (en) * 2011-12-05 2012-03-08 Itochu Techno-Solutions Corp Bid data processing method and bid data processing system
JP2013235325A (en) * 2012-05-07 2013-11-21 Nikon Corp Image transfer system
JP5572230B2 (en) * 2013-01-15 2014-08-13 ヤフー株式会社 Terminal device, update interval control method, and update interval control program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH096871A (en) * 1995-06-16 1997-01-10 Nissho Iwai Corp Auction system and terminal device using communication line
JPH09214934A (en) * 1996-02-02 1997-08-15 Matsushita Electric Ind Co Ltd Viewer participated program broadcast method and reception terminal equipment
US5835896A (en) * 1996-03-29 1998-11-10 Onsale, Inc. Method and system for processing and transmitting electronic auction information
JP2000123100A (en) * 1998-10-16 2000-04-28 Ntt Data Corp Data approving device and processing requesting system and data approving method and recording medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ATE207638T1 (en) * 1996-03-29 2001-11-15 Egghead Com Inc METHOD AND SYSTEM FOR PROCESSING AND TRANSMITTING ELECTRONIC AUCTION INFORMATION

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH096871A (en) * 1995-06-16 1997-01-10 Nissho Iwai Corp Auction system and terminal device using communication line
JPH09214934A (en) * 1996-02-02 1997-08-15 Matsushita Electric Ind Co Ltd Viewer participated program broadcast method and reception terminal equipment
US5835896A (en) * 1996-03-29 1998-11-10 Onsale, Inc. Method and system for processing and transmitting electronic auction information
JP2000123100A (en) * 1998-10-16 2000-04-28 Ntt Data Corp Data approving device and processing requesting system and data approving method and recording medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"Internet auction; Gekiyasu otakara get manual", 15 November 1999, ASKII, XP002942436 *

Also Published As

Publication number Publication date
AU5262901A (en) 2001-11-20
JP2004295158A (en) 2004-10-21

Similar Documents

Publication Publication Date Title
US8374917B1 (en) Call routing apparatus
US7724882B2 (en) Method for providing call intermediation services and system therefore
US7409361B2 (en) Auction system for remote bidding and method
US20070189474A1 (en) Initiating ecommerce sessions using multimedia ringback tones
US6341128B1 (en) Providing call centers with voice gateways
JP2006510316A (en) Apparatus and method for providing advertisement service using ring tone
KR101024562B1 (en) Service management apparatus and service providing system
WO2001086526A1 (en) Apparatus and method for auction
US11936547B2 (en) Systems and methods for monitoring the display of electronic content on client devices
JP3962551B2 (en) Communication method, information transmission device, and mobile phone
US20050222920A1 (en) Virtual shop system and method of controlling the same
JP2010186245A (en) Information distribution system, communication device, management server, information distribution method, and program
US20050246235A1 (en) Voice enabled interactive on-line auction system
JP5096099B2 (en) Telephone connection control system, server device, server processing program, and telephone connection control method
EP1981248B1 (en) Terminal control method and service provision system using SIP messaging.
JP2004265013A (en) Introducing method for information and system therefor, device, and program
JP6834069B2 (en) Service provision support system
US10069974B1 (en) Call initiated service session
JP2003298739A (en) Information delivery service system
JP2003308035A (en) Interactive advertising apparatus, and program therefor
JP2002281152A (en) Method for preventing congestion on communication network, broadcast receiver, and information communication terminal
KR100979873B1 (en) Method and apparatus for providing a personalized advertisement to a user's mobile communication terminal by using a wireless network
KR100852592B1 (en) System and method of real time phone auction service
WO2012115266A1 (en) Portable terminal, portable terminal program, and portable terminal server
CN114710464A (en) Video live broadcast sharing method and system, electronic equipment and storage medium

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: COMMUNICATION PURSUANT TO RULE 69 EPC (EPO FORM 1205A OF 270203)

122 Ep: pct application non-entry in european phase