Kanaksinh / gtalksms

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

Add shorcut when there is a conflict on person name #166

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Enhancement Request: 
When I send a SMS to a name where  gTalkSMS find more than one person 

sms:Lastname:This is a test SMS

 reply:  Spécifier plus de détails :
 Firstname Lastname - +33607070707
 Firstname Lastname - 0607070707

It would be nice to have a prefix 

 sms:  Spécifier plus de détails :
 1:Firstname Lastname - +33607070707
 2:Firstname Lastname - 0607070708

then a command 
 send:2 
to send to the second number 

Original issue reported on code.google.com by lpenou.tstXX@mpo.li on 17 May 2011 at 11:52

GoogleCodeExporter commented 8 years ago
It will add a dependency on several commands.
Need a big refactoring and could add a lot of regression.

Meanwhile you can create an Alias on one of this number.

Original comment by Florent....@gmail.com on 17 May 2011 at 12:52

GoogleCodeExporter commented 8 years ago
yes / will test this option => maybe could be solved with documentation

Original comment by lpenou.tstXX@mpo.li on 17 May 2011 at 12:55

GoogleCodeExporter commented 8 years ago
This should now be easy achievable with the new ContactsResolver class. But we 
have to safe the state from the previous command (the possible contacts and 
their "numbers"), which may means we need a new database entry.

Original comment by fschm...@gmail.com on 31 Aug 2011 at 10:58

GoogleCodeExporter commented 8 years ago
Perhaps allow specifying names with quotation marks, so if you have:

David
David Jones

and if you specify "David" it has an exact hit on the name "David".

Original comment by isav...@gmail.com on 26 May 2012 at 10:46