]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_config_wizard.c: Add port matching support.
authorSean Bright <sean.bright@gmail.com>
Wed, 30 Jun 2021 13:07:47 +0000 (09:07 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 8 Jul 2021 15:31:21 +0000 (10:31 -0500)
commit146b59df3f1f024eedac0d94a9ad983fd3b3adf5
tree71adaed6bbbf5f7198d67f8795d0fc0a0362286d
parent1b21b1abf79806100849ddc06fbbf04803c1b77b
res_pjsip_config_wizard.c: Add port matching support.

In f8b0c2c9 we added support for port numbers in 'match' statements
but neglected to include that support in the PJSIP config wizard.

The removed code would have also prevented IPv6 addresses from being
successfully used in the config wizard as well.

ASTERISK-29503 #close

Change-Id: Idd5bbfd48009e7a741757743dbaea68e2835a34d
res/res_pjsip_config_wizard.c