CN1239853A - Automatic interfering phone call rejecting technology - Google Patents

Automatic interfering phone call rejecting technology Download PDF

Info

Publication number
CN1239853A
CN1239853A CN 99108220 CN99108220A CN1239853A CN 1239853 A CN1239853 A CN 1239853A CN 99108220 CN99108220 CN 99108220 CN 99108220 A CN99108220 A CN 99108220A CN 1239853 A CN1239853 A CN 1239853A
Authority
CN
China
Prior art keywords
user
interfering
phone
interfering phone
certain
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.)
Pending
Application number
CN 99108220
Other languages
Chinese (zh)
Inventor
周忠云
嵇家刚
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN 99108220 priority Critical patent/CN1239853A/en
Publication of CN1239853A publication Critical patent/CN1239853A/en
Pending legal-status Critical Current

Links

Abstract

The present invention is used mainly in communication and can prevent interfering phone call from entering and thus protect the user of communication terminal against disturbance through the preset of the interfering phone number in the terminal equipment. It features that when there is some phone call, the system compares the number of caller with the preset interfering phone number and rejects the interfering call automatically if any.

Description

Automatic interfering phone call rejecting technology
It is reported, can only have under the prerequisite of incoming call display function when if present telephone terminal user need to prevent bothering of interfering phone, the telephone number that shows according to telephone set determines whether answer. In selecting the process of whether answering, in fact bother and occur.
Although telecommunication department can provide the special type service of " interruption-free " at present, this " interruption-free " function can only broadly limit dialling in of all phones, can't selectively, automatically identify interfering phone according to user's needs, and process. When selecting " interruption-free " service, also bring great inconvenience often for the user. Therefore can't fundamentally solve the problem of " interruption-free ".
Below we illustrate by way of example: under the condition of present communication system, the situation that different telephone subscribers is disturbed when meeting interfering phone.
1. ordinary telephone subscriber (without incoming call display function): when having interfering phone to dial in, because the user can't know whether interfering phone of incoming call, can only answer passively. At this moment, the purpose of interfering phone reaches, and the user is disturbed.
2. the fixed telephone subscriber who has incoming call display function: when interfering phone is dialled in, when the user finds to be interfering phone:
1) do not answer: phone ringing will continuously ring, and the user be caused bother.
2) hang up: the intruder can judge the owner and refuse to listen, and dials continuing, and the user is caused bother.
3. mobile phone user: although present mobile phone has the limitation function of dialling in to a certain degree, but this function can only broadly limit all phones of dialling in (that is: restriction incoming call), can't automatically screen, identify and process a certain specifically interfering phone. When there being phone to dial in, when the user finds to be interfering phone:
1) do not answer: phone ringing will continuously ring, and the user be caused bother.
2) on-hook: the intruder can judge the owner and refuse to listen, and dials continuing, and the user is caused bother.
3) shutdown: the intruder can judge the owner and refuse to listen, and if the shutdown user also can't lead to normally
News have in fact caused and have bothered.
" automatic interfering phone call rejecting technology " be the present situation present according to communication system just, a cover technical solution that provides. Its objective is: the user can be set according to the needs of oneself, automatically interfering phone is processed by system. Thereby prevent that the disturbed phone of user from bothering.
" automatic interfering phone call rejecting technology " mainly is on the basis of present communication system, under the support of hardware, realizes by the technical finesse to software. Its main method is as follows:
1. in the memory of communication apparatus (terminal or network), specify a zone, be used for the number collection of storage interfering phone.
2. initialize above-mentioned number collection. And make this number collection can accept the operations such as user's input, editor, deletion.
3. when the user need to refuse to listen a certain interfering phone, the user inputted the number of interfering phone as requested to the number collection.
4. when having calling to reach, system compares the number in calling number and the interfering phone number collection automatically. When calling number belonged to the interfering phone class, system automatically changed " refusing to listen handling process " over to and (sends the chain request of tearing open; Send relevant information and instruction to caller, called and network). When calling number did not belong to the interfering phone class, system automatically changed over to and answers normally flow process.
The false code that realizes this scheme is as follows:
INPUT RefuseNo
IF ComingCall∈RefuseSet
SEND Disconnect MESSAGE
ELSE
SEND Connect MESSAGE
Wherein: ComingCall represents calling number.
RefuseNo is the telephone number of interfering phone.
RefuseSet is the telephone number collection of interfering phone.
Below we illustrate how to realize above-mentioned functions as an example of the C language example:
/****************************************************************************************/
/*FILENAME:RefuseDecision.c                                                            */
/*:,                        */
/*                    。                                            */
/***********************************************************************/
#define MAXTELNUMBER=20;    /**/
#define MaxNum=15;         /**/
UC RrefuseSet[MAXTELNUMBER][MaxNum];
UC TelNum;
/**/
Init_RefuseSet()
{
   UC i;
   UC j;
   for(i=0;i<MAXTELNUMBER;i++)
   {

   for(j=0;j<MaxNum;j++)

         RefuseSet[i][j]=Oxff
   }
   return;
}
/*,*/
Input_RefuseNo(UC i)
{
   UC j;
   US RefuseNum;
   for(j=0;j<MaxNum;j++)
   {

  RefuseNum=GetRefuseNo();

    if(RefuseNum!=EFO)       /*EFO*/

        RefuseSet[i][j]=RefuseNum;

    else

        OVER;
   }
   return;
}
/*,,TRUE,
FALSE*/
bool Refuse_Coming_Call(UC ComingCall[MaxNum])
{

  UC i,j,K=Oxff;

  for(i=0;i<MaxNum;i++)

  {

      for(j=0;j<MaxNum;j++)

      {

         if(ComingCall[j]!=Oxff)

         {

             if(ComingCall[j]==RefuseSet[i][j])

                continue;

         else if(“*”==RefuseSet[i][j]

             return TRUE;

        else if(“#”==RefuseSet[i][j]

            continue;
         else if(i=(MaxNum-1))

             return FALSE;
         else

             break;

       }

      else

          return TRUE;

  }
  }
}
Below we illustrate the flow process selecting to answer (among the figure hypothesis calling number belong to refused to listen a class) in conjunction with gsm system again
1. " automatic interfering phone call rejecting technology " application on gsm mobile telephone
At first, utilize the hardware and software resource (as: micro-chip processor of telephone set, memory, software platform etc.) of existing gsm mobile telephone, in the memory of gsm mobile telephone, specify a zone, as the storage area of " interfering phone numbering directory ".
According to the method that " automatic interfering phone call rejecting technology " provides, gsm mobile telephone is carried out relevant technical finesse. It is had interfering phone automatically refuse auditory function.
When the user need to refuse to listen a certain (or certain class) interfering phone, the user selected " the anti-function of bothering " by the function key of telephone set, and as requested to the corresponding interfering phone number of " interfering phone book " input.
When having when call out arriving, system identifies incoming call, and with " interfering phone book " in the interfering phone number that presets compare one by one. When incoming call belonged to the interfering phone class, system carried out the following processing of refusing to listen automatically:
1) sends to network and tear the chain request open, cancel link.
2) send voice messaging to caller: " user that you dial temporarily can't connect, and please dials after a while again ".
3) send brief " drip, drip " prompting to called, and showing that screen display does not connect interfering phone and number thereof. Just
Process in the user.
4) if when same interfering phone continues to call out, system no longer sends prompting to called, thereby realizes the anti-function of bothering.
2. " automatic interfering phone call rejecting technology " application on the network equipment
At first, utilize the hardware and software resource (as: CPU, microprocessor, memory, software platform etc.) of conventional network equipment, in the memory of the network equipment, specify a zone, as the storage area of " interfering phone numbering directory ".
According to the method that " automatic interfering phone call rejecting technology " provides the network equipment is carried out relevant technical finesse. It is had automatically refuse auditory function.
When " the anti-function of bothering " service was provided when terminal use's (supposition is the fixed telephone subscriber) needs network, the user sent the application instruction by the keyboard of telephone set to network. If application is passed through, the system prompt user inputs corresponding interfering phone number in " interfering phone book ".
After the user set the interfering phone number, when having when call out arriving, system identified incoming call, and compared one by one with interfering phone number that the user presets. When incoming call belonged to the interfering phone class, system carried out following processing automatically:
1) to called send brief ringring prompting signal after, cut off immediately the shake bell signal that sends to called.
2) send ring back tone to caller routinely, make the intruder take for the ring unanswered.
3) (or prompting is not during at user's off-hook next time not connect the interfering phone number in the demonstration screen display of user's telephone set
The phone number of times that connects). Be convenient to user's inquiry, process.
4) if when same interfering phone continues to call out, system beats thereby realization is anti-no longer to the called ringring prompting that sends
Disturb function.
More than be several specific examples of using " automatic interfering phone call rejecting technology ", we can also realize this technology at other communication apparatus according to this scheme. Can design as required corresponding processing scheme in actual use.
From example, can find out: after adopting " automatic interfering phone call rejecting technology ", the user of communicating terminal can carry out the incoming call restriction to certain (or certain class) telephone number according to the needs of oneself, all interfering phones that preset will automatically be made refusing to listen by system and be processed, and the user has avoided bothering of interfering phone.

