From b43587a16ec5d8cb6c77db6dfa1e48b3e3f869d8 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 27 Jun 2008 00:22:23 +0000 Subject: [PATCH] Merged revisions 125666 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r125666 | mmichelson | 2008-06-26 19:22:03 -0500 (Thu, 26 Jun 2008) | 3 lines Make this compile with dev-mode on ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@125668 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index a81835b43d..469fdcab4a 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -3487,7 +3487,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce /* Begin Monitoring */ if (qe->parent->monfmt && *qe->parent->monfmt) { if (!qe->parent->montype) { - char *monexec, *monargs; + const char *monexec, *monargs; ast_debug(1, "Starting Monitor as requested.\n"); monitorfilename = pbx_builtin_getvar_helper(qe->chan, "MONITOR_FILENAME"); if ((monexec = pbx_builtin_getvar_helper(qe->chan, "MONITOR_EXEC")) || (monargs = pbx_builtin_getvar_helper(qe->chan, "MONITOR_EXEC_ARGS")))