[go: up one dir, main page]

WO2004004295A1 - A cell phone with scheduled-based suppression of a notification of an incoming call - Google Patents

A cell phone with scheduled-based suppression of a notification of an incoming call Download PDF

Info

Publication number
WO2004004295A1
WO2004004295A1 PCT/US2003/019938 US0319938W WO2004004295A1 WO 2004004295 A1 WO2004004295 A1 WO 2004004295A1 US 0319938 W US0319938 W US 0319938W WO 2004004295 A1 WO2004004295 A1 WO 2004004295A1
Authority
WO
WIPO (PCT)
Prior art keywords
cell phone
phone
notification
call
suppression
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/US2003/019938
Other languages
French (fr)
Inventor
Louis Robert Litwin
Paul Gothard Knutson
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Thomson Licensing SAS
Original Assignee
Thomson Licensing SAS
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 Thomson Licensing SAS filed Critical Thomson Licensing SAS
Priority to AU2003253692A priority Critical patent/AU2003253692A1/en
Publication of WO2004004295A1 publication Critical patent/WO2004004295A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72448User interfaces specially adapted for cordless or mobile telephones with means for adapting the functionality of the device according to specific conditions
    • H04M1/72451User interfaces specially adapted for cordless or mobile telephones with means for adapting the functionality of the device according to specific conditions according to schedules, e.g. using calendar applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M19/00Current supply arrangements for telephone systems
    • H04M19/02Current supply arrangements for telephone systems providing ringing current or supervisory tones, e.g. dialling tone or busy tone
    • H04M19/04Current supply arrangements for telephone systems providing ringing current or supervisory tones, e.g. dialling tone or busy tone the ringing-current being generated at the substations
    • H04M19/045Call privacy arrangements, e.g. timely inhibiting the ring signal

