ideakid / sipdroid

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

search and replace prefix aborts call #673

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

>What steps will reproduce the problem?
1. Search and replace function is employed: (.*),001\1 to put country code 001 
in front of all dialed numbers.
2. A 10-digit number is selected from Contacts list.
3. The number is dialed.

>What is the expected output? What do you see instead?

I would expect to see the prefix plus the number being dialed. For example, if 
my number out of the contact list is 555-123-4567, I would expect to see 
001-555-123-4567 being dialed. Which I do. But the sip provider, which requires 
the 001 prefix refuses to dial the call.

However, when I dial the number manually, putting in the 001 myself, it works 
as expected and the call goes through.

>What version of the product are you using? On what device/operating system?

Sipdroid 1.5.7 beta, on a Samsung SGH-I897, running kernel version 2.6.29 

Which SIP server are you using? What happens with PBXes?

I am using Nomado. I haven't tried it with PBXes because that place totally 
baffles me. I used to think I was smart until I ran into PBXes.

>Which type of network are you using?

wifi.

Original issue reported on code.google.com by docalt...@gmail.com on 1 Oct 2010 at 9:59