https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r65857 | oej | 2007-05-24 17:05:10 +0200 (Thu, 24 May 2007) | 2 lines
Issue 7686, fix by phsultan, NAT issues when calling from gtalk to SIP over nat.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@65894
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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);