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
Original issue reported on code.google.com by
Peter880313
on 14 Apr 2012 at 3:36