amjadalion / de-tiny-sip

Automatically exported from code.google.com/p/de-tiny-sip
0 stars 0 forks source link

initialize the localsipport missing give value to sipport #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. goto LocalSipProfile.java 
2. check public LocalSipProfile(String userName, String sipDomain, String 
sipPassword, int sipPort, String displayName) 
3. you could see 
                this(userName, sipDomain, sipPassword);
        this.displayName = displayName;

What is the expected output? What do you see instead?
     missing 
               this.sipport = sipPort

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.

Original issue reported on code.google.com by Peter880313 on 14 Apr 2012 at 3:36