[asterisk-commits] branch 1.2 r11561 -
	/branches/1.2/res/res_monitor.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Thu Mar  2 12:05:44 MST 2006
    
    
  
Author: russell
Date: Thu Mar  2 13:05:40 2006
New Revision: 11561
URL: http://svn.digium.com/view/asterisk?rev=11561&view=rev
Log:
fix inaccurate ack message to ChangeMonitor action (issue #6630)
Modified:
    branches/1.2/res/res_monitor.c
Modified: branches/1.2/res/res_monitor.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/res/res_monitor.c?rev=11561&r1=11560&r2=11561&view=diff
==============================================================================
--- branches/1.2/res/res_monitor.c (original)
+++ branches/1.2/res/res_monitor.c Thu Mar  2 13:05:40 2006
@@ -535,7 +535,7 @@
 		return 0;
 	}
 	ast_mutex_unlock(&c->lock);
-	astman_send_ack(s, m, "Stopped monitoring channel");
+	astman_send_ack(s, m, "Changed monitor filename");
 	return 0;
 }
 
    
    
More information about the asterisk-commits
mailing list