diff --git a/utils/rtpengine-ctl b/utils/rtpengine-ctl index 0b07eea5d..d44b1ef3f 100755 --- a/utils/rtpengine-ctl +++ b/utils/rtpengine-ctl @@ -12,6 +12,8 @@ my $port; my $conffile = '/etc/rtpengine/rtpengine.conf'; my $listen; +Getopt::Long::Configure('require_order'); + my $optret = GetOptions( 'help|h' => sub { showusage(); exit 0; }, 'ip=s' => \$ip,