Akankshagalaxy / imsdroid

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

SIP Stack fails when Changing Initial Configuration Properties in the Code. #473

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Change public static final boolean DEFAULT_NETWORK_USE_3G to true in 
NgnConfigurationEntry.java of the android-ngn-stack.
2. Install the APK on clean phone (or uninstall the app before) 
3. Press IMS Registration button.

What is the expected output? What do you see instead?
4G/3G/2.5G should be enabled within the application. 

In the GUI it is actually displayed correctly, but if I do not uncheck and 
recheck the checkbox once after the installation, the app will show the error:
"Failed to Start the SIP Stack"
upon IMS registration.
(For all the other configuration parameters it does work.)

What version of the product are you using? On what operating system?
I am using IMSDroid Revision 553. About Doubango I am not sure, but I guess it 
is the latest Revision. (where could I check that?)

Original issue reported on code.google.com by byronsteffan on 13 Aug 2013 at 1:33