ms_message("Marie sent %"PRIu64" RTP packets and received %"PRIu64" (through our modifier)",data_marie->packetSentCount,data_marie->packetReceivedCount);
ms_message("Pauline sent %"PRIu64" RTP packets and received %"PRIu64" (through our modifier)",data_pauline->packetSentCount,data_pauline->packetReceivedCount);
ms_message("Marie sent %i RTP packets and received %i (through our modifier)",(int)data_marie->packetSentCount,(int)data_marie->packetReceivedCount);
ms_message("Pauline sent %i RTP packets and received %i (through our modifier)",(int)data_pauline->packetSentCount,(int)data_pauline->packetReceivedCount);
// There will be a few RTP packets sent on marie's side before the call is ended at pauline's request, so we need the threshold