]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Apply AOR outbound proxy to static contacts.
authorJoshua C. Colp <jcolp@sangoma.com>
Fri, 26 Jun 2020 10:18:55 +0000 (07:18 -0300)
committerJoshua C. Colp <jcolp@sangoma.com>
Fri, 26 Jun 2020 10:38:06 +0000 (07:38 -0300)
commitdf509590a13a3cba65844c03464b631e10db4639
tree95340b6ae33b88a38ed825b35750459bd9579d6d
parent2513235859fc50e8c28545977702b9b7b439f5f5
res_pjsip: Apply AOR outbound proxy to static contacts.

The outbound proxy for an AOR was not being applied to
any statically configured Contacts. This resulted in the
OPTIONS requests being sent to the wrong target.

This change sets the outbound proxy on statically configured
contacts once the AOR configuration is done being
applied.

ASTERISK-28965

Change-Id: Ia60f3e93ea63f819c5a46bc8b54be2e588dfa9e0
res/res_pjsip/location.c