mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 12:12:48 +00:00
Merge "Revert "pjsip_message_filter: Only do interface lookup for wildcard addresses."" into 16
This commit is contained in:
@@ -237,7 +237,7 @@ static pj_status_t filter_on_tx_message(pjsip_tx_data *tdata)
|
||||
pjsip_tpmgr_fla2_param_default(&prm);
|
||||
prm.tp_type = tdata->tp_info.transport->key.type;
|
||||
pj_strset2(&prm.dst_host, tdata->tp_info.dst_name);
|
||||
prm.local_if = is_bound_any(tdata->tp_info.transport);
|
||||
prm.local_if = PJ_TRUE;
|
||||
|
||||
/* If we can't get the local address use best effort and let it pass */
|
||||
if (pjsip_tpmgr_find_local_addr2(pjsip_endpt_get_tpmgr(ast_sip_get_pjsip_endpoint()), tdata->pool, &prm) != PJ_SUCCESS) {
|
||||
|
Reference in New Issue
Block a user