Menu

#548 OpalMixer doesn't mix sound from IVR

Development_Branch
closed-fixed
nobody
None
5
2020-03-07
2016-01-19
No

One mixer node. 2 SIP calls.
When I create IVR call to this node, nobody hear sound from this IVR call.

1 Attachments

Discussion

  • Sysolyatin Pavel

    OpalMixerMediaStream::Start() never called for streams from IVR. And no input streams attached to mixer from IVR calls.
    If I remove virtual PBoolean Start() at all and add:

    if (!IsPaused() && !m_node->AttachStream(this))
       return false;
    

    to OpalMixerMediaStream::Open() everything works fine.

     
  • Robert Jongbloed

    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB