
| Key: |
XCF-2648
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Anushree Ganguly
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
sipXconfig
Created: 2008-06-19 07:56
Updated: 2008-08-11 04:49
|
|
| Component/s: |
conference
|
| Affects Version/s: |
3.11.4
|
| Fix Version/s: |
3.11.5
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
sipxproxy 3.11.4-012930 2008-06-19T01:21:21 oem-centos5
sipxconfig 3.11.4-012930 2008-06-19T01:34:49 oem-centos5
sipxproxy 3.11.4-012930 2008-06-19T01:21:21 oem-centos5
sipxconfig 3.11.4-012930 2008-06-19T01:34:49 oem-centos5
|
|
|
Preconditions :
1.Create a Conference Bridge Anushree.
2.Add a new Conference with the following entries :
Enabled : Yes
Name : Tom
Extension : 444
PIN :4444
Steps to Reproduce :
3.Click on Assign Owner button and add a user say 501.
Expected Response :
The user should be successfully added and the entries made before Assigning an Owner should be present in the Conference page.
Actual Response :
All the previous entries disappear after Assigning an owner.
Observation :
The workaround for this issue is to assign the owner first and then add the other values
|
|
Description
|
Preconditions :
1.Create a Conference Bridge Anushree.
2.Add a new Conference with the following entries :
Enabled : Yes
Name : Tom
Extension : 444
PIN :4444
Steps to Reproduce :
3.Click on Assign Owner button and add a user say 501.
Expected Response :
The user should be successfully added and the entries made before Assigning an Owner should be present in the Conference page.
Actual Response :
All the previous entries disappear after Assigning an owner.
Observation :
The workaround for this issue is to assign the owner first and then add the other values |
Show » |
|
The conference property of EditConference is now persistent in the session, but this doesn't last very long. The pageBeginRender() method will clear this persistent conference unless we are coming back from selecting a user. The page knows this by checking for the presence of a value for getSelectedUsers() and clearing it if there is none.
Ready for testing!