krunal09 / csipsimple

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

SIP Username in format "username@someserver.com" #584

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you enter your settings like this in Advanced configuration you get server 
like "someserver@sipserver.com" And the configuration is not working!

Original issue reported on code.google.com by amishev....@gmail.com on 12 Jan 2011 at 5:01

GoogleCodeExporter commented 9 years ago
Not sure of what you are trying to fill :

* Server => should be something like that : sipserver.com (without arobase !!! 
else it's not a server name !!!)
* Username => something like that : someuser . In most use case there is no 
arobase in username, or that's really really really really a special 
configuration you have.
So if some provider, say myprovider.com say you "your username is 
toto@myprovider.com" it means that your user name is "toto" and server is 
myprovider.com.

However, in the case you are absolutely sure your username is 
username@someserver.com, meaning that your complete contact SIP uri is 
username@someserver.com@othersipserver.com, I did recently a fix for that 
(available in nightly builds). 

But I really think that's not your case !

A full SIP configuration is really complicated actually, there is username, 
authentication name that are different things etc etc etc. In CSipSImple I try 
to make things as simple as possible as following what should be announce by 
SIP providers.

Commonly there is a username which is username in username@someserver.com
And a server which is someserver.com in someserver.com :)

Then there is an expert way to configure csipsimple but it requires high sip 
skills so I do advise users to use the simple way (don't know how basic or 
advanced wizard could be more simple ? but if you have suggestion feel free ;) )

Original comment by r3gis...@gmail.com on 12 Jan 2011 at 5:32

GoogleCodeExporter commented 9 years ago
Thanks
It's the Nightly builds that fixes the problem!

Original comment by amishev....@gmail.com on 14 Jan 2011 at 5:57