Make sure users inherit NAT settings properly (bug #3125)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-12-23 01:28:41 +00:00
parent 7f05fd2620
commit 07c4def47c

View File

@@ -8400,6 +8400,7 @@ static struct sip_user *build_user(const char *name, struct ast_variable *v)
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