]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Update artificial auth whenever default_realm changes. 89/4989/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:23:15 +0000 (22:23 -0600)
commitd158cf96c0665c01717d92fdd01c0ce0f8fa98f2
treeb313c1f4b86ad6fcd34b41d3bc44edbeb70b8ff4
parent8a6cf4818f79ecef3399a6f46b0bfaa313bfe3d8
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