[Home]

Summary:ASTERISK-23302: testsuite: Write a test for end_marked/wait_marked/marked users
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-02-13 12:56:07.000-0600Date Closed:2014-03-18 12:34:37
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_confbridge Tests/testsuite
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Write a test that verifies the interaction of users with the 'marked' flag, users who have the 'waitmarked' flags, and users who have the 'endmarked' flag in a ConfBridge conference.

The test should use the following:

# A user profile who is both 'waitmarked' and 'endmarked' (WE)
# A user profile who is 'waitmarked' only (W)
# A user profile who is 'marked' (M)
# A user profile who is 'endmarked' only (E)

Verify that:

When a WE user, W user, and E user join the bridge, that the WE and W user remain in a waiting state waiting for the M user to join. When the M user joins, all are put into the conference. When the M user leaves, the WE and E user are ejected and the W user is put back into a waiting state.
Comments:By: Matt Jordan (mjordan) 2014-03-18 12:34:38.509-0500

patch conf-endmarked-diff uploaded by bford (license 6580)