sipXtapi: sipXcallLib

sipXtapi - MEDIA_PLAYFILE_START and MEDIA_PLAYFILE_STOP events not fired

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: sipXtapi
  • 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.


    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.

Activity

Hide
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?
Show
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?

People

  • Assignee:
    Unassigned
    Reporter:
    Mike Cohen
  • Votes:
    1
    Watchers:
    2

Dates

  • Created:
    2006-08-31 23:08
    Updated:
    2007-03-17 11:44