History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XCF-2648
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Anushree Ganguly
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
sipXconfig

FreeSWITCH : All the entries in conference page disappear after Assigning an Owner for a conference.

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


 Description  « Hide
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

 All   Comments   Work Log   Change History      Sort Order:
Joe Attardi - 2008-07-29 11:06
Fixed in SVN 13199.

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!

chitralekha.S.H - 2008-08-11 04:49
Verified this issue in the 3.11.5-013228 build.

Steps:
1.Create a Conference Bridge abc
2.Add a new Conference with the following entries :
  Enabled : Yes
  Name : xyz
  Extension : 999
  PIN :1111
3.Click on Assign Owner button and add a user say 200

The owner is successfully added and the entries made before Assigning an Owner is also added to the Conference page successfully.

Hence closing this issue.

Thanks,
Chitralekha.