Claims (7)

1. one kind sets in advance and the method for volitional check incoming call by the terminal use in communication system. The realization of the method can realize at user terminal and the network equipment. It is characterized by:
When the user need to refuse to listen a certain (or certain class) interfering phone, the user can set in advance by the number to interfering phone on its terminal device. When having when call out arriving, the interfering phone number that the called or network equipment sets in advance calling number and terminal use automatically compares one by one, determines whether alerting users is answered. When calling number belongs to the interfering phone class, initiated to tear the chain request open, cancel link by called or the network equipment. The user need not any operation change " refusing to listen handling process " over to by system automatically.
When calling number belonged to non-interfering phone class, communication system was processed by answering normally flow process. The user can carry out normal communication.
2. according to claim 1 method, it is characterized in that: whether system is that the terminal use sets in advance by its terminal device by refusing to listen flow processing to call out, and is automatically carried out by system.
3. according to claim 1 method is characterized in that: the user can select to refuse the calling of listening a certain (or certain class) telephone number to send, and the telephone number collection of being refused to listen can carry out dynamic editing or additions and deletions by the user.
4. according to claim 1 method, it is characterized in that: interfering phone number collection can be kept at user's side, also can be kept at network side. When this number collection is kept at user's side, initiate refuse information by user terminal; When this number collection is kept at network side, initiate refuse information by access device.
5. according to claim 1 method is characterized in that:
Refuse to listen handling process to refer to: to initiate to tear the chain request open, cancel link to system. Send various information (as: busy etc. information, voice messaging, automatic-answering back device information, demonstration information, information etc.) to caller, called or network: send various instructions, request etc. to system.
6. according to claim 1 method is characterized in that:
User terminal comprises: mobile phone, landline telephone (containing wireless phone) and other terminal device.
The network equipment comprises: base station, base station controller, various switch and switching equipment.
7. according to claim 1 method is characterized in that: the interfering phone number can be a certain (or some) concrete telephone number; It also can be certain the class telephone number with certain feature.
CN 99108220 1999-05-31 1999-05-31 Automatic interfering phone call rejecting technology Pending CN1239853A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 99108220 CN1239853A (en) 1999-05-31 1999-05-31 Automatic interfering phone call rejecting technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 99108220 CN1239853A (en) 1999-05-31 1999-05-31 Automatic interfering phone call rejecting technology

