]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Issue 7686, fix by phsultan, NAT issues when calling from gtalk to SIP over nat.
authorOlle Johansson <oej@edvina.net>
Thu, 24 May 2007 15:05:10 +0000 (15:05 +0000)
committerOlle Johansson <oej@edvina.net>
Thu, 24 May 2007 15:05:10 +0000 (15:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65857 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_gtalk.c

index 99db21d1dff5db3f6653a460190d71ea46888b2b..37f865b7c090418c09379b5c9c58987c8125ff70 100644 (file)
@@ -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);