[Asterisk-cvs] asterisk/channels chan_sip.c,1.252,1.253
markster at lists.digium.com
markster at lists.digium.com
Wed Nov 26 12:29:39 CST 2003
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv25990/channels
Modified Files:
chan_sip.c
Log Message:
Use global nat settings in auto peers
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -d -r1.252 -r1.253
--- chan_sip.c 25 Nov 2003 21:19:25 -0000 1.252
+++ chan_sip.c 26 Nov 2003 18:56:00 -0000 1.253
@@ -5849,6 +5849,7 @@
/* Assume can reinvite */
peer->canreinvite = globalcanreinvite;
peer->dtmfmode = globaldtmfmode;
+ peer->nat = globalnat;
peer->selfdestruct = 1;
peer->dynamic = 1;
strcpy(peer->methods, "md5,plaintext");
More information about the svn-commits
mailing list