[svn-commits] moy: branch moy/mfcr2-1.4 r129903 - /team/moy/mfcr2-1.4/channels/chan_zap.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 10 21:14:18 CDT 2008


Author: moy
Date: Thu Jul 10 21:14:17 2008
New Revision: 129903

URL: http://svn.digium.com/view/asterisk?view=rev&rev=129903
Log:
added SVN revision to command mfcr2 show version

Modified:
    team/moy/mfcr2-1.4/channels/chan_zap.c

Modified: team/moy/mfcr2-1.4/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/team/moy/mfcr2-1.4/channels/chan_zap.c?view=diff&rev=129903&r1=129902&r2=129903
==============================================================================
--- team/moy/mfcr2-1.4/channels/chan_zap.c (original)
+++ team/moy/mfcr2-1.4/channels/chan_zap.c Thu Jul 10 21:14:17 2008
@@ -10454,7 +10454,7 @@
 
 static int handle_mfcr2_version(int fd, int argc, char *argv[])
 {
-	ast_cli(fd, "OpenR2 version: %s\n", openr2_get_version());
+	ast_cli(fd, "OpenR2 version: %s, revision: %s\n", openr2_get_version(), openr2_get_revision());
 	return RESULT_SUCCESS;
 }	
 




More information about the svn-commits mailing list