Definitions

  • This disclosure relates to cell phones, and more particularly, to a cell phone with a schedule-based suppression of a notification of an incoming call.
  • a typical incoming call notification on a cell phone is an audible alert such as ringing.
  • the user will often have to turn off the cell phone or disable the ringer during meetings, classes, and other time periods when the call notification or audible would be disturbing.
  • the user must manually disable the phone just before the period during which call notification, such as ringing, is to be disabled.
  • a cell phone includes a radio frequency transceiver coupled to an antenna, a phone modem coupled to the transceiver; a phone interface coupled to the phone modem and transceiver; and a display, processor, read only memory ROM and random access memory RAM each coupled to the phone interface.
  • the ROM and RAM memory is configured to permit scheduled suppression of a notification of a call received over the antenna.
  • a method for schedule based suppression on a cell phone of a notification of a call received includes the steps of entering on a cell phone interface a starting period for a scheduled suppression of a call notification, entering on the cell phone interface an ending period for the scheduled suppression, and entering a status enabling the cell phone to suppress notification of a call received by the cell phone for the duration from the starting period to the ending period.
  • FIG. 1 is a block diagram of a calendar interface display on a cell phone in accordance with the present invention
  • FIG. 2 is a block diagram of a cell phone architecture for implementing the present invention
  • FIG. 3 is a block diagram of an exemplary calendar data structure in accordance with the present invention
  • FIG.4 is a flow diagram of an exemplary calendar process in accordance with the present invention
  • FIG. 5 is a flow diagram of an exemplary phone process in accordance with the present invention.
  • a cell phone user will typically have to turn off his phone or disable his ringer during meetings, classes, and other time periods when he does not wish to be disturbed. This invention would allow the user to keep his phone on during these meetings and not be disturbed.
  • the present invention involves the use of a cell phone that has PDA capabilities such as a calendar.
  • a cell phone that has PDA capabilities such as a calendar.
  • PDA capabilities such as a calendar.
  • the user enters an appointment in the calendar he will have an option to configure the appointment so the ringer on the phone is muted. If a phone call comes in during the scheduled time of a Do Not Disturb appointment, the phone will not ring and the call will be routed directly to voice mail. Other options include telling the phone to vibrate instead of not ringing during certain appointments.
  • the display interface 10 would show and permit entry of a start date and time 11, an end date and time 12 and status 13.
  • the exemplary busy status 13 shown can be for a condition when an incoming call is received the call notification or a ringing is suppressed during the start period to the end period.
  • FIG. 2 An exemplary cell phone hardware architecture 20 is shown in block form in FIG. 2.
  • the display 21, processor 22, ROM 23, RAM 24 and phone interface 25 can be interconnected over a bus 29.
  • the phone interface 25 is coupled to the modem 27 and radio frequency RF receiver and transmitter 26 tied to the antenna 28.
  • a pointer in memory 31 can point to a previous calendar entry (not shown), a current appointment 33, and the next entry 32 that would point or reference to its own current appointment description structure 34.
  • an exemplary flow diagram 40 illustrates a section of code which interprets appointments from the calendar data structure 20.
  • this section of code is executed. First the time of the next appointment entry in the calendar linked list is compared with the system clock 41. If it is time for an appointment, an appointment is added to an active appointment list 42.
  • the active appointment list is a linked list similar to the calendar data structure lists 30, except that only active appointments are on the list.
  • the active appointment list points to description structures 34 of only active appointments. Then the pointing is directed to the first active appointment on the active appointment list in block 43. Any operations necessary for that appointment are done 44. This would include setting up any phone related parameters as instructed in the appointment description structure. If the appointment indicates no calls, information is written in a shared area of memory for the phone process to read which will tell the phone process to not ring the phone.
  • Block 44 causes transfer of appointment related phone control to be transferred to the phone control process.
  • a check is made to determine if the current appointment is over 45. If the current appointment is over, it is removed from the active appointment list, and phone control parameters in the shared memory are restored to defaults 46.
  • the active appointment pointer is adjusted to the next active appointment 44. If all active appointments have been checked 48, then the routine returns to the operating system. If multiple concurrent appointments have different phone suppression levels, the strongest level is used, i.e.,
  • the flow diagram 50 of FIG. 5 illustrates the operation of the phone control process.
  • the process decides whether appointment properties have been activated in the shared memory by the calendar program thread. If there are not appointment based changes in call handling, the process decision 51 allows the call to be processed as usual 52, based on whatever the default ring properties the user has established for the phone. If there are appointment based phone control features enabled, then the process parses the features in the following path of decisions starting with 53. If the appointment calls for no ring, then the ring feature on the phone is disabled 54, and the phone process is allowed to continue as usual. If no ring selection 53 was true, the voice mail service at the service provider's office would pick up the call.
  • the decision 55 passes control to decision 56, which waits for caller ID. If caller ID is available, the received caller LD number or name is checked against the priority list in decision 58. If the name or number is on the list, then the phone will ring and control will pass to continue processing the call in 60. Otherwise, if caller ID is not available in decision 56, or if the name or number is not available in decision 58, ring will be suppressed in 57 or 59, respectively, and the call control will continue as usual, allowing system voice mail to pick up the call.
  • decision 61 passes control to decision 62, where caller ID is checked. If caller ID is available, the received caller ID name or number is checked with the special list of names or numbers in decision 66. If the name or number was on the special list, the phone is allowed to ring, and control is passed to continue processing the call in 68. If caller ID is not available, or if the incoming name or number is not on the special list, the phone will not ring, and the call process will continue from 63 or 67 respectively, allowing the system voice mail to answer the call. If the appointment calls for vibrate to announce calls, decision 64 will allow the phone to vibrate rather than ring, and pass the control to continue processing the call in 65.

Landscapes

  • Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

A cell phone includes a radio frequency transceiver (26) coupled to an antenna (28),a phone modem (27) coupled to the transceiver; a phone interface (25) coupled to the phone modem and transceiver; and a display (21), processor (22), read only memory ROM (23) and random access memory RAM (24) each coupled to the phone interface. The ROM and RAM memory is configured to permit scheduled suppression of a notification of a call received over the antenna.

Description

