]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip/pjsip_message_filter: set preferred transport in pjsip_message_filter
authorBernd Zobl <b.zobl@commend.com>
Tue, 16 Mar 2021 16:45:23 +0000 (17:45 +0100)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 15 Jun 2021 14:07:53 +0000 (09:07 -0500)
commit804788037e0a7fc86ac8a25fbe1e406899b70243
treecee04c73159be675d493cdeb04b555efb1a03ecf
parent2b174a38fee8a7dbcd881b64ac33adb4177b53bb
res_pjsip/pjsip_message_filter: set preferred transport in pjsip_message_filter

Set preferred transport when querying the local address to use in
filter_on_tx_messages(). This prevents the module to erroneously select
the wrong transport if more than one transports of the same type (TCP or
TLS) are configured.

ASTERISK-29241

Change-Id: I598e60257a7f92b29efce1fb3e9a2fc06f1439b6
res/res_pjsip/pjsip_message_filter.c