[Asterisk-cvs] asterisk/channels chan_sip.c,1.597,1.598
markster at lists.digium.com
markster at lists.digium.com
Wed Dec 22 20:33:00 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv28094/channels
Modified Files:
chan_sip.c
Log Message:
Make sure users inherit NAT settings properly (bug #3125)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.597
retrieving revision 1.598
diff -u -d -r1.597 -r1.598
--- chan_sip.c 23 Dec 2004 01:15:46 -0000 1.597
+++ chan_sip.c 23 Dec 2004 01:28:41 -0000 1.598
@@ -8400,6 +8400,7 @@
user->canreinvite = global_canreinvite;
ast_copy_flags(user, (&global_flags), SIP_TRUSTRPID);
user->dtmfmode = global_dtmfmode;
+ user->nat = global_nat;
user->progressinband = global_progressinband;
user->prefs = prefs;
#ifdef OSP_SUPPORT
More information about the svn-commits
mailing list