Kanaksinh / gtalksms

Automatically exported from code.google.com/p/gtalksms
0 stars 0 forks source link

Sending SMS to wrong contact #249

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have the following two contacts in my phone:

Stef
Brent Stef

When sending an SMS to 'Stef' the SMS is automatically sent to 'Brent Stef' 
instead

What steps will reproduce the problem?
1.sms:Stef:message text
2.Sending SMS to Brent Stef (+64XXXXXXXX): "message text"

What is the expected output?
Sending SMS to Stef (+64XXXXXXXX): "message text"

What do you see instead?
Sending SMS to Brent Stef (+64XXXXXXXX): "message text"

Additional informations:
Phone model: Nexus One, Moto RAZR XT910

Original issue reported on code.google.com by samo.ubu...@gmail.com on 8 Feb 2012 at 7:50

GoogleCodeExporter commented 8 years ago
You can use the alias command to map the name "Stef" to the good contact.
It will work because we check the aliases first then the contacts.

Original comment by Florent....@gmail.com on 11 Feb 2012 at 5:32