]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_phoneprov.c: Multihomed SERVER cache prevention
authorcmaj <chris@penguinpbx.com>
Sun, 8 Jan 2023 05:04:57 +0000 (22:04 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 27 Feb 2023 19:42:05 +0000 (13:42 -0600)
commit66f6d9113e5ccc96cc5183a51d98f40fd67e4779
treeabe5e906eebd69f604c6f4aecf29d4ae74397ca2
parent3b75e6d45e3ad7d2ea8fcc47966ff7c8a21b0432
res_phoneprov.c: Multihomed SERVER cache prevention

Phones moving between subnets on multi-homed server have their
initially connected interface IP cached in the SERVER variable,
even when it is not specified in the configuration files. This
prevents phones from obtaining the correct SERVER variable value
when they move to another subnet.

ASTERISK-30388 #close
Reported-by: cmaj
Change-Id: I1d18987a9d58e85556b4c4a6814ce7006524cc92
doc/CHANGES-staging/res_phoneprov_multihomed_server.txt [new file with mode: 0644]
res/res_phoneprov.c