[reSIProcate-users] How to avoid sending RTP too early?
- From: "Richard Stellingwerff" <remenic@xxxxxxxxx>
- Date: Mon, 18 Feb 2008 12:29:53 +0100
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.