Attempt stun lookup when dialing vomp call

This commit is contained in:
Jeremy Lakeman 2012-12-07 16:04:54 +10:30
parent 78aa01ad30
commit b7d4fa478e

2
vomp.c
View File

@ -509,6 +509,8 @@ static int vomp_send_status_remote(struct vomp_call_state *call)
if (debug & DEBUG_VOMP)
DEBUGF("mdp frame with codec list is %d bytes", mdp.out.payload_length);
overlay_send_stun_request(directory_service, call->remote.subscriber);
}
call->local.sequence++;