markRemoteRinging method
Marks when the remote side starts ringing (outbound calls). Call this when SIP 180 Ringing or equivalent is received.
Implementation
void markRemoteRinging(String callId) {
markCallMilestone(callId, milestoneRemoteRinging);
}