[asterisk-commits] tilghman: trunk r38258 - /trunk/apps/app_queue.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Jul 26 12:59:26 MST 2006
Author: tilghman
Date: Wed Jul 26 14:59:25 2006
New Revision: 38258
URL: http://svn.digium.com/view/asterisk?rev=38258&view=rev
Log:
Typo found on the -dev list
Modified:
trunk/apps/app_queue.c
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?rev=38258&r1=38257&r2=38258&view=diff
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Wed Jul 26 14:59:25 2006
@@ -883,7 +883,7 @@
} else if (!strcasecmp(param, "eventmemberstatus")) {
q->maskmemberstatus = !ast_true(val);
} else if (!strcasecmp(param, "eventwhencalled")) {
- if (strcasecmp(val, "vars")) {
+ if (!strcasecmp(val, "vars")) {
q->eventwhencalled = QUEUE_EVENT_VARIABLES;
} else {
q->eventwhencalled = ast_true(val);
More information about the asterisk-commits
mailing list