mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user