A CELL PHONE WITH SCHEDULED-BASED SUPPRESSION OF A NOTIFICATION OF AN INCOMING CALL
Technical Field This disclosure relates to cell phones, and more particularly, to a cell phone with a schedule-based suppression of a notification of an incoming call.
Description of the Related Art
A typical incoming call notification on a cell phone is an audible alert such as ringing. The user will often have to turn off the cell phone or disable the ringer during meetings, classes, and other time periods when the call notification or audible would be disturbing.
The user must manually disable the phone just before the period during which call notification, such as ringing, is to be disabled.
Therefore, a need exists for a cell phone that would remain on during periods when a notification of an incoming call suppressed.
SUMMARY OF THE INVENTION
A cell phone includes a radio frequency transceiver coupled to an antenna, a phone modem coupled to the transceiver; a phone interface coupled to the phone modem and transceiver; and a display, processor, read only memory ROM and random access memory RAM each coupled to the phone interface. The ROM and RAM memory is configured to permit scheduled suppression of a notification of a call received over the antenna.
Alternatively, a method for schedule based suppression on a cell phone of a notification of a call received includes the steps of entering on a cell phone interface a starting period for a scheduled suppression of a call notification, entering on the cell phone interface an ending period for the scheduled suppression, and entering a status enabling the cell phone to suppress notification of a call received by the cell phone for the duration from the starting period to the ending period. BRIEF DESCRIPTION OF DRAWINGS
This disclosure will present in detail the following description of preferred embodiments with reference to the following figures wherein:
FIG. 1 is a block diagram of a calendar interface display on a cell phone in accordance with the present invention;
FIG. 2 is a block diagram of a cell phone architecture for implementing the present invention;
FIG. 3 is a block diagram of an exemplary calendar data structure in accordance with the present invention; FIG.4 is a flow diagram of an exemplary calendar process in accordance with the present invention;
FIG. 5 is a flow diagram of an exemplary phone process in accordance with the present invention.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
A cell phone user will typically have to turn off his phone or disable his ringer during meetings, classes, and other time periods when he does not wish to be disturbed. This invention would allow the user to keep his phone on during these meetings and not be disturbed.
The present invention involves the use of a cell phone that has PDA capabilities such as a calendar. When the user enters an appointment in the calendar he will have an option to configure the appointment so the ringer on the phone is muted. If a phone call comes in during the scheduled time of a Do Not Disturb appointment, the phone will not ring and the call will be routed directly to voice mail. Other options include telling the phone to vibrate instead of not ringing during certain appointments. Referring now in specific detail to the drawings in which like reference numerals identify similar or identical elements throughout the several views, and initially to FIG. 1, a block diagram of a calendar interface display 10 on a cell phone.
Minimally, the display interface 10 would show and permit entry of a start date and time 11, an end date and time 12 and status 13. The exemplary busy status 13 shown can be for a condition when an incoming call is received the call notification or a ringing is suppressed during the start period to the end period.
An exemplary cell phone hardware architecture 20 is shown in block form in FIG. 2. The display 21, processor 22, ROM 23, RAM 24 and phone interface 25 can be interconnected over a bus 29. The phone interface 25 is coupled to the modem 27 and radio frequency RF receiver and transmitter 26 tied to the antenna 28.
Referring to an exemplary memory allocation structure for a calendar interface display, a pointer in memory 31 can point to a previous calendar entry (not shown), a current appointment 33, and the next entry 32 that would point or reference to its own current appointment description structure 34.
Referring now to FIG. 4, an exemplary flow diagram 40 illustrates a section of code which interprets appointments from the calendar data structure 20. When the operating system calls the calendar process, this section of code is executed. First the time of the next appointment entry in the calendar linked list is compared with the system clock 41. If it is time for an appointment, an appointment is added to an active appointment list 42. The active appointment list is a linked list similar to the calendar data structure lists 30, except that only active appointments are on the list. The active appointment list points to description structures 34 of only active appointments. Then the pointing is directed to the first active appointment on the active appointment list in block 43. Any operations necessary for that appointment are done 44. This would include setting up any phone related parameters as instructed in the appointment description structure. If the appointment indicates no calls, information is written in a shared area of memory for the phone process to read which will tell the phone process to not ring the phone.
Other parameters can be included in the appointment, enabling such features as follows: ring as normal operation, ring only if person calling is on priority list, ring only if a specific number calls, vibrate instead of ring, provide a special voice prompt and take a message locally on the phone, etc. Block 44 causes transfer of appointment related phone control to be transferred to the phone control process. A check is made to determine if the current appointment is over 45. If the current appointment is over, it is removed from the active appointment list, and phone control parameters in the shared memory are restored to defaults 46. The active appointment pointer is adjusted to the next active appointment 44. If all active appointments have been checked 48, then the routine returns to the operating system. If multiple concurrent appointments have different phone suppression levels, the strongest level is used, i.e.,
"Do Not Disturb" is stronger than vibrate on a priority list. This bit of code 40 is part of the calendar program, called when the operating system runs a calendar program thread. The flow diagram 50 of FIG. 5 illustrates the operation of the phone control process. First, the process decides whether appointment properties have been activated in the shared memory by the calendar program thread. If there are not appointment based changes in call handling, the process decision 51 allows the call to be processed as usual 52, based on whatever the default ring properties the user has established for the phone. If there are appointment based phone control features enabled, then the process parses the features in the following path of decisions starting with 53. If the appointment calls for no ring, then the ring feature on the phone is disabled 54, and the phone process is allowed to continue as usual. If no ring selection 53 was true, the voice mail service at the service provider's office would pick up the call.
When the appointment only allows calls from priority numbers or names to be allowed, the decision 55 passes control to decision 56, which waits for caller ID. If caller ID is available, the received caller LD number or name is checked against the priority list in decision 58. If the name or number is on the list, then the phone will ring and control will pass to continue processing the call in 60. Otherwise, if caller ID is not available in decision 56, or if the name or number is not available in decision 58, ring will be suppressed in 57 or 59, respectively, and the call control will continue as usual, allowing system voice mail to pick up the call.
When the appointment allows calls only from a special list, decision 61 passes control to decision 62, where caller ID is checked. If caller ID is available, the received caller ID name or number is checked with the special list of names or numbers in decision 66. If the name or number was on the special list, the phone is allowed to ring, and control is passed to continue processing the call in 68. If caller ID is not available, or if the incoming name or number is not on the special list, the phone will not ring, and the call process will continue from 63 or 67 respectively, allowing the system voice mail to answer the call. If the appointment calls for vibrate to announce calls, decision 64 will allow the phone to vibrate rather than ring, and pass the control to continue processing the call in 65. Finally, other options could be parsed based on appointment based phone control selections, by adding more options to the parsing tree, including things like auto-answer with a special message, answer the call using local memory for answering machine storage, or other functions. This bit of code 50 would be among the first functions executed when the phone received an incoming call, before the user was alerted to the incoming call.
Having described preferred embodiments for cell phone notification suppression (which are intended to be illustrative and not limiting), it is noted that modifications and variations can be made by persons skilled in the art in light of the above teachings. It is therefore to be understood that changes may be made in the particular embodiments of the invention disclosed which are within the scope and spirit of the invention as outlined by the appended claims. Having thus described the invention with the details and particularity required by the patents laws, what is claimed and desired protected by Letters Patent is set forth in the appended claims.

