Issue Details (XML | Word | Printable)

Key: XCL-111
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Mike Cohen
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
sipXtapi: sipXcallLib

sipXtapi - MEDIA_PLAYFILE_START and MEDIA_PLAYFILE_STOP events not fired

Created: 2006-08-31 23:08   Updated: 2007-03-17 11:44
Component/s: sipXtapi
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
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.




 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Lih-Shyng Tzeng added a comment - 2006-08-31 23:17
Sorry for my ingnorance. Which branch are you looking at? sipxtapi branch or sipx main branch?