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
0e2ae5e8
Commit
0e2ae5e8
authored
Feb 19, 2014
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Notes
parent
ae232b82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
1 deletion
+34
-1
Notes
Notes
+34
-1
No files found.
Notes
View file @
0e2ae5e8
...
...
@@ -16,7 +16,12 @@ Code refactoring
Issues
------
- in Smooth Operator check if the src attribute is atill needed in elements
- apply the default font/size from the theme to the input textbox?
- do not ring when getting 180 after 183
- the only case where the hold tone should be played at 15 seconds is if I
put calls on hold and all are on hold (if remote put me on hold it should
not).
- in Smooth Operator check if the src attribute is still needed in elements
that have the x-color class. there used to be a rule that matched elements
with an x-color class which also had a src attribute pointing to a
particular image, but since that was removed, no other rule matching
...
...
@@ -80,10 +85,38 @@ Ideas:
- check the selectionCommand from the audio session model. it may be also
useful for the chat session model to avoid selection on mouse press
events (make it only happen on mouse release events).
- chat window alternate minimum sizes:
900x550 (230 splitter), 925x550 (240 splitter), 950x550 (250 splitter)
- exceptions:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.7/dist-packages/eventlib/coros.py", line 253, in _do_acquire
waiter.switch()
File "/usr/lib/python2.7/dist-packages/eventlib/api.py", line 235, in _spawn_startup
return cb(*args, **kw)
File "/home/dan/work/voip/python-sipsimple/sipsimple/session.py", line 1809, in hold
self._send_hold()
File "/home/dan/work/voip/python-sipsimple/sipsimple/session.py", line 1986, in _send_hold
notification = self._channel.wait()
File "/usr/lib/python2.7/dist-packages/eventlib/coros.py", line 478, in wait
api.getcurrent().throw(*exc)
MediaStreamDidFailError
Traceback (most recent call last):
File "/home/dan/work/voip/blink-qt/blink/sessions.py", line 1130, in _SH_HangupButtonClicked
self.end()
File "/home/dan/work/voip/blink-qt/blink/sessions.py", line 1102, in end
self.blink_session.remove_stream(self.audio_stream)
File "/home/dan/work/voip/blink-qt/blink/sessions.py", line 592, in remove_stream
self.sip_session.remove_stream(stream)
File "<string>", line 1, in remove_stream
File "/home/dan/work/voip/python-sipsimple/sipsimple/session.py", line 100, in wrapper
raise IllegalStateError('cannot call %s in %s state' % (func.__name__, obj.state))
sipsimple.session.IllegalStateError: cannot call remove_stream in sending_proposal state
Investigate this exception:
...
...
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