[svn-commits] murf: trunk r45712 - /trunk/utils/astman.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Oct 19 12:32:26 MST 2006


Author: murf
Date: Thu Oct 19 14:32:25 2006
New Revision: 45712

URL: http://svn.digium.com/view/asterisk?rev=45712&view=rev
Log:
astman was slightly weirding out over the new Dial and Newcallerid events

Modified:
    trunk/utils/astman.c

Modified: trunk/utils/astman.c
URL: http://svn.digium.com/view/asterisk/trunk/utils/astman.c?rev=45712&r1=45711&r2=45712&view=diff
==============================================================================
--- trunk/utils/astman.c (original)
+++ trunk/utils/astman.c Thu Oct 19 14:32:25 2006
@@ -224,7 +224,9 @@
 	{ "Status", event_status },
 	{ "Link", event_ignore },
 	{ "Unlink", event_ignore },
-	{ "StatusComplete", event_ignore }
+	{ "StatusComplete", event_ignore },
+	{ "Dial", event_ignore },
+	{ "Newcallerid", event_ignore }
 };
 
 static int process_message(struct ast_mansession *s, struct message *m)



More information about the svn-commits mailing list