]> 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 Colp <jcolp@sangoma.com>
Fri, 26 Jun 2020 10:38:14 +0000 (05:38 -0500)
commit4f86118bd8fb4d31de79b97cbe57963e73fdd336
treeb10930fa9fed54242683b4033d66d11471ba30f7
parent9b5042433be82a7bda803d3a70d6f36fb3769437
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