[asterisk-commits] oej: branch 1.4 r65857 - /branches/1.4/channels/chan_gtalk.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 24 08:05:11 MST 2007


Author: oej
Date: Thu May 24 10:05:10 2007
New Revision: 65857

URL: http://svn.digium.com/view/asterisk?view=rev&rev=65857
Log:
Issue 7686, fix by phsultan, NAT issues when calling from gtalk to SIP over nat.

Modified:
    branches/1.4/channels/chan_gtalk.c

Modified: branches/1.4/channels/chan_gtalk.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_gtalk.c?view=diff&rev=65857&r1=65856&r2=65857
==============================================================================
--- branches/1.4/channels/chan_gtalk.c (original)
+++ branches/1.4/channels/chan_gtalk.c Thu May 24 10:05:10 2007
@@ -527,7 +527,7 @@
 	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);
 



More information about the asterisk-commits mailing list