Closed Bug 924801 Opened 11 years ago Closed 7 years ago

[Buri][SMS][Call]Can't recognize phone number with symbols before the number.

Categories

(Firefox OS Graveyard :: Gaia::SMS, defect, P2)

defect

Tracking

(tracking-b2g:backlog)

RESOLVED WONTFIX
tracking-b2g backlog

People

(Reporter: sync-1, Assigned: kodanda.v, Mentored)

References

Details

(Whiteboard: [lang=js])

Attachments

(3 files)

Mozilla build ID:20130916041201
 
 Created an attachment (id=529938)
 picture1
 
 DEFECT DESCRIPTION:
 Can't recognize phone number with symbols before the number.
 
  REPRODUCING PROCEDURES:
 1、Enter messaging app->Receive messages containing symbols before number;
 2、Read messages such as (XXXXXXXXXXX->It appears ( symbol before number in dialing interface->KO1;
 3、Read messages such as )/?/@/%/?XXXXXXXXXXX->Can't recognize phone number->KO2;
 
 
  EXPECTED BEHAVIOUR:
 KO1:It should only exist phone number;
 KO2:It can read number even though there exist symbols before number.
 
  ASSOCIATE SPECIFICATION:
 
  TEST PLAN REFERENCE:
 
  TOOLS AND PLATFORMS USED:
 
  USER IMPACT:
 Medium
  REPRODUCING RATE:
 5/5
  For FT PR, Please list reference mobile's behavior:
Clone from brother
Attached image picture1
Clone from brother
Attached file log+531483
Clone from brother
Attached image picture2
Do you know if that's something new (ie a regression) or if it never worked ?

Also, which Gaia hash please ?
Flags: needinfo?(sync-1)
Keywords: qawanted
As I known, it is not a regression.
Flags: needinfo?(sync-1)
xiupinglong> can you share your gaia hash please ?
Removing qawanted comment 8 - not a regression.
Keywords: qawanted
(In reply to Julien Wajsberg [:julienw] (in MozSummit until next monday) from comment #9)
> xiupinglong> can you share your gaia hash please ?

Build ID: 20130916041201
Gaia:  8b20ff956f8e366a17a7ef5f64935a6a6a8cb0c0
I really think we should support the "(<phonenumber>)" case. Asking to block for 1.3 then.
blocking-b2g: --- → 1.3?
triage: would not block release. add to backlog
blocking-b2g: 1.3? → ---
Whiteboard: [mentor=:julienw]
Hi Julienw, 

Please assign this issue to me. With the current design, sms app allows only symbols  \s,:;\(>  before a number to be recognised as a phone number terming as safeStart. please suggest more symbols to be added to his safeStart. 

Regards,
Ramu.
Flags: needinfo?(felash)
Assignee: nobody → kodanda.v
Flags: needinfo?(felash)
Corey, can you suggest some characters to add to safeStart?

I think '(' is a must, maybe '/' too.
Also, do you think that using '(' would give issues, because it's then used in the capturing regexp?
Flags: needinfo?(gnarf37)
( is already a safe start, < maybe needs to be as well... / makes some sense.  The test case here provides a ? as well.  Really its mostly about evaluating them on a case by case basis.. Does it make sense for: "?1231231234" to make 1231231234 a dialable number? etc.
Flags: needinfo?(gnarf37)
Ah I remember now, case 1 is that we should try to _not_ match an initial '(' if it's not matched by a ')'. Not sure how we can do this efficiently.
blocking-b2g: --- → backlog
Mentor: felash
Whiteboard: [mentor=:julienw]
blocking-b2g: backlog → ---
Hey Julien,
As the discussion is very old, i would like ask to get more clear.
I want to know, how to decide what is safe character or not. As we are selecting number (dialable number) from message, Message can have any character. We need to pick only those what satisfy for a dialable number.
Not exactly same, but it's related to https://bugzilla.mozilla.org/show_bug.cgi?id=1120572 ,  basically we want identify allowable number.

I had a look on format of phone number. There are lot's of format of telephone number. Are we going handle all those format. If no, then what all formats we are considering.

Thanks
Flags: needinfo?(felash)
I think we try to handle most phone number formats from a message.


See comment 17 for what we should try to do for case 1, and for case 2 I'm not really sure about what we want to do, I'd like to see reports from actual users, or to see what other systems are doing for such cases...
Flags: needinfo?(felash)
Whiteboard: [lang=js]
Mass closing of Gaia::SMS bugs. End of an era :(
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Mass closing of Gaia::SMS bugs. End of an era :(
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: