summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2016-12-15 13:25:50 -0600
committerRichard Mudgett <rmudgett@digium.com>2016-12-15 13:27:44 -0600
commit49863742974ed364f722a7ab732812f6d58f8759 (patch)
tree3bc642c3baf22001655e6fb5374c064afdfbca17 /contrib
parent510acb2effeb14d62853c8a5ba239b563bce8efd (diff)
autosupport: Add 'pjproject show buildopts'
Change-Id: I8aa55a7c3fb175235ddc7f85e9457d5102d06fa7
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/scripts/autosupport4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index 3e0213afe..948f628c9 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" \