]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sip_nat_settings: Update script for latest Linux.
authorAlexander Traud <pabstraud@compuserve.com>
Wed, 26 Aug 2020 15:43:13 +0000 (17:43 +0200)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 28 Aug 2020 19:10:38 +0000 (14:10 -0500)
commit384f2638b295e5e5624596381394c93d9bea2f06
treebbcc865e9c4f2b6930793d052ddc15c85f9c227d
parent8055807be2d695f9992d35562d7f92a8ef5f637f
sip_nat_settings: Update script for latest Linux.

With the latest Linux, 'ifconfig' is not installed on default anymore.
Furthermore, the output of the current net-tools 'ifconfig' changed.
Therefore, parsing failed. This update uses 'ip addr show' instead.
Finally, the service for the external IP changed.

Change-Id: I9b1a7c3f457e3553b50a3e9a55524e40d70245a0
contrib/scripts/sip_nat_settings