]> 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)
committerKevin Harwell <kharwell@digium.com>
Fri, 28 Aug 2020 20:48:35 +0000 (15:48 -0500)
commitfbc019301570d58b4d05a723773035a0c0c7d49c
tree2df06f41bd920d2e84d14ace7a1cbfbbbef165a8
parent106cfc61f775fc46f23c8500f7c12343cbec2682
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