mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user