john990 / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

Use a custom prefix number #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I think it could be useful to be able to configure a custom prefix number
that is always used when calling.
The first use I see is for hiding the phone number, in France for my sip
provider I need do dial 3651 before the contact number.
A french mobile provider "Bouygues Telecom" also use 777 as a prefix for
some special free calls.
I'm sure there's a lot of possible uses for this option.

Original issue reported on code.google.com by Murphy2...@gmail.com on 25 May 2009 at 2:55

GoogleCodeExporter commented 8 years ago

Original comment by pmerl...@googlemail.com on 25 May 2009 at 4:01

GoogleCodeExporter commented 8 years ago
Further, it would be nice to be able to switch between the two 
providers/prefixes by
saving/loading profile  (providers/prefixes)

Original comment by wavehill09@gmail.com on 28 May 2009 at 1:43

GoogleCodeExporter commented 8 years ago
I just wanted to mention that PBXes allows you to specify such prefixes, and 
create 
routings to multiple providers already.

Original comment by pmerl...@googlemail.com on 29 May 2009 at 2:55

GoogleCodeExporter commented 8 years ago
It's just that pbxes.org does not document how to do these changes.

E.g. sipdroid seems to prefix my contacts with 22 (or it turns the + into a 
22). Now
how do I configure pbxes.org to convert these 22 into 00?

Andreas

Original comment by yacc...@gmail.com on 29 May 2009 at 11:17

GoogleCodeExporter commented 8 years ago
It would be great if the client (ua) is able to handle provider/prefix profile
without the need to daisy chain multiple pbxes.

Original comment by wavehill09@gmail.com on 29 May 2009 at 7:54

GoogleCodeExporter commented 8 years ago
Added the ability to add a custom prefix number. For those who want the 
application,
please download the attached file.  Uninstall existing sipdroid before you 
install
this version. For others, patch file is in the developer groups.

Original comment by wavehill09@gmail.com on 4 Jun 2009 at 7:44

Attachments:

GoogleCodeExporter commented 8 years ago
This is working great, thanks!
Will you commit this in source code?

Original comment by Murphy2...@gmail.com on 5 Jun 2009 at 6:33

GoogleCodeExporter commented 8 years ago
Yes. @pmerle71 could you add wavehill09 as a project member. Thank You.

Original comment by wavehill09@gmail.com on 5 Jun 2009 at 4:49

GoogleCodeExporter commented 8 years ago
I added wavehill as a member. Thanks for committing your change. Please create 
a new 
category of "Advanced Settings" to put this new setting under.

I can review and build your patch next week.

Original comment by pmerl...@googlemail.com on 5 Jun 2009 at 7:01

GoogleCodeExporter commented 8 years ago

Original comment by pmerl...@googlemail.com on 11 Jun 2009 at 12:00

GoogleCodeExporter commented 8 years ago
Hi, last version of sipdroid includes this patch but:
after dialing, in the call logs the last number includes the prefix,
so
if redialing this number, the prefix is entered twice! (and so on...)

A possible fix could be to modify the call logs (not writing the prefix)
or
detect if the prefix is already there when making a new call?

Original comment by Murphy2...@gmail.com on 11 Jun 2009 at 5:58

GoogleCodeExporter commented 8 years ago

Original comment by pmerl...@googlemail.com on 11 Jun 2009 at 12:32

GoogleCodeExporter commented 8 years ago
Detects and prevents prefix duplication.

Original comment by wavehill09@gmail.com on 12 Jun 2009 at 1:50

GoogleCodeExporter commented 8 years ago

Original comment by pmerl...@googlemail.com on 13 Jun 2009 at 11:44