[Home]

Summary:ASTERISK-09985: [patch] change the output for "minivm show stats"
Reporter:Clod Patry (junky)Labels:
Date Opened:2007-07-30 17:52:17Date Closed:2007-08-30 15:37:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_minivm
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) minivm_output.txt
( 1) minivm_output2.diff
Description:Since the old way was not really clear on all numbers.
I change this for being more clear.

rabbit*CLI> minivm show stats
* Mini-Voicemail statistics
 -------------------------

 Voicemail accounts:                  00000
 Templates:                           00004
 Timezones:                           00004
 Received messages since last reset:  <none>
 Last reset:                          Mon Jul 30 06:53:44 PM EDT 2007
rabbit*CLI>

rabbit*CLI> minivm show stats
* Mini-Voicemail statistics
 -------------------------
rabbit*CLI>
 Voicemail accounts:                      0
 Templates:                               4
 Timezones:                               4
 Received messages since last reset:  <none>
 Last reset:                          Mon Jul 30 07:02:10 PM EDT 2007
rabbit*CLI>




****** ADDITIONAL INFORMATION ******

This also will make things simpler for external grabbing that output throught the AMI.
Comments:By: Joshua C. Colp (jcolp) 2007-08-01 09:53:47

You need to get a license on file before this can be looked at, and make sure to mark code contributions as code contributions.

By: Jason Parker (jparker) 2007-08-20 17:22:10

junky, you have a license on file now, right?  Can you reupload the patch for this?

By: Digium Subversion (svnbot) 2007-08-30 15:37:05

Repository: asterisk
Revision: 81391

------------------------------------------------------------------------
r81391 | file | 2007-08-30 15:37:05 -0500 (Thu, 30 Aug 2007) | 6 lines

(closes issue ASTERISK-9985)
Reported by: junky
Patches:
     minivm_output2.diff uploaded by junky (license 177)
Change console output of minivm show stats to be more simple for external parsing.

------------------------------------------------------------------------