[Home]

Summary:ASTERISK-23301: testsuite: Write a test for waitmarked/marked/normal user interaction
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-02-13 12:52:40.000-0600Date Closed:2014-03-11 11:41:55
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_confbridge Tests/testsuite
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The triple lindy of ConfBridge tests...

Write a test that verifies the interaction of users with the 'marked' flag, users who have the 'waitmarked' flags, and users who have neither 'waitmarked' nor 'marked' flags in a ConfBridge conference.

The test should verify the following:

# That when a 'waitmarked' user joins, followed by a normal user, that the 'waitmarked' user remains in the waiting state. When the 'marked' user joins, the 'wairmarked' user is placed in the conference with the other two users.
## Variant: when the normal user leaves the conference, the 'waitmarked' user remains in the conference with the 'marked' user
## Variant: when the 'marked' user leaves the conference, the normal user remains in the conference but the 'waitmarked' user gets put back into a waiting state
# That when a normal user joins, followed by a 'waitmarked' user, that the 'waitmarked' user is put into the waiting state. When the 'marked' user joins, the 'waitmarked' user is put into the conference.
# That when a normal user joins, followed by a 'marked' user, that the 'waitmarked' user is put immediately into the conference with the other two users.
Comments: