[asterisk-commits] autosupport: Add 'pjproject show buildopts' (asterisk[13])
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Dec 19 22:21:19 CST 2016
    
    
  
George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/4634 )
Change subject: autosupport: Add 'pjproject show buildopts'
......................................................................
autosupport: Add 'pjproject show buildopts'
Change-Id: I8aa55a7c3fb175235ddc7f85e9457d5102d06fa7
---
M contrib/scripts/autosupport
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
  George Joseph: Looks good to me, approved
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, but someone else must approve
diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index 3e0213a..948f628 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 @@
 # 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" \
-- 
To view, visit https://gerrit.asterisk.org/4634
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8aa55a7c3fb175235ddc7f85e9457d5102d06fa7
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
    
    
More information about the asterisk-commits
mailing list