Publications (1)

Publication Number Publication Date
CN1239853A true CN1239853A (en) 1999-12-29

Family

ID=5273214

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 99108220 Pending CN1239853A (en) 1999-05-31 1999-05-31 Automatic interfering phone call rejecting technology

Country Status (1)

Country Link
CN (1) CN1239853A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005122600A1 (en) * 2004-05-27 2005-12-22 Huawei Technologies Co., Ltd. Call setup controlling method
CN1306785C (en) * 2000-10-30 2007-03-21 小泉范洋 Telephone directory assistance method and telephone directory assistance system
CN100440743C (en) * 2003-02-19 2008-12-03 摩托罗拉公司 Method for joining dispatch calls
CN101945167A (en) * 2010-09-01 2011-01-12 宇龙计算机通信科技(深圳)有限公司 Incoming call processing method and mobile terminal
CN102196082A (en) * 2010-03-09 2011-09-21 宏碁股份有限公司 Call device, and call filter system and method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1306785C (en) * 2000-10-30 2007-03-21 小泉范洋 Telephone directory assistance method and telephone directory assistance system
CN100440743C (en) * 2003-02-19 2008-12-03 摩托罗拉公司 Method for joining dispatch calls
WO2005122600A1 (en) * 2004-05-27 2005-12-22 Huawei Technologies Co., Ltd. Call setup controlling method
US8442195B2 (en) 2004-05-27 2013-05-14 Huawei Technologies Co., Ltd. Method for controlling process of establishing call
CN102196082A (en) * 2010-03-09 2011-09-21 宏碁股份有限公司 Call device, and call filter system and method
CN101945167A (en) * 2010-09-01 2011-01-12 宇龙计算机通信科技(深圳)有限公司 Incoming call processing method and mobile terminal
CN101945167B (en) * 2010-09-01 2014-05-07 宇龙计算机通信科技(深圳)有限公司 Incoming call processing method and mobile terminal

Similar Documents

Publication Publication Date Title
CN1277436C (en) Telephone set
US20020076027A1 (en) Fallback to message compose on synchronous call attempt
US7146163B2 (en) Sender-address-based telecommunications operator callback system and method
CA2235492A1 (en) Method for monitoring voicemail calls using adsi capable cpe
US20020012426A1 (en) No-soliciting system
US6654452B1 (en) Method and apparatus in a communications system for dynamic call rejection
CN1296354A (en) Method for establishing paging connection by paging transfer business in telecommunication network
US6275577B1 (en) Call handling
US7313228B1 (en) Dynamic call processing control
CN1708073A (en) Incoming calling receiving method
CN1239853A (en) Automatic interfering phone call rejecting technology
CN1976523A (en) Call inhibiting method
EP1720332A1 (en) Changing the user interface at a telecommunications terminal
CN1783918A (en) Emergency telephone call informing method
CN1791146A (en) Method and apparatus for refusing telephone selectively of mobile station
CN1780324A (en) Terminal calling indication
CN1567943A (en) A telephone number inquiry system and telephone number inquiry and switchover method
CA2259341C (en) Improvements in or relating to call handling
CN1649370A (en) Prompting method for missing call
US8185586B2 (en) Method for output handling of messages stored in mailboxes of a message storage system
US20040161088A1 (en) Enhanced flexible alerting
CN1968483A (en) Method and gateway device for preventing user from using callback service
CN1635770A (en) Implementing method for preventing missed call
JP3611469B2 (en) Mobile phone terminal with priority destination designation function
CN1691712A (en) System for subscribing short message value-added service over voice by dialing telephone number and implementing method thereof

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication