From: Richard Mudgett Date: Thu, 15 Dec 2016 19:25:50 +0000 (-0600) Subject: autosupport: Add 'pjproject show buildopts' X-Git-Tag: 13.14.0-rc1~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35736d419a85b877072fe3688f410376b8ce4613;p=thirdparty%2Fasterisk.git autosupport: Add 'pjproject show buildopts' Change-Id: I8aa55a7c3fb175235ddc7f85e9457d5102d06fa7 --- diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport index 3e0213afe2..948f628c98 100755 --- a/contrib/scripts/autosupport +++ b/contrib/scripts/autosupport @@ -1,6 +1,6 @@ #!/bin/sh # -# Autosupport Version 2.1.0 +# Autosupport Version 2.1.3 # Collect support information # # Copyright (C) 2005-2016, Digium, Inc. @@ -187,7 +187,7 @@ echo >> $OUTPUT; # Add check to see if asterisk is running. if [ -e /var/run/asterisk.ctl ] || [ -e /var/run/asterisk/asterisk.ctl ]; then for command in "core show version" "pri show version" "dahdi show version" \ - "pjsip show version" "pjsip show buildopts" \ + "pjsip show version" "pjsip show buildopts" "pjproject show buildopts" \ "core show translation" \ "core show uptime" "core show settings" "core show sysinfo" "core show channels" \ "pri show spans" "dahdi show status" "dahdi show channels" "dahdi show channel 1" \