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.
Show
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.