Claims

CLAIMS:
1. A cell phone comprising: a radio frequency transceiver (26) coupled to an antenna (28), a phone modem (27) coupled to the transceiver; a phone interface (25) coupled to the phone modem and transceiver; and a display (21), processor (22), read only memory ROM (23) and random access memory RAM (24) each coupled to the phone interface, said ROM and RAM memory configured to permit scheduled suppression of a notification of a call received over the antenna.
2. The cell phone as recited in claim 1, wherein the display shows the scheduled period when the notification of the call is suppressed.
3. The cell phone as recited in claim 1, wherein the display shows a data structure stored in RAM comprising a starts entry, an ends entry and a status entry.
4. The cell phone recited in claim 1 , wherein the notification of a call received is an audible comprising one of a ringing and vibration.
5. The cell phone as recited in claim 1, wherein the phone interface permits user entry of the scheduled suppression of the notification of a call on a calendar basis.
6. The cell phone as recited in claim 1 , wherein the cell phone comprises a personal digital assistant and features for a calendar based scheduling of call notification suppression.
7. A method for schedule based suppression on a cell phone of a notification of a call received, comprising the steps of: entering on a cell phone interface a starting period (11) for a scheduled suppression of a call notification; entering on the cell phone interface an ending period (12) for the scheduled suppression, and entering a status (13) enabling the cell phone to suppress notification of a call received by the cell phone for the duration from the starting period to the ending period.
8. The method of claim 7, further comprising the step of notifying a voice mail server to take the call received when the cell phone is on the scheduled suppression.
9. The method of claim 7, wherein the starting period comprise a calendar date and time.
10. The method of claim 9 , wherein the ending period comprises a calendar date and time.
PCT/US2003/019938 2002-06-28 2003-06-26 A cell phone with scheduled-based suppression of a notification of an incoming call Ceased WO2004004295A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2003253692A AU2003253692A1 (en) 2002-06-28 2003-06-26 A cell phone with scheduled-based suppression of a notification of an incoming call

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US18564002A 2002-06-28 2002-06-28
US10/185,640 2002-06-28

Publications (1)

Publication Number Publication Date
WO2004004295A1 true WO2004004295A1 (en) 2004-01-08

Family

ID=29999272

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2003/019938 Ceased WO2004004295A1 (en) 2002-06-28 2003-06-26 A cell phone with scheduled-based suppression of a notification of an incoming call

Country Status (2)

