]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Reset peer outboundproxy on sip.conf reload
authorRussell Bryant <russell@russellbryant.com>
Wed, 11 Dec 2013 19:18:31 +0000 (19:18 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 11 Dec 2013 19:18:31 +0000 (19:18 +0000)
commit8d3fe9c3da17dc22bd549ec4286610a285007a0d
tree815900ae7731dfc58b1f6fa56e8c576080332b41
parentc12549996331094748bff936185e22028867a0a6
Reset peer outboundproxy on sip.conf reload

If you set a peer's outboundproxy and then removed it from the config,
this would not get picked up in a config reload.  This patch fixes that
by resetting it in set_peer_defaults().

Closes ASTERISK-19454
Review: https://reviewboard.asterisk.org/r/3065/
........

Merged revisions 403634 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 403635 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@403639 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c