]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Update artificial auth whenever default_realm changes. 92/4992/3
authorRichard Mudgett <rmudgett@digium.com>
Sun, 5 Feb 2017 02:17:36 +0000 (20:17 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 21 Feb 2017 04:24:31 +0000 (22:24 -0600)
commit6400f5f309a47e66b94c9befecd862ccd2b73aee
treeab36f8384a211dda2450ebf75ab268f00b7fb82a
parent0b660c99897228bf7c786ce9d52ac43e302c3745
res_pjsip: Update artificial auth whenever default_realm changes.

There was code attempting to update the artificial authentication object
whenever the default_realm changed.  However, once the artificial
authentication object was created it would never get updated.  The
artificial authentication object would require a system restart for a
change to the default_realm to take effect.

ASTERISK-26799

Change-Id: Id59036e9529c2d3ed728af2ed904dc36e7094802
res/res_pjsip/pjsip_distributor.c