Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
710e68b2
Commit
710e68b2
authored
Mar 10, 2014
by
Saul Ibarra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed obsolete comment
parent
904084e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
sessions.py
blink/sessions.py
+0
-1
No files found.
blink/sessions.py
View file @
710e68b2
...
...
@@ -4001,7 +4001,6 @@ class SessionManager(object):
self
.
inbound_ringtone
=
inbound_ringtone
# Hold tone
# we need to beep every 15 seconds only when we put all calls on hold. If all are on hold but not all by local, we ring at 45 seconds -Dan
connected_sessions
=
[
session
for
session
in
self
.
sessions
if
session
.
state
==
'connected/*'
]
connected_on_hold_sessions
=
[
session
for
session
in
connected_sessions
if
session
.
on_hold
]
if
self
.
outbound_ringtone
is
Null
and
self
.
inbound_ringtone
is
Null
and
connected_sessions
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment