From: Olle Johansson Date: Thu, 24 May 2007 15:05:10 +0000 (+0000) Subject: Issue 7686, fix by phsultan, NAT issues when calling from gtalk to SIP over nat. X-Git-Tag: 1.4.5~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abc8683ce790d352092ad41360f6bb8a1819ed42;p=thirdparty%2Fasterisk.git Issue 7686, fix by phsultan, NAT issues when calling from gtalk to SIP over nat. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65857 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_gtalk.c b/channels/chan_gtalk.c index 99db21d1df..37f865b7c0 100644 --- a/channels/chan_gtalk.c +++ b/channels/chan_gtalk.c @@ -527,7 +527,7 @@ static enum ast_rtp_get_result gtalk_get_rtp_peer(struct ast_channel *chan, stru ast_mutex_lock(&p->lock); if (p->rtp){ *rtp = p->rtp; - res = AST_RTP_TRY_NATIVE; + res = AST_RTP_TRY_PARTIAL; } ast_mutex_unlock(&p->lock);