From: Russell Bryant Date: Thu, 23 Dec 2004 00:38:40 +0000 (+0000) Subject: honor global nat setting for users (bug #3125) X-Git-Tag: 1.0.11.1~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b107f9c1c97375f65127bd3c303bcc0f088c0d30;p=thirdparty%2Fasterisk.git honor global nat setting for users (bug #3125) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4531 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e3e3b502f0..764e4a1055 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -8080,6 +8080,7 @@ static struct sip_user *build_user(char *name, struct ast_variable *v) 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;