diff options
Diffstat (limited to 'tests/twisted/constants.py')
-rw-r--r-- | tests/twisted/constants.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py index aa4fa78d9..e6db3a6f5 100644 --- a/tests/twisted/constants.py +++ b/tests/twisted/constants.py @@ -113,11 +113,10 @@ CALL_STATE_ACTIVE = 5 CALL_STATE_ENDED = 6 CALL_FLAG_LOCALLY_HELD = 1 -CALL_FLAG_LOCALLY_MUTED = 2 -CALL_FLAG_LOCALLY_RINGING = 4 -CALL_FLAG_LOCALLY_QUEUED = 8 -CALL_FLAG_FORWARDED = 16 -CALL_FLAG_CLEARING = 32 +CALL_FLAG_LOCALLY_RINGING = 2 +CALL_FLAG_LOCALLY_QUEUED = 4 +CALL_FLAG_FORWARDED = 8 +CALL_FLAG_CLEARING = 16 CALL_MEMBER_FLAG_RINGING = 1 CALL_MEMBER_FLAG_HELD = 2 |