
| Key: |
XCL-111
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Mike Cohen
|
| Votes: |
1
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
sipXtapi
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
I'm looking at the most recent code, version 7387, events are not being fired.
I that see MEDIA_PLAYFILE_START should be fired from the
SipConnection's implementation of the IMediaEventListener::onFileStart method, but, nobody is calling it.
It should be done in CpPhoneMediaInterface.cpp - it is being passed the IMediaEventListener pointer in createConnection, but, it is not doing anything with it.
MEDIA_PLAYFILE_STOP gets fired from IMediaEventListener::onFileStop, which is also implemented in SipConnection, but never invoked.
|
|
Description
|
I'm looking at the most recent code, version 7387, events are not being fired.
I that see MEDIA_PLAYFILE_START should be fired from the
SipConnection's implementation of the IMediaEventListener::onFileStart method, but, nobody is calling it.
It should be done in CpPhoneMediaInterface.cpp - it is being passed the IMediaEventListener pointer in createConnection, but, it is not doing anything with it.
MEDIA_PLAYFILE_STOP gets fired from IMediaEventListener::onFileStop, which is also implemented in SipConnection, but never invoked.
|
Show » |
|