]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_pjsip_outbound_registration: Initialize auth_reject_permanent parameter
authorMatthew Jordan <mjordan@digium.com>
Tue, 7 Oct 2014 17:40:58 +0000 (17:40 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 7 Oct 2014 17:40:58 +0000 (17:40 +0000)
commit03bf02f34c291f18e40243b382cda7dee61b4bc2
tree52bca0dd5ae9b6fe9168397ca5a6a1ce122f5708
parent54d1ffd3681b769391e733618db8beb53c8aee30
res/res_pjsip_outbound_registration: Initialize auth_reject_permanent parameter

Prior to this patch, the auth_reject_permanent parameter was not initialized on
the registration client state, leading to the parameter being disabled
regardless of the value specified in pjsip.conf.

This patch initialized the setting on the registration client state to the
provided configuration value.

ASTERISK-24398 #close

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@424730 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_outbound_registration.c