Country Link
AU (1) AU2003253692A1 (en)
WO (1) WO2004004295A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2404311A (en) * 2003-06-10 2005-01-26 Symbian Software Ltd A wireless device enabled to automatically modify its behaviour according to time sensitive information
US20150134755A1 (en) * 2012-05-08 2015-05-14 Kakao Corp. Notification Method of Mobile Terminal Using a Plurality of Notification Modes and Mobile Terminal Using the Method
US9531651B1 (en) 2014-02-13 2016-12-27 Google Inc. Methods for displaying notifications
US9766959B2 (en) 2014-03-18 2017-09-19 Google Inc. Determining user response to notifications based on a physiological parameter

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6122486A (en) * 1997-05-21 2000-09-19 Nec Corporation Transmission restricting device radio communication terminal equipment and transmission restricting system using these
US6163695A (en) * 1997-04-16 2000-12-19 Nec Corporation Mobile communication system and mobile communication method thereof
US6377795B1 (en) * 1998-03-10 2002-04-23 Lanae E. Bach Cellular phone with special standby feature

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6163695A (en) * 1997-04-16 2000-12-19 Nec Corporation Mobile communication system and mobile communication method thereof
US6122486A (en) * 1997-05-21 2000-09-19 Nec Corporation Transmission restricting device radio communication terminal equipment and transmission restricting system using these
US6377795B1 (en) * 1998-03-10 2002-04-23 Lanae E. Bach Cellular phone with special standby feature

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2404311A (en) * 2003-06-10 2005-01-26 Symbian Software Ltd A wireless device enabled to automatically modify its behaviour according to time sensitive information
GB2404311B (en) * 2003-06-10 2005-10-26 Symbian Software Ltd A method of enabling a wireless information device to automatically modify its behaviour
US8798606B2 (en) 2003-06-10 2014-08-05 Nokia Corporation Method of enabling a wireless information device to automatically modify its behaviour
US20150134755A1 (en) * 2012-05-08 2015-05-14 Kakao Corp. Notification Method of Mobile Terminal Using a Plurality of Notification Modes and Mobile Terminal Using the Method
US11038831B2 (en) * 2012-05-08 2021-06-15 Kakao Corp. Notification method of mobile terminal using a plurality of notification modes and mobile terminal using the method
US9531651B1 (en) 2014-02-13 2016-12-27 Google Inc. Methods for displaying notifications
US9766959B2 (en) 2014-03-18 2017-09-19 Google Inc. Determining user response to notifications based on a physiological parameter

Also Published As

Publication number Publication date
AU2003253692A1 (en) 2004-01-19

Similar Documents

Publication Publication Date Title
US20060031326A1 (en) Managing personal communications from a calendar scheduling application
CA2304355C (en) Unified alerting method and apparatus
US6701160B1 (en) Method and apparatus to locally block incoming selected calls
US7676249B2 (en) Alert methods and apparatus for call appointments in a calendar application based on communication conditions of a mobile station
US8805876B2 (en) Methods and apparatus for use in controlling scanning operations in a mobile communication device
US6161021A (en) Remote notification control in wireless communication device
US20040198427A1 (en) System and method for incoming communication management for a cummunication device
MXPA04012996A (en) User-selectable status indication for cellular communications devices.
EP1193955A2 (en) Telephone personal information manager
US20060099945A1 (en) Using PIM calendar on a mobile device to configure the user profile
US20030100261A1 (en) Apparatus and method for delayed answering of mobile telephones
JP2007500475A (en) Communication device with intelligent communication management and method thereof
US20080102783A1 (en) Method and communication unit for inidicating urgency of a communication
US20060099937A1 (en) Using PIM calendar on a mobile device to configure a profile
WO2004004295A1 (en) A cell phone with scheduled-based suppression of a notification of an incoming call
US20080153503A1 (en) Enhanced user and caller notifications for a multimodal phone being used in a mode other than one over which a communication attempt is made
EP1628460B1 (en) Method and device for controlling the presentation of information on the display of an electronic device
US6987443B2 (en) Unified paging
US20080273673A1 (en) Handling of telephone calls
US20030002643A1 (en) Network-attached interactive unified messaging device
WO2003030579A1 (en) System and method for inhibiting features for wireless terminals
KR100737558B1 (en) Wireless communication terminal and method for receiving notification level control using preference
US20060009265A1 (en) Communication blackout feature
EP1569426B1 (en) Method and apparatus for changing the behavior of an electronic device
US20080147793A1 (en) Method And System For Coordinating A Synchronous Activity

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 CO CR CU CZ DE DK DM DZ EC 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 NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM 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 ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
122 Ep: pct application non-entry in european phase