Disclaimer: This repository is a git-svn mirror of the project found at http://java.net/projects/jsip whose original repository is developed collaboratively by the Advanced Networking Technologies Division at the National Institute of Standards and Technology (NIST) - an agency of the United States Department of Commerce and by a community of individual and enterprise contributors. TeleStax, Inc. will perform some productization work, new features experimentation branches, etc for its TelScale jSIP product that doesn't concern the community from the main repository hence this git repository.
Android Olympus tried to register with an RC instance where we are using a self-signed certificate (for testing)
Registration fails because the client doesn't trust the server cert by default but there is no apparent error returned through the JAIN SIP API
I was thinking that it might be worth surfacing this sort of error so the user knows what the issue is, since its a typical configuration that most people will find themselves testing with. For me it took me some time to figure out because by default JAIN SIP logs aren't shown anywhere and I just saw the REGISTER stuck for no apparent reason. Maybe we could return an exception either during:
ClientTransaction.sendRequest() for the REGISTER or
Scenario:
I was thinking that it might be worth surfacing this sort of error so the user knows what the issue is, since its a typical configuration that most people will find themselves testing with. For me it took me some time to figure out because by default JAIN SIP logs aren't shown anywhere and I just saw the REGISTER stuck for no apparent reason. Maybe we could return an exception either during:
@jaimecasero: wdyt?