From b7d4fa478e927a37797f61f7040cd49d03ad80e8 Mon Sep 17 00:00:00 2001 From: Jeremy Lakeman Date: Fri, 7 Dec 2012 16:04:54 +1030 Subject: [PATCH] Attempt stun lookup when dialing vomp call --- vomp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vomp.c b/vomp.c index 72073ee6..ef9d655e 100644 --- a/vomp.c +++ b/vomp.c @@ -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++;