< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate-users] How to avoid sending RTP too early?


Hi,

I'm experiencing a problem in a Cisco Call Manager <-> Asterisk <->
reSIProcate UAC configuration, where CCM doesn't like it when I send
RTP too soon.

The problem happens only with incoming calls. When I call
sis->accept(), it calls InviteSession::onConnected() immediately,
before receiving ACK from the server. On this event I start sending
the RTP stream but in some cases the OK doesn't get through
immediately.

Is there some callback that gets called when the UAC receives ACK, so
I can make sure that I'm not sending the RTP stream too early?

Kind regards,
Richard Stellingwerff.