[Asterisk-cvs] asterisk/channels chan_sip.c,1.510.2.29,1.510.2.30

russell at lists.digium.com russell at lists.digium.com
Wed Dec 22 19:42:58 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv27855/channels

Modified Files:
      Tag: v1-0
	chan_sip.c 
Log Message:
honor global nat setting for users (bug #3125)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.510.2.29
retrieving revision 1.510.2.30
diff -u -d -r1.510.2.29 -r1.510.2.30
--- chan_sip.c	22 Dec 2004 18:26:17 -0000	1.510.2.29
+++ chan_sip.c	23 Dec 2004 00:38:40 -0000	1.510.2.30
@@ -8080,6 +8080,7 @@
 		user->trustrpid = global_trustrpid;
 		user->dtmfmode = global_dtmfmode;
 		user->progressinband = global_progressinband;
+		user->nat = global_nat;	
 		user->prefs = prefs;
 #ifdef OSP_SUPPORT
 		user->ospauth = global_ospauth;




More information about the svn-commits mailing list