Open GoogleCodeExporter opened 9 years ago
on the log, it starts with this message before everything falls apart .
#INFO [BogheApp.NativeEventsListner]: *INFO: Stopped [RTP/RTCP Manager] server
with IP {25.55.133.179} on port {29722} with type {3}...
Original comment by waseem.s...@gmail.com
on 12 Sep 2013 at 2:51
Hi,
I changed the following line in "TSIP_transac_IST.c" .
if(!self->acked){
TSK_DEBUG_ERROR("ACK not received");
-> //return tsip_transac_deliver(TSIP_TRANSAC(self), tsip_dialog_transport_error, tsk_null);
->it was replaced with -> return 0;
}
that's line number 694. the program didn't crash after doing so. but I don't
know the actual cause of this issue.
Original comment by waseem.s...@gmail.com
on 13 Sep 2013 at 3:03
Original issue reported on code.google.com by
waseem.s...@gmail.com
on 12 Sep 2013 at 2:01