[asterisk-commits] file: branch 1.4 r60762 -
/branches/1.4/apps/app_queue.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Apr 8 10:04:44 MST 2007
Author: file
Date: Sun Apr 8 12:04:44 2007
New Revision: 60762
URL: http://svn.digium.com/view/asterisk?view=rev&rev=60762
Log:
Allow app_queue to use MONITOR_EXEC even if MONITOR_OPTIONS is not set. (issue #9495 reported by cduffy)
Modified:
branches/1.4/apps/app_queue.c
Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=60762&r1=60761&r2=60762
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Sun Apr 8 12:04:44 2007
@@ -2588,7 +2588,7 @@
}
if (mixmonapp) {
- if (!ast_strlen_zero(monitor_exec) && !ast_strlen_zero(monitor_options))
+ if (!ast_strlen_zero(monitor_exec))
snprintf(mixmonargs, sizeof(mixmonargs)-1, "%s|b%s|%s", tmpid2, monitor_options, monitor_exec);
else
snprintf(mixmonargs, sizeof(mixmonargs)-1, "%s|b%s", tmpid2, monitor_options);
More information about the asterisk-commits
mailing list