User's Manual
Call 24ard
When there’s an incoming call, the matching principle between incoming call number and
phone book is as follows:
China Mainland version
¾ both <= 11 digits, only the two numbers are the same length
and same number, we think they are the same number
¾ one < 11 digits and one > 11 digits, they are different
¾ both >11 digits or one >11 one =11, compare the last 11,at the same time, it
support floating 5 digits(like birder match algorithm description)
¾ if the number which saved in phonebook include ext., and the user dial out a
number which include ext. too, then first compare the part before “w” of two
numbers, if the result is consilient, then compare the part behind “w” of two
numbers, if the result is consilient too, then this two number is same,
otherwise this two number doesn’t matching.
¾ If the number which saved in phonebook include ext., and the user dial out a
number which doesn’t include ext., then this two number doesn’t matching.
test cases:
rule1:
1.dial number 123456789 record number in phonebook is 123456789, solution
is match.
2. dial number 123456789 record number in phonebook is 223456789, solution
is no match.
rule2:
1.dial number 13912345678 record number in phonebook is 3912345678,
solution is no match.
rule3:
1.dial number 13912345678 record number in phonebook is 13912345678,
solution is match.
2 dial number 008613912345678 record number in phonebook is 13912345678,
solution is match.
3.dial number 12345613912345678 record number in phonebook is
13912345678, solution is no match.
If the user want to dial out a number, when he input number on screen, the matching principle
between phonebook and input number is as follows:
Only the user input numbers exceed three, begin to match. As long as the phonebook records
includ the numbers that the user input, then it will display. For example, if the user input “623”,
then the all phonebook records which include “623” (for example 623, 8623775, 6238123,
82847623 etc) will display on the screen.
PB includes two types:
SIM Card PB (its capacity depends on SIM) and Handset PB. There’s some difference in
content and operation between them, but they are sorted together in the mixed list.