paulhsu / csipsimple

Automatically exported from code.google.com/p/csipsimple
1 stars 1 forks source link

CSS adds '2' to dialed number in some cases #2002

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a filter rule, exclude to call with URI containing '@'
2. Make a call to, let say 105. CSS logs it as call to 105@domain.com
3. Try to re-dial from list of logged calls. Because it contains '@', you'll be 
asked how to make call - via your account with the filter or via mobile 
account. In both cases CSS makes call now to '1052' number. Note: the last '2' 
is appended by CSS before it makes the actual call.

What is the expected output? What do you see instead?
Expected - CSS calls to what I dialed without appending '2' at the end
Instead - CSS appends '2' to the dialed number.

What version of the product are you using? On what operating system?
CSS - latest r1929, Android 2.2.

Please provide any additional information below.
I've seen it happened before, even when I did not used any filters. So, it may 
be in some code used by dialer (and not necessarily related to filters). The 
first call that I made (and it's logged in CSS log) is to'105'. If I re-dial to 
that number, the next call in log will indicate '1052' number, which is not I 
was dialed to. Both SIP account (using the filter) and mobile account dial to 
the new (and modified) '1052' number... 

Where the appended '2' comes from???

Original issue reported on code.google.com by yok...@gmail.com on 27 Sep 2012 at 10:56

GoogleCodeExporter commented 9 years ago

Original comment by r3gis...@gmail.com on 22 Jun 2015 at 11:30