krunal09 / sample

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

Sip2Sip problems #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First problem is with inbound calls, i see only username without server.
Second is with outbound calling, dialer cuts @server part and pass only user@ 
part, which makes this function almost useless.

Build .12, Moto Milestone

Original issue reported on code.google.com by zdevel on 27 Jun 2010 at 7:25

GoogleCodeExporter commented 9 years ago
I should implement an option for that.

In most cases, users doesn't understand how sip works and email addresses style 
seems complicated to them. That's the reason why I simplified the display using 
only the display name (if any) or the user part for incoming calls.
I can add an option that makes sip addresses not truncated.

For outbound calls there is already an option that allow you to use "text 
dialer".
In the main dialer screen of csipsimple, just click on the button at the left 
of the call button. View will flip and you'll access the "Text dialer" (which 
has to be reworked in term of ergonomic design but is functional). Besides, 
there is an option in settings > appearance to make csipsimple start with the 
text dialer instead of the digit dialer.

Btw, there is something I didn't add yet but not really related to your issue : 
in the digit/text dialer, i'll add a way to choose the account use to place the 
outbound call.

So to conclude :
- I'll add an option in "appearance" to allow user to choose if he want the 
full display of sip addresses.
- The second problem can be already solve with the existing "text dialer" 
interface.

Do you think that's ok?

Original comment by r3gis...@gmail.com on 28 Jun 2010 at 9:31

GoogleCodeExporter commented 9 years ago
text dialer cuts @server part. 

Original comment by zdevel on 28 Jun 2010 at 12:27

GoogleCodeExporter commented 9 years ago
Last version may improve things.
Text dialer has not the feature to choose the outgoing account. But I fixed 
some bugs in the treatment from text dialer.
Let me know if better with last version.

Original comment by r3gis...@gmail.com on 29 Aug 2010 at 11:07

GoogleCodeExporter commented 9 years ago
Marked as fixed, cry if it's not ;). but should be since I fixed many things in 
this part of code recently.

Original comment by r3gis...@gmail.com on 3 Sep 2010